From: Yolanda Robla Mota Date: Thu, 25 Aug 2016 12:29:05 +0000 (+0200) Subject: Add jumphost to the managed servers X-Git-Tag: 6.0.0~486 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=da7ad8ea7b6bce15caee80ae3e3b8d353e857aef;p=releng-xci.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/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, + } +}