summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/templates/br_ex.erb
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-05-26 17:18:29 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-05-26 17:18:29 +0000
commit14742119b1dee250c795616898250ba3d6061585 (patch)
treeece1608aefa1219845c9c7e29ebf62bab6e620c7 /common/puppet-opnfv/templates/br_ex.erb
parent7b483cb5ddc4445d5a31886c08694a61bce50636 (diff)
parent4039d84dfbb40a88c90cc58d3823360c565766d9 (diff)
Merge "Adds Heat and external network support"
Diffstat (limited to 'common/puppet-opnfv/templates/br_ex.erb')
-rw-r--r--common/puppet-opnfv/templates/br_ex.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/puppet-opnfv/templates/br_ex.erb b/common/puppet-opnfv/templates/br_ex.erb
new file mode 100644
index 0000000..6c0e7e7
--- /dev/null
+++ b/common/puppet-opnfv/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