Re: [Openstack] Instances looses connectivity when rebooted

2014-11-06 Thread Vijaya Bhaskar
I have configured neutron with vlan. Here is my /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini file: root@network:~# grep -v '^#' /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini [ovs] tenant_network_type = vlan network_vlan_ranges = physnet1:1:4094 bridge_mappings = physnet1:br-e

Re: [Openstack] Instances looses connectivity when rebooted

2014-11-06 Thread Adrián Norte
don't you use tunneling between the 2 nodes? I don't see a tunel interface GRE or vLan either. El 06/11/14 a las 09:58, Vijaya Bhaskar escribió: Hi, The results of ovs-vsctl show: COMPUTE --- root@compute:~# ovs-vsctl show 57d53eee-0435-4f3e-ab28-300b28656e73 Bridge br-dat

Re: [Openstack] Instances looses connectivity when rebooted

2014-11-06 Thread Vijaya Bhaskar
Hi, The results of ovs-vsctl show: COMPUTE --- root@compute:~# ovs-vsctl show 57d53eee-0435-4f3e-ab28-300b28656e73 Bridge br-data Port "eth0" Interface "eth0" Port phy-br-data Interface phy-br-data Port br-data Inter

Re: [Openstack] Instances looses connectivity when rebooted

2014-11-06 Thread Adrián Norte
Can you execute "ovs-vsctl show" on both neutron and compute nodes and paste the results? El 06/11/14 a las 08:30, Vijaya Bhaskar escribió: Hi, I have searched all around and still cannot find a solution. Please help. On Fri, Oct 31, 2014 at 12:32 PM, Vijaya Bhaskar

Re: [Openstack] Instances looses connectivity when rebooted

2014-11-05 Thread Vijaya Bhaskar
Hi, I have searched all around and still cannot find a solution. Please help. On Fri, Oct 31, 2014 at 12:32 PM, Vijaya Bhaskar < vijayabhas...@sparksupport.com> wrote: > Hi, > > I am quite new to openstack and I have installed openstack havana in a 3 > machine configuration - controller, compute

[Openstack] Instances looses connectivity when rebooted

2014-10-31 Thread Vijaya Bhaskar
Hi, I am quite new to openstack and I have installed openstack havana in a 3 machine configuration - controller, compute and network nodes. When an instance is rebooted it looses connectivity on both floating ip and private ip. When a new instance is started all the old instances gain connectivity