Re: [Openstack] Root disk resize down

2016-02-10 Thread Mārtiņš Jakubovičs
Thanks, But how at least I can setup that if I change offering to lower it change just CPU and RAM and if root disk size in offering is smaller than actually in instance, nova don't try to change it to smaller? Best regards, Martins On 2016.02.10. 03:23, Remo Mattei wrote: Resize down on dr

[Openstack] Error while using VM as a compute node running KVM as hypervisor

2016-02-10 Thread Ravi_Sabapathy
Hi All, I was trying to bring up a VM as a compute node (using devstack kilo version and ODL version lithium) . The VM is running Ubuntu 14.04 version and it is spawned on a ESXI box and the hypervisor used is kvm. The virtualization is enabled in this VM. mininet@ODL-CN-1-2GB:~/

Re: [Openstack] Error while using VM as a compute node running KVM as hypervisor

2016-02-10 Thread Andreas Scheuring
Seems like it found a host to schedule it on (ODL-CN-1-2GB) Selected host: WeighedHost [host: (ODL-CN-1-2GB, ODL-CN-1-2GB) ram:1481 disk:9216 io_ops:0 instances:0, weight: 0.0231877250665] _schedule /opt/stack/nova/nova/scheduler/filter_scheduler.py:158 But launching that instance on this host f

[Openstack] Build SUSE Linux ISO

2016-02-10 Thread Martin Alonso Victor
Good morning, I was reading the Fuel documentation and I am interested in the eighth point from https://wiki.openstack.org/wiki/Fuel#What_is_Fuel.3F And I was thinking if it's possible to build a SUSE Linux image using the SUSE ISO images. Could I build it? P.S. I read this too https://docs.fu

Re: [Openstack] Root disk resize down

2016-02-10 Thread Alberto Molina Coballes
2016-02-10 8:51 GMT+01:00 Mārtiņš Jakubovičs : > Thanks, > > But how at least I can setup that if I change offering to lower it change > just CPU and RAM and if root disk size in offering is smaller than actually > in instance, nova don't try to change it to smaller? > > Hi, You can try defining

Re: [Openstack] Welcome to the "Openstack" mailing list (Digest mode)

2016-02-10 Thread Martin Alonso Victor
victor.martinalo...@altran.com De: openstack-requ...@lists.openstack.org [openstack-requ...@lists.openstack.org] Enviado: miércoles, 10 de febrero de 2016 11:08 Para: Martin Alonso Victor Asunto: Welcome to the "Openstack" mailing list (Digest mode) Welco

Re: [Openstack] Root disk resize down

2016-02-10 Thread Mārtiņš Jakubovičs
Hello, Looks like it is not working, when I try to resize instance I receive: Server disk was unable to be resized because: Resize to zero disk flavor is not allowed. Maybe there is some nova configuration which allow to scale down instance without shrinking root disk? Best regards, Martins

Re: [Openstack] Build SUSE Linux ISO

2016-02-10 Thread Vladimir Kozhukalov
Martin, We are currently working on making Fuel totally independent on the ISO. ISO is going to become nothing more than just a convenient way to get everything in a single file. We are currently focusing on package based delivery approach. So, to make it possible to run Fuel on SUSE you should bu

Re: [Openstack] Build SUSE Linux ISO

2016-02-10 Thread Georgios Dimitrakakis
I would also be interested to hear when Fuel can be installed on a pre-provisioned CentOS machine. Although I am closely folllowing Mirantis updates it would be great if you could give us a note here on the list when that is possible. Regards, G. Martin, We are currently working on makin

Re: [Openstack] Build SUSE Linux ISO

2016-02-10 Thread Vladimir Kozhukalov
Georgios, It is to be possible since Fuel 9.0 which, according to our plans, will be released at the same time with OpenStack Mitaka (in April). Vladimir Kozhukalov On Wed, Feb 10, 2016 at 3:57 PM, Georgios Dimitrakakis wrote: > I would also be interested to hear when Fuel can be installed on

[Openstack] [Openstack Tacker] Integrating an application in VNF

2016-02-10 Thread Basavaraj B
Hello All, I just want to integrate my sample application which has to run automatically upon VNF instantaiation. And I am using Tacker service as well. Can someone please give me pointers on it. Regards, Basavaraj ___ Mailing list: http://lists.openst

[Openstack] [neutron][monasca]

2016-02-10 Thread Rubab Syed
Hi, I'm doing a university project in OpenStack. The aim is to monitor virtual routers per tenant with Monasca(which according to my knowledge hasn't been implemented yet). The initial features would include monitoring of in/out traffic per interface. I'm writing a plugin in Monasca for that purpo

Re: [Openstack] [Openstack Tacker] Integrating an application in VNF

2016-02-10 Thread HADDLETON, Robert W (Bob)
Hi Basavaraj: The most common way to install an application at deployment time is to run a shell script that uses wget/curl/apt-get/yum to retrieve the binary from a repository and then installs the software and configures/runs it. We don't have any examples of this in the Tacker repo yet be

Re: [Openstack] Root disk resize down

2016-02-10 Thread Ghe Rivero
There could be situations where resizing (up or down) an instance could be an option (like critical non-ha services although this is a real bad policy) but the proper way to operate a cloud is to spin up and kill as many instances as needed. But if you really need to shrink an instance, it's jus

Re: [Openstack] [Openstack Tacker] Integrating an application in VNF

2016-02-10 Thread Basavaraj B
Thanks Robert for the update. Regards, Basavaraj On Wed, Feb 10, 2016 at 8:15 PM, HADDLETON, Robert W (Bob) < bob.haddle...@nokia.com> wrote: > Hi Basavaraj: > > The most common way to install an application at deployment time is to run > a shell script that uses wget/curl/apt-get/yum to retriev

Re: [Openstack] Root disk resize down

2016-02-10 Thread Alberto Molina Coballes
On mié, feb 10, 2016 at 12:41:42 +0200, Mārtiņš Jakubovičs wrote: > Hello, > > Looks like it is not working, when I try to resize instance I receive: > Server disk was unable to be resized because: Resize to zero disk flavor is > not allowed. > Sorry Mārtiņš, my previous comment wasn't completel

Re: [Openstack] Root disk resize down

2016-02-10 Thread Mārtiņš Jakubovičs
I would be happy if resize is going to smaller flavor, nova just change CPU and RAM, didn't try to change disk to smaller. But it doesn't work. In search I found that it should work like that, resize with KVM just change CPU and RAM, but disk stay same, if flavor have smaller disk. Maybe this i

Re: [Openstack] Root disk resize down

2016-02-10 Thread Mārtiņš Jakubovičs
Yes, with Cinder resize works, and volume resize is separated function. But my issue is when I use VM boot from image, without using cinder, using CEPH directly in nova. On 2016.02.10. 16:49, Alberto Molina Coballes wrote: Sorry Mārtiņš, my previous comment wasn't completely correct. I'm assu

Re: [Openstack] I can't get nova-novncproxy to listen on the specified address

2016-02-10 Thread Markus Zoeller
> - Message from Remo Mattei on Tue, 9 Feb 2016 > 07:21:17 -0800 - > > To: > > Ludwig Tirazona > > cc: > > openstack@lists.openstack.org > > Subject: > > Re: [Openstack] I can't get nova-novncproxy to listen on the specified address > > What does the log say under /var/log/nova?

Re: [Openstack] Root disk resize down

2016-02-10 Thread Remo Mattei
ick! yes Ghe, agree but I would not advice this process, even though I have done this many time and works a huge % of the time, it’s not a save solution. parted then will be better if he really needs to address this resize and yes to keep in mind that XFS does not resize down at all. So the best

[Openstack] [Neutron][Monasca]

2016-02-10 Thread Rubab Syed
Hi, I'm doing a university project in OpenStack. The aim is to monitor virtual routers per tenant with Monasca(which according to my knowledge hasn't been implemented yet). The initial features would include monitoring of in/out traffic per interface. I'm writing a plugin in Monasca for that purpo

Re: [Openstack] Build SUSE Linux ISO

2016-02-10 Thread Dmitry Borodaenko
Georgios, Martin, and others: Once this rework of Fuel build process is done, we'll definitely announce it on openstack-dev ML (using [fuel] tag in the subject, hint hint :). You can also track the progress of this work in the blueprint: https://blueprints.launchpad.net/fuel/+spec/separate-fuel-n

Re: [Openstack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-10 Thread yang, xing
Hi Dilip, Can you please clarify your question? If a driver reports both thin_provisioning and thick_provisioning to True and reports free_capacity based on thin provisioning , and you want to provision a thick volume, the scheduler won’t block it and it fail when the driver tries to create v