From da7ad8ea7b6bce15caee80ae3e3b8d353e857aef Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Thu, 25 Aug 2016 14:29:05 +0200 Subject: 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 --- puppet-infracloud/manifests/site.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'puppet-infracloud') 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, + } +} -- cgit 1.2.3-korg