Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Miguel, Thanks thats a great link. Let me try it. On Fri, Jun 5, 2015 at 12:04 PM, Miguel A Diaz Corchero < miguelangel.d...@externos.ciemat.es> wrote: > Following this link I configured it in my infrastructure. Maybe this can > also help you. > > > https://www.softwareab.net/wordpress/openstac

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks for the reply. Have added these names of external network in any other configurations On Fri, Jun 5, 2015 at 4:18 AM, Fox, Kevin M wrote: > Those are the 4 external networks. In this cloud, they are all linux > bridges. > > I'm not using vlan tagging on this cloud, so I'm not su

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Miguel A Diaz Corchero
Following this link I configured it in my infrastructure. Maybe this can also help you. https://www.softwareab.net/wordpress/openstack-adding-external-networks-neutron-gre/ Miguel. El 04/06/15 23:15, Geo Varghese escribió: Thanks a lot friend for explaining it. I am also using ubuntu. let me

Re: [Openstack-operators] novnc console connection timetout

2015-06-04 Thread 张扬
Thanks folks, Its fixed via https://bugs.launchpad.net/mos/+bug/1409661 :-0 2015-06-04 20:29 GMT+08:00 张扬 : > Hi Guys, > > I am a newbie on openstack, I deployed my first openstack env via Fuel > 6.0, but unfortunately I always could not access the vm's vnc console, it > hints the connection time

[Openstack-operators] [openstack-operators][openstack-dev][openstack][chef] Pre-release of knife-openstack is out (1.2.0.rc1)

2015-06-04 Thread JJ Asghar
Hey everyone! I have cut a new release of the knife-openstack[1] gem today. We have a couple new features[2] which has been asked for a while. If you would like to give it a shot and report back any issues you might find[3]. gem install knife-openstack --pre I’m hoping to give this a week or

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Those are the 4 external networks. In this cloud, they are all linux bridges. I'm not using vlan tagging on this cloud, so I'm not sure what that would look like. Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 1:02 PM To: Fox

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Thanks a lot friend for explaining it. I am also using ubuntu. let me try it. I will update you with the results. On Fri, Jun 5, 2015 at 2:20 AM, Abrahams.Noah wrote: > Hi Geo, > > > > First a disclaimer: I’m working on Ubuntu and Icehouse, so you might have > different behavior, based on your

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
Hi Geo, First a disclaimer: I’m working on Ubuntu and Icehouse, so you might have different behavior, based on your distributions. Also, I don’t have all the specifics and flags you might need, but hopefully this can point you in the right direction. Also, also, the design below accounts for

Re: [Openstack-operators] [Tags] Tags Team Repo & our first tags!

2015-06-04 Thread Jesus M. Gonzalez-Barahona
[Disclamer: I'm not an OpenStack operator, neither an OpenStack developer. I only have some experience in metrics, quality models, and tags] Given that tags have a clear binary value, and that some people have expressed the convenience of having some more information available, maybe the tags coul

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Kevin, Thanks. Can you please explain these values pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt These 4 networks are external networks? How you created these bridges. Can you please specify the value added for network_vlan_ranges = Are you using vlan tag fro external network. Sorry for many

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
In /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini currently we have: bridge_mappings = pub:br-pub,scz:br-scz,osg:br-osg,mgmt:br-mgmt Thanks, Kevin From: Geo Varghese [gvargh...@aqorn.com] Sent: Thursday, June 04, 2015 12:29 PM To: Fox, Kevin M Cc: openstac

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Hi Noah, Thanks a lot for valuable inputs. I am using vlan tags for 2 external network and it configured on eth1. The two interfaces for multiple external networks are eth1.803 and eth1.805 Currently i didn't created br-ex bridge as it is multiple network. I have added vlan rages as => netwo

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Thanks for the reply Kevin. Currently bridge mapping is empty string. As I am not creating br-ex bridge due to multiple external network. Can you please explain what i have to do. On Thursday, June 4, 2015, Fox, Kevin M wrote: > Bridge mappings set in plugin.ini? > > Thanks, > Kevin > > -

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Abrahams.Noah
Geo, You also need to set the gateway_external_network_id variable to empty. If you don’t, the L3 agent is either using the gateway from the network with the specified UUID, or can’t figure out which one to use. Also, if the networks have VLAN tags that would be handled by the switch, you mig

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Tristan Cacqueray
On 06/04/2015 08:50 AM, Fox, Kevin M wrote: > I'm not aware of any check that actually tests the vulnerability. Just checks > package versions. Hi, On the compute host you can check the process age using "ps aux". The START column for every qemu-system-* process should be more recent than the d

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Cynthia Lopes
Well it works with Ceph Giant here, I did not upgrade to CentOS7.1 though, and I had ceph client installed before updating qemu. I did that, installed qemu from 7.1 and it didnt break my conf. I was able to restart old VMs and deploy new ones. No need to re-compile qemu-kvm anymore \o/ Yeh, I can

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Fox, Kevin M
Great. Thanks for sharing. I'll have to try it myself. :) Kevin From: Cynthia Lopes [clsacrame...@gmail.com] Sent: Thursday, June 04, 2015 9:08 AM To: Fox, Kevin M Cc: Steve Gordon; OpenStack Operations Mailing List Subject: Re: [Openstack-operators] Venom vulnerab

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Fox, Kevin M
I was curious because we're running giant and built a custom qemu too. I just rebuilt a patched one to cover Venom, but want to switch to stock 7.1 qemu at some point if it supports Ceph Giant. I'm not aware of any check that actually tests the vulnerability. Just checks package versions. Than

Re: [Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Fox, Kevin M
Bridge mappings set in plugin.ini? Thanks, Kevin From: Geo Varghese Sent: Thursday, June 04, 2015 6:25:46 AM To: openstack-operators@lists.openstack.org; openst...@lists.openstack.org Subject: [Openstack-operators] Help with multiple external network in openstack

Re: [Openstack-operators] [Puppet] Puppet classes for Kilo?

2015-06-04 Thread Cynthia Lopes
Hi guys, Thanks a lot for the info, I'll check the master branch :) Kind regards, Cynthia 2015-06-04 16:28 GMT+02:00 Matt Fischer : > Cynthia, > > There are a few things we're waiting to land, keystone v3 support being > one major one. The kilo branches should get cut soon though, until then >

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Cynthia Lopes
Hi, I dit not update my ceph client. The version before and after is: # ceph -v ceph version 0.87 (c51c8f9d80fa4e0168aa52685b8de40e42758578) Apart from checking my qemu-kvm version and having shutdown/up my instances, any ideas on how to validate that my host is no longer vulnerable? Regards,

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Fox, Kevin M
For the record, what version of ceph are you using before and after? Thanks, Kevin From: Cynthia Lopes Sent: Thursday, June 04, 2015 1:27:53 AM To: Steve Gordon Cc: OpenStack Operations Mailing List Subject: Re: [Openstack-operators] Venom vulnerability Hi guys,

Re: [Openstack-operators] [Tags] Tags Team Repo & our first tags!

2015-06-04 Thread Jonathan Proulx
Been sort of chewing on the various opinions expressed ... clearly this decision needs to be one of the first things to come out of the ops-tags team I think we could do most of what we need with binary tags if those were hierarchical ie this tag means those other five are also applied, but multi

Re: [Openstack-operators] [Puppet] Puppet classes for Kilo?

2015-06-04 Thread Matt Fischer
Cynthia, There are a few things we're waiting to land, keystone v3 support being one major one. The kilo branches should get cut soon though, until then please use master. There will be an announcement on OpenStack dev when they're ready. ___ OpenStack-o

[Openstack-operators] Help with multiple external network in openstack

2015-06-04 Thread Geo Varghese
Hi Team, I need some help to setup multiple external network In normal single external network we create *br-ex* bridge and add it in /etc/neutron/l3_agent.ini As external_network_bridge = br-ex It is working for me. But in the case of multiple external network, this variable to be set to e

Re: [Openstack-operators] [Puppet] Puppet classes for Kilo?

2015-06-04 Thread Erik McCormick
Hi Cynthia, The master branch is Kilo. I haven't tried it yet, so I can't testify to the completeness, but they should be mostly good by this point. There might be a few features not implemented yet (keystone federation for one), but all of the common stuff should be there. Drop by #puppet-opensta

[Openstack-operators] novnc console connection timetout

2015-06-04 Thread 张扬
Hi Guys, I am a newbie on openstack, I deployed my first openstack env via Fuel 6.0, but unfortunately I always could not access the vm's vnc console, it hints the connection time, I also found the following calltrace in nova-novncproxy.log, Could anybody give me a hint on it? I am not sure wheth

Re: [Openstack-operators] Venom vulnerability

2015-06-04 Thread Cynthia Lopes
Hi guys, Just for feedback and if somebody else has compute nodes on CentOS 7.0, IceHouse and uses Ceph. -- What I did that worked for me: -- #Remove all QEMU and Livirt related RP

[Openstack-operators] [Puppet] Puppet classes for Kilo?

2015-06-04 Thread Cynthia Lopes
Hi guys, Where can I find current work on kilo Puppet classes? On stackforge, I only see Juno version but I suppose Kilo development is almost done? Is there a way to get theses classes for Kilo even if they're not stable yet? I wanted to try an early deployment with them if possible :) Thank