Add nodepool SSH private key to nl01.o.o

Change-Id: Ifee0499809f7dbde0c9f82518adb39042191ec3f
Depends-On: I148af66c52d515c030c3618b7d276febe97e5b57
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-20 13:46:36 -05:00
parent 8d926afcad
commit bc6f0be3d2
1 changed files with 6 additions and 5 deletions

View File

@ -976,11 +976,12 @@ node /^nl\d+\.openstack\.org$/ {
include openstack_project
class { '::openstackci::nodepool_launcher':
nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'),
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
oscc_file_contents => $clouds_yaml,
statsd_host => 'graphite.openstack.org',
revision => 'feature/zuulv3',
nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'),
nodepool_ssh_private_key => hiera('zuul_worker_ssh_private_key_contents'),
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
oscc_file_contents => $clouds_yaml,
statsd_host => 'graphite.openstack.org',
revision => 'feature/zuulv3',
}
file { '/home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem':