Merge "Add nodepool SSH private key to nl01.o.o"
This commit is contained in:
commit
6314bb6ed6
@ -978,6 +978,7 @@ node /^nl\d+\.openstack\.org$/ {
|
|||||||
|
|
||||||
class { '::openstackci::nodepool_launcher':
|
class { '::openstackci::nodepool_launcher':
|
||||||
nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'),
|
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',
|
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
|
||||||
oscc_file_contents => $clouds_yaml,
|
oscc_file_contents => $clouds_yaml,
|
||||||
statsd_host => 'graphite.openstack.org',
|
statsd_host => 'graphite.openstack.org',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user