br-int, br-ex and br-tup down. unable to access externa network.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
New
|
Undecided
|
Unassigned |
Bug Description
What happend:
I am trying to deploy a working kolla ansible deployment. which is an all-in-one. Everything went fine, except that my public network (physnet1-
What I expected to happen:
I expected the br-int, br-ex and br-tup to be turned on once the installation is successful and any public network I create through horizon/cli appear in the root network namespace so that the floating IPs are routable and have access to the external network.
Environment:
OS: ubuntu 20.04
Kernel: Linux ubuntu 5.4.0
Kolla-Ansible version - Stable/wallaby
docker image install-source (Using binary is causing it to stop at fluentd installation)
The VM on which this is deployed has 2 NICs, one bridged and the other behind NAT. The NIC which was bridged is given to external_
Every port to every VM is however appearing as a network TAP in the main root space without an IP.
Please tell me how exactly is networking in kolla is supposed to work? I used both the init-runonce file and manual way to try. Thanks.