Re: [Openstack-operators] What are people using for configuration management? Puppet? Chef? Other?

2015-07-30 Thread Caius Howcroft
We have been heavy users of chef and its okay. Personally I like using ansible for config management for openstack. There are many reasons for this, but perhaps one that is very specific to openstack is that ansible is agnostic about choice the choice of language which modules are written in (b

Re: [Openstack-operators] Nova VMware driver don't know to deal with VMWare vSphere 5.5 API bugs

2015-07-30 Thread Davanum Srinivas
Jean-Daniel, Want to try the caching wsdl locally trick? https://wiki.openstack.org/wiki/NovaVMware/Documentation#cache_wsdl_locally -- dims On Thu, Jul 30, 2015 at 4:27 PM, Michael Still wrote: > I think it would be a good idea to post this to openstack-dev so the vmware > driver team sees it.

Re: [Openstack-operators] Compressed Images

2015-07-30 Thread Joe Topjian
Sounds good. I'll open a bug :) On Wed, Jul 29, 2015 at 4:38 PM, Abel Lopez wrote: > That's an interesting find. > I've only ever assumed "compressed image" to mean qcow2 (with or without > compression in qcow2, both are pretty small compared to raw) > I can imagine that '.zip and .tar.gz' might

Re: [Openstack-operators] [neutron][extra-dhcp-opt]How to use extra-dhcp-opt when the opt_name="static-route" and opt_name="classless-static-route"?

2015-07-30 Thread Dan Sneddon
On 07/28/2015 05:44 PM, 于洁 wrote: > Hi all, > When using the extr-dhcp-opt, I find the function works well when > opt_name="mtu" and opt_name="router". The vm created will use the > assigned mtu value or the assigned gateway. But when I create port using > --extra-dhcp-opt > o

Re: [Openstack-operators] Nova VMware driver don't know to deal with VMWare vSphere 5.5 API bugs

2015-07-30 Thread Michael Still
I think it would be a good idea to post this to openstack-dev so the vmware driver team sees it. Use a [nova][vmware] subject line to ensure you get their attention! Hope this helps, Michael On Thu, Jul 30, 2015 at 11:06 PM, Jean-Daniel Bonnetot < jean-daniel.bonne...@ovh.net> wrote: > Hi Ops, >

Re: [Openstack-operators] [all] OpenStack voting by the numbers

2015-07-30 Thread Stefano Maffulli
On 07/29/2015 09:27 AM, Maish Saidel-Keesing wrote: > Some of my thoughts on the Voting process. Excellent conversation starter, Maish. One piece that attracted my attention on your post is: Community and How to Contribute. Way down there in at the bottom. Is that because people already k

Re: [Openstack-operators] [Openstack] [all] OpenStack voting by the numbers

2015-07-30 Thread John Griffith
On Wed, Jul 29, 2015 at 10:36 AM, David Medberry wrote: > Nice writeup maish! very nice. > > On Wed, Jul 29, 2015 at 10:27 AM, Maish Saidel-Keesing < > mais...@maishsk.com> wrote: > >> Some of my thoughts on the Voting process. >> >> >> http://technodrone.blogspot.com/2015/07/openstack-summit-vot

[Openstack-operators] Problem in Ceilometer's alarm-evaluator

2015-07-30 Thread Alvise Dorigo
Hi, I've just installed Ceilometer on an test infrastructure with a controller node (which is also network node) e a compute node. Just after starting the ceilometer services, I see an error in the alarm-evaluator.log: 2015-07-30 14:59:54.113 4061 ERROR ceilometer.alarm.service [-] alarm eval

[Openstack-operators] Nova VMware driver don't know to deal with VMWare vSphere 5.5 API bugs

2015-07-30 Thread Jean-Daniel Bonnetot
Hi Ops, I deployed with OSAD and now I try to plug my compute node on vSphere with the nova vmware driver. After configuring the nova-compute to point on my vSphere, I start nova-compute and … BOOM :/ After some debugs, here what I found: 1. logs: http://pastebin.com/wx5JDVrd 2. I go deeper dum

Re: [Openstack-operators] [kilo-multinode] Live-Migration Error

2015-07-30 Thread Roman Podoliaka
Check you can ping the destination host using the host name - compute1-VirtualBox - as this is what Nova passes to libvirt when doing live migration. On Thu, Jul 30, 2015 at 2:20 PM, Abhishek Talwar wrote: > Hi, > > I have a multinode OpenStack kilo setup with 2 compute nodes, a controller > and

[Openstack-operators] [kilo-multinode] Live-Migration Error

2015-07-30 Thread Abhishek Talwar
Hi,I have a multinode OpenStack kilo setup with 2 compute nodes, a controller and a network node. I am trying to migrate a Vm from host to the other, but there is a migration failure and the VM stays on the same host. I can ping between the compute nodes, and I have set libvirt to listen mode. U

[Openstack-operators] [neutron]How to use external_net?

2015-07-30 Thread ????
Hi all, I find that if setting the value of router:external=True for a net(example: neutron net-update netID --router:external=True) Users in other tenants could allocate floating IP from this net(example: neutron floatingip-create netID). But how could this floating IP bind to

Re: [Openstack-operators] ssh inside instance

2015-07-30 Thread aishwarya.adyanthaya
Hi Neil, I did the same as you have suggested. I have created an instance A and generated a private_key, giving it 600 permission. Using the key I launched the instance B but when I ssh from the instance A after a while it reads: Read from socket failed: Connection timed out I even tried with

Re: [Openstack-operators] ssh inside instance

2015-07-30 Thread Neil Jerram
Hi Aishwarya, The basic requirement here is that anyone - which really means a combination of a computer or instance, plus a user on that computer/instance - needs to have the private key that matches the public key that is installed on the target instance. You've asked about logging in from y

Re: [Openstack-operators] Which Puppet Modules To Use?

2015-07-30 Thread Eren Türkay
On 29-07-2015 23:01, Richard Raseley wrote: > Here at Puppet, we make use of the modules in the official OpenStack > Puppet Modules[0] project (formerly part of StackForge). As I understand > it Fuel is aligning towards using these as well. The ones under the > 'puppetlabs' name are either deprecat