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

8 lines
149 B
Django/Jinja

DEVICETYPE='ovs'
TYPE='OVSPort'
OVS_BRIDGE='{{ openqa_multivm_bridge_interface }}'
DEVICE='tap{{ item }}'
ONBOOT='yes'
BOOTPROTO='none'
HOTPLUG='no'