iesgn / openstack-debian-ansible

Ansible playbooks for installing OpenStack on Debian
GNU General Public License v3.0
17 stars 16 forks source link

br-ex is down after reboot #4

Closed albertomolina closed 9 years ago

albertomolina commented 10 years ago

br-ex is defined into /etc/network/interfaces:

auto br-ex
allow-ovs br-ex
iface br-ex inet static
    address 192.168.221.101
    netmask 255.255.255.0
    ovs_type OVSBridge
    ovs_ports eth2

auto eth2
allow-br-ex eth2
iface eth2 inet manual
    ovs_bridge br-ex
    ovs_type OVSPort

But, after a reboot, br-ex is not present.

Is it necessary to install and configure openvswitch-brcompat?

albertomolina commented 10 years ago

It's not related to brcompat.

brcompat is deprecated and brcompat.ko module isn't present at kernel 3.14

josedom24 commented 10 years ago

No se si tiene que ver,

pero al ejecutarse la tarea openvswitch, la máquina se queda sin internet, y no se puede acceder por ssh (vagrant ssh), con lo que la tarea horizon no se puede ejecutar.

albertomolina commented 9 years ago

A solutions for this issue: http://ispire.me/cannot-find-device-br-ex-fix-for-openvswitch-on-openstack/