Add jumphost to the managed servers 99/19599/2
authorYolanda Robla Mota <yroblamo@redhat.com>
Thu, 25 Aug 2016 12:29:05 +0000 (14:29 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 1 Sep 2016 07:27:08 +0000 (07:27 +0000)
So at least it gets the dns, ports, and extra
config setup.

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

prototypes/puppet-infracloud/manifests/site.pp

index e524918..4f33ae0 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,
+  }
+}