Add jumphost to the managed servers
authorYolanda Robla Mota <yroblamo@redhat.com>
Thu, 25 Aug 2016 12:29:05 +0000 (14:29 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
So at least it gets the dns, ports, and extra
config setup.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Iceb075b7491a9098b10a40b0a549023129739883

puppet-infracloud/manifests/site.pp

index 5a6cc7b..1bbd282 100644 (file)
@@ -61,3 +61,10 @@ node 'compute00.opnfvlocal' {
   }
 }
 
+node 'jumphost.opnfvlocal' {
+  class { 'opnfv::server':
+    sysadmins                 => hiera('sysadmins', []),
+    enable_unbound            => false,
+    purge_apt_sources         => false,
+  }
+}