Stein Packstack does not add NIC to br-ex
Is this a bug or user error?
I have a virtual server freshly installed with Centos 7.6, with a single NIC eth0 and IP address 10.1.1.4.
The following works nicely with Rocky on Centos 7.6:
sudo packstack --debug --allinone --default-password pw --os-neutron-ovs-bridge-interfaces=br-ex:eth0 --provision-demo-floatrange=10.1.1.0/24 --provision-demo-allocation-pools '["start=10.1.1.10,end=10.1.1.50"]' --os-heat-install=y --os-heat-cfn-install=y
Deployment succeeds. br-ex has both 10.1.1.4 and 10.1.1.1, and includes eth0 as port. The cloud works.
When installing Stein Packstack on an identical server (except different IP 10.1.1.6), the same command results in
- br-ex with 10.1.1.1
- eth0 still has 10.1.1.6
- eth0 is not plugged into br-ex
- the routing table prioritizes br-ex (which is not connected to the outside world) over eth0.
Eventually the Packstack deployment fails because repos on the internet can't be reached.