Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
I think I've found the cause of the problem. I've made a mix of combinations in my /etc/network/interfaces file and after I uncommented the following lines, it stopped working. # OpenStack Networking VXLAN (tunnel/overlay) bridge # # Only the COMPUTE and NETWORK nodes must have an IP address # on

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
In time: I've commented those lines and it finally worked. Still don't know though the real effect of it. auto br-vxlan iface br-vxlan inet manual bridge_stp off bridge_waitport 0 bridge_fd 0 bridge_ports bond0.30 # OpenStack Networking VLAN bridge auto br-vlan iface br-vlan inet

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
Hi Melvin, Yes I do. If I disable the bridge infos everything works smoothly. Also, when bridge configs are set, I have this message on boot: "Waiting 60 more seconds for network configuration.." I understand that this problem is not related to openstack, but any help would be appreciated. I'

Re: [Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Melvin Hillsman
Hey Rafael, Do you have bonding and 8021q kernel modules loading as well as bridge-utils and if-enslave packages. -- Melvin Hillsman Ops Technical Lead OpenStack Innovation Center mrhills...@gmail.com phone: (210) 312-1267 mobile: (210) 413-1659 Learner | Ideation | Belief | Responsibility | Com

[Openstack-operators] Help - Trying to install OpenStack - Network issues

2016-11-07 Thread Rafael Azevedo
Hello guys, Im new to OpenStack and am following instructions from Ansible [1] in order to get it installed. I've added the following config into my network init script: === # This file describes the network interfaces available on your system # and how to activa