Switch to ironic vanilla inventory
The hiera key is now named ironic_inventory_vanilla on baremetal00 yaml file. Change-Id: I5efa14129d49167081f07affe44d92edc55699cc
This commit is contained in:
parent
33d39badbe
commit
ace025b691
@ -1341,7 +1341,7 @@ node /^baremetal\d{2}\.vanilla\.ic\.openstack\.org$/ {
|
||||
class { '::openstack_project::infracloud::baremetal':
|
||||
# NOTE(pabelanger): hiera should be updated to reflect our new region
|
||||
# names.
|
||||
ironic_inventory => hiera('ironic_inventory_hpuswest', {}),
|
||||
ironic_inventory => hiera('ironic_inventory_vanilla', {}),
|
||||
ironic_db_password => hiera('ironic_db_password'),
|
||||
mysql_password => hiera('bifrost_mysql_password'),
|
||||
region => 'vanilla',
|
||||
|
Loading…
Reference in New Issue
Block a user