inconsistency in documenting the use of eth12
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Confirmed
|
Medium
|
Filippo DiNoto |
Bug Description
This describes eth12 as being used to support one flat neutron network, via the br-vlan bridge https:/
This seems to be contradicted by the text from the example config https:/
# For tenant vlan support, create a veth pair to be used when the neutron
# agent is not containerized on the compute hosts. 'eth12' is the value used on
# the host_bind_override parameter of the br-vlan network section of the
# openstack_
# specified on the host_bind_override parameter.
which on the face of it says that eth12 is integral to tenant vlan support.
The distinction between vlan and flat networking is unclear in the documentation, made more complicated by them sharing the same bridge.
The purpose of eth12 is unclear and mismatched between the example config and the explanatory text.
Changed in openstack-ansible: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
What is the correct solution? I try to roll out an Openstack-Ansible rocky Production Ceph envoirement(10hosts - one is a seperated deployment-host). So far just problems :(
i tryed to follow the instructions closely, but can't manage to get it running.
When i leave out the part about the veth-pairing in network config, i can execute the playbooks successfully(all 3). But in Horizon i cannot manage the networks... - the neutron- linuxbridge- agenst crashes and reboots every 5s seconds on the infra-nodes... error is a missing interface eth12
if i uncomment the part about veth-pairs the interface eth12 gets created and the neutron- linuxbridge- agent starts at least and keeps running. But in this configuration i cannot execute the playbooks succsessfully anymore... it crashes because the containers cannot update the apt-cache anymore :(
can anybody explain to us, what is the correct config? Is the veth-pair needed on infrastructure- nodes? /docs.openstack .org/openstack- ansible/ rocky/user/ ceph/full- deploy. html
i followed this: https:/