diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-08-25 14:29:05 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-01 07:27:08 +0000 |
commit | 221956946efb7c655d05b5d582d87bd3c917ff39 (patch) | |
tree | 17f546a006ea67425343c099b3a4c0d6bf408129 /prototypes/puppet-infracloud | |
parent | d3421e222d0b504f58c14d28cbe8aea65bd51a47 (diff) |
Add jumphost to the managed servers
So at least it gets the dns, ports, and extra
config setup.
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Iceb075b7491a9098b10a40b0a549023129739883
Diffstat (limited to 'prototypes/puppet-infracloud')
-rw-r--r-- | prototypes/puppet-infracloud/manifests/site.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp index e524918c6..4f33ae073 100644 --- a/prototypes/puppet-infracloud/manifests/site.pp +++ b/prototypes/puppet-infracloud/manifests/site.pp @@ -61,3 +61,10 @@ node 'compute00.opnfvlocal' { } } +node 'jumphost.opnfvlocal' { + class { 'opnfv::server': + sysadmins => hiera('sysadmins', []), + enable_unbound => false, + purge_apt_sources => false, + } +} |