summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/templates/br_ex.erb
diff options
context:
space:
mode:
Diffstat (limited to 'common/puppet-opnfv/manifests/templates/br_ex.erb')
-rw-r--r--common/puppet-opnfv/manifests/templates/br_ex.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/puppet-opnfv/manifests/templates/br_ex.erb b/common/puppet-opnfv/manifests/templates/br_ex.erb
new file mode 100644
index 000000000..6c0e7e7f0
--- /dev/null
+++ b/common/puppet-opnfv/manifests/templates/br_ex.erb
@@ -0,0 +1,10 @@
+DEVICE=br-ex
+DEVICETYPE=ovs
+IPADDR=<%= @public_nic_ip %>
+NETMASK=<%= @public_nic_netmask %>
+GATEWAY=<%= @public_gateway %>
+BOOTPROTO=static
+ONBOOT=yes
+TYPE=OVSBridge
+PROMISC=yes
+PEERDNS=no