summaryrefslogtreecommitdiffstats
path: root/puppet-infracloud
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-08-25 14:29:05 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commitda7ad8ea7b6bce15caee80ae3e3b8d353e857aef (patch)
tree2385d49adb55237e814925ab3eb692b478dd4bcf /puppet-infracloud
parent56aae69202563e30fa1c1a2a6fdd9ff8c2328b05 (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 'puppet-infracloud')
-rw-r--r--puppet-infracloud/manifests/site.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet-infracloud/manifests/site.pp b/puppet-infracloud/manifests/site.pp
index 5a6cc7bf..1bbd282e 100644
--- a/puppet-infracloud/manifests/site.pp
+++ b/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,
+ }
+}