summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-10-03 10:33:17 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-10-03 16:48:34 +0000
commite78fbcc5e472824d043daf74bd689ce470f1ce3e (patch)
treede0030972a9c1e621f0363e89c383a731dd08227
parent7f82b5f5ab63330bdd5d3882f11e01da2611f654 (diff)
Add missing dhcp_static_mask value
Change-Id: I1ba1aeea6a9a5a97b592e484b205868811b9f4e9 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
-rw-r--r--prototypes/puppet-infracloud/hiera/common.yaml1
-rw-r--r--prototypes/puppet-infracloud/manifests/site.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/hiera/common.yaml b/prototypes/puppet-infracloud/hiera/common.yaml
index 9357b6489..5a758afe4 100644
--- a/prototypes/puppet-infracloud/hiera/common.yaml
+++ b/prototypes/puppet-infracloud/hiera/common.yaml
@@ -112,6 +112,7 @@ bifrost_ssh_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/CvYtt8lC4pkM5Cx7
infracloud_vlan: 415
infracloud_gateway_ip: 172.30.13.1
default_network_interface: eno3
+dhcp_static_mask: 255.255.255.128
dchp_pool_start: 10.20.0.130
dhcp_pool_end: 10.20.0.254
network_interface: eno1
diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp
index ae229d8ee..144906061 100644
--- a/prototypes/puppet-infracloud/manifests/site.pp
+++ b/prototypes/puppet-infracloud/manifests/site.pp
@@ -91,6 +91,7 @@ node 'baremetal.opnfvlocal', 'lfpod5-jumpserver' {
vlan => hiera('infracloud_vlan'),
gateway_ip => hiera('infracloud_gateway_ip'),
default_network_interface => hiera('default_network_interface'),
+ dhcp_static_mask => hiera('dhcp_static_mask'),
dhcp_pool_start => hiera('dhcp_pool_start'),
dhcp_pool_end => hiera('dhcp_pool_end'),
network_interface => hiera('network_interface'),