Merge "Add nodepool SSH private key to nl01.o.o"
This commit is contained in:
commit
6314bb6ed6
@ -977,11 +977,12 @@ node /^nl\d+\.openstack\.org$/ {
|
|||||||
include openstack_project
|
include openstack_project
|
||||||
|
|
||||||
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'),
|
||||||
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
|
nodepool_ssh_private_key => hiera('zuul_worker_ssh_private_key_contents'),
|
||||||
oscc_file_contents => $clouds_yaml,
|
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
|
||||||
statsd_host => 'graphite.openstack.org',
|
oscc_file_contents => $clouds_yaml,
|
||||||
revision => 'feature/zuulv3',
|
statsd_host => 'graphite.openstack.org',
|
||||||
|
revision => 'feature/zuulv3',
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem':
|
file { '/home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user