Re: [Openstack-operators] [nova] Recovering instances from old system

2016-01-10 Thread Liam Haworth
Hey Abel, When I say 'wiped everything clean" I mean that we made backups of the databases and configuration on all hosts before reinstalling Ubuntu 14.04 LTS on top to start with a clean slate, we did this because we decided to make the change to the LinuxBridge agent from the OpenVSwitch agent

Re: [Openstack-operators] vm got an ip , but not reflected in console

2016-01-10 Thread Liam Haworth
Have you tried doing packet dumps (tshark -i -f "udp port 68 or port 67") on different points along the network? On Mon, 11 Jan 2016 at 15:11 Akshay Kumar Sanghai < akshaykumarsang...@gmail.com> wrote: > Hi, > I am running one controller node, 2 compute node and 2 network node. For > the basic

Re: [Openstack-operators] vm got an ip , but not reflected in console

2016-01-10 Thread Akshay Kumar Sanghai
Hi, I am running one controller node, 2 compute node and 2 network node. For the basic openstack setup , i followed the kilo installation of ubuntu openstack. I was trying for L3 HA using VRRP http://docs.openstack.org/kilo/networking-guide/scenario_l3ha_ovs.html.So, I cloned the network node and

[Openstack-operators] l3 ha using vrrp

2016-01-10 Thread Akshay Kumar Sanghai
Hi, I was following this link http://docs.openstack.org/liberty/networking-guide/scenario_l3ha_ovs.html for the setup of l3 ha using vrrp. I followed the kilo ubuntu installtion guide for multi node setup of openstack. In the configuration for controller node, in neutron.conf file , there are

[Openstack-operators] ubuntu installation with ovs

2016-01-10 Thread Akshay Kumar Sanghai
Hi, In the liberty release of docs of openstack ubuntu installation, why linux bridge is used as l2 agent? In the kilo release, it was ovs. Also, where can i find the documentation for ubuntu installation with ovs as l2 agent? Thanks, Akshay ___

Re: [Openstack-operators] l3 ha using vrrp

2016-01-10 Thread Matt Kassawara
Only the controller (running neutron-server) contains the ML2 plug-in ([ml2*] options in ml2_conf.ini) and schedules routers (L3 options neutron.conf). Use of ml2_conf.ini on other nodes is a bit misleading. However, prior to Liberty, configuration for L2 agents that reside on network/compute

Re: [Openstack-operators] l3 ha using vrrp

2016-01-10 Thread Akshay Kumar Sanghai
Hi Matt, Is the current networking guide for liberty not updated? One more thing, where can i find ubuntu installation of openstack with ovs as l2 agent? Thanks, Akshay On Sun, Jan 10, 2016 at 8:32 PM, Matt Kassawara wrote: > Only the controller (running neutron-server)

Re: [Openstack-operators] l3 ha using vrrp

2016-01-10 Thread Matt Kassawara
The networking guide for Liberty currently references configuration for Kilo. I'm planning to update it for Liberty over the next several weeks. In the meantime, only a few configuration items change and concepts remain the same. The installation guide changed from OVS to Linux bridge for