summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-14 08:01:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-14 08:01:27 +0000
commit990f97e9ebf417dd18e533cbbfec8977fe59f39a (patch)
treee2324d7e8b58f2588c3abda8bf03b48383a3c654 /xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2
parent2c11cf6509eafafe80fa50657417b19a4458915e (diff)
parent7dd14e002128b5e6fe5302e6f7fe8620682a7d53 (diff)
Merge "xci: Merge configure-network and syncronize-time roles"
Diffstat (limited to 'xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2')
-rw-r--r--xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2 b/xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2
new file mode 100644
index 00000000..06b5f177
--- /dev/null
+++ b/xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2
@@ -0,0 +1,9 @@
+DEVICE={{ item.name }}
+NM_CONTROLLED=no
+IPADDR={{ item.ip }}
+PREFIX={{ item.prefix }}
+ONBOOT=yes
+BOOTPROTO=none
+TYPE=Bridge
+DELAY=0
+STP=off