diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-10-03 10:18:36 +0200 |
---|---|---|
committer | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-10-03 10:19:48 +0200 |
commit | 506e4609175b9d0401ac34992c1992288586eb74 (patch) | |
tree | 46f1286ff57cfd9333bda5e4301ee902af8a2743 /prototypes/puppet-infracloud/manifests | |
parent | 609bf2f9c9c6885b0a1c6acf292e33d80bf1c3f7 (diff) |
Add missing hiera vars for bifrost
Change-Id: I88a9acb221c7c33d12c8d68492551c39a8cb212c
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'prototypes/puppet-infracloud/manifests')
-rw-r--r-- | prototypes/puppet-infracloud/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp index 31c45767f..ae229d8ee 100644 --- a/prototypes/puppet-infracloud/manifests/site.pp +++ b/prototypes/puppet-infracloud/manifests/site.pp @@ -73,7 +73,7 @@ node 'jumphost.opnfvlocal' { } } -node 'baremetal.opnfvlocal' { +node 'baremetal.opnfvlocal', 'lfpod5-jumpserver' { class { '::opnfv::server': iptables_public_udp_ports => [67, 69], sysadmins => hiera('sysadmins', []), |