ansible-openqa-management/templates/etc/sysconfig/network-scripts/ifcfg-br.j2

11 lines
219 B
Plaintext
Raw Normal View History

2023-06-28 18:24:17 +00:00
DEVICETYPE='ovs'
TYPE='OVSBridge'
BOOTPROTO='static'
IPADDR='172.16.2.2'
NETMASK='255.254.0.0'
DEVICE={{ openqa_multivm_bridge_interface }}
STP=off
ONBOOT='yes'
NAME='{{ openqa_multivm_bridge_interface }}'
HOTPLUG='no'