Switch nodepool_launcher.pp to nodepoolv3.yaml
We need nl01.o.o to use nodepoolv3.yaml, while nodepool.o.o still exists. Change-Id: Id2b61072d07eae59b36abe69eabb28d892c043ff Depends-On: Ic04d3f625e4f0b05317ea6348b6d02e730bd61b3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
1dcd4c950b
commit
3f94250539
@ -57,7 +57,7 @@ class openstackci::nodepool_launcher (
|
||||
|
||||
file { '/etc/nodepool/nodepool.yaml':
|
||||
ensure => present,
|
||||
source => $::project_config::nodepool_config_file,
|
||||
source => $::project_config::nodepool_config_file_zuulv3,
|
||||
owner => 'nodepool',
|
||||
group => 'root',
|
||||
mode => '0400',
|
||||
|
Loading…
x
Reference in New Issue
Block a user