From: Yolanda Robla Mota Date: Thu, 25 Aug 2016 12:29:05 +0000 (+0200) Subject: Add jumphost to the managed servers X-Git-Tag: colorado.1.0~92^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=221956946efb7c655d05b5d582d87bd3c917ff39;p=releng.git Add jumphost to the managed servers So at least it gets the dns, ports, and extra config setup. Signed-off-by: Yolanda Robla Change-Id: Iceb075b7491a9098b10a40b0a549023129739883 --- 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, + } +}