summaryrefslogtreecommitdiffstats
path: root/puppet-infracloud
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-10-03 11:11:48 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commitacc4b9d4c19a05d89e1d1815f174dcc48b2dd7e2 (patch)
tree8e352ab37aa5deb921f8e4fb5a7246bd3cbd20e7 /puppet-infracloud
parentcf8a59a68f10e5eedc37f8021c401c4201bc4c6f (diff)
Add missing bridge_name parameter
Change-Id: If233efe79fd3058c4ca4ef16abf7f66b1a9c4203 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud')
-rw-r--r--puppet-infracloud/manifests/site.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet-infracloud/manifests/site.pp b/puppet-infracloud/manifests/site.pp
index ae229d8e..2b32e996 100644
--- a/puppet-infracloud/manifests/site.pp
+++ b/puppet-infracloud/manifests/site.pp
@@ -96,5 +96,6 @@ node 'baremetal.opnfvlocal', 'lfpod5-jumpserver' {
network_interface => hiera('network_interface'),
ipv4_nameserver => hiera('ipv4_nameserver'),
ipv4_subnet_mask => hiera('ipv4_subnet_mask'),
+ bridge_name => hiera('bridge_name'),
}
}