summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j2')
-rw-r--r--lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j2 b/lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j2
new file mode 100644
index 00000000..c478a7d9
--- /dev/null
+++ b/lib/ansible/playbooks/templates/external_vlan_ifcfg.yml.j2
@@ -0,0 +1,9 @@
+DEVICE=vlan{{ external_network.vlan }}
+ONBOOT=yes
+DEVICETYPE=ovs
+TYPE=OVSIntPort
+BOOTPROTO=static
+IPADDR={{ external_network.ip }}
+PREFIX={{ external_network.prefix }}
+OVS_BRIDGE=br-ctlplane
+OVS_OPTIONS="tag={{ external_network.vlan }}"