summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/templates/br_ex.erb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-08-31 10:36:27 -0400
committerTim Rozet <trozet@redhat.com>2015-08-31 17:47:17 -0400
commit8ce84b06eb628e3b1a2145a3bfda75ca12082edb (patch)
treec024cc5f82dad97c9fde5345291175273079a659 /common/puppet-opnfv/manifests/templates/br_ex.erb
parentec14e60346404374823fc0b0188b7de37995bffb (diff)
Fixes puppet modules to come from Genesis repo
This patch deprecates the use of puppet-trystack repo and migrates the puppet modules even to Genesis. deploy.sh now now copies the modules from the current Genesis repo into foreman VM's /vagrant to be used during install (rather than recloning). Associated changes in Khaleesi/QuickStack: - Khaleesi: commit 31b912778847f295d1459a71e5c41c808977c91d - Astapor: commit ac4be11e348d7bcff1e1aa28c96056e18dba5291 JIRA: APEX-8 Change-Id: I322ac797d1d687f17434e07e6775acef8961bdef Signed-off-by: Tim Rozet <trozet@redhat.com>
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 0000000..6c0e7e7
--- /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