kayobe/ansible/roles/veth/templates/veth-nmconnection.j2
Bartosz Bezak 2f447f6545 Move to Rocky Linux 9
CentOS Stream 8 support has been dropped. Migration path will be present
in Yoga release - as a followup change.

MichaelRigart.interfaces does not support custom routes for
NetworkManager yet. It has been disabled in CI for Rocky Linux 9
temporarily.

Non-voting CentOS Stream 9 CI overcloud job is using RL9 container
images (as kolla CI is not building CS9 images anymore).

Change-Id: Idf5ee822b03ba40179803c981500a6bad37594bf
2022-12-12 22:24:47 +01:00

17 lines
256 B
Django/Jinja

[connection]
id={{ item.device }}
type=veth
interface-name={{ item.device }}
master={{ item.bridge }}
slave-type=bridge
{% if item.mtu is defined and item.mtu %}
[ethernet]
mtu={{ item.mtu }}
{% endif %}
[veth]
peer={{ item.peer_device }}
[bridge-port]