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

8 lines
149 B
Plaintext
Raw Normal View History

2023-06-28 18:24:17 +00:00
DEVICETYPE='ovs'
TYPE='OVSPort'
OVS_BRIDGE='{{ openqa_multivm_bridge_interface }}'
DEVICE='tap{{ item }}'
ONBOOT='yes'
BOOTPROTO='none'
HOTPLUG='no'