Rename ipmi_west_passwords to ipmi_passwords

We have one bifrost machine to provision both infracloud flavors,
therefore the hiera key containing the ipmi passwords is the same
for all servers.

Change-Id: I9d69330f453af21a063f6585d17f91bc3925fc8e
This commit is contained in:
Ricardo Carrillo Cruz 2016-09-21 12:21:28 +02:00
parent 872ed851fb
commit 6f98fcebc6

View File

@ -1356,7 +1356,7 @@ node /^baremetal\d{2}\.vanilla\.ic\.openstack\.org$/ {
ironic_inventory => hiera('ironic_inventory', {}),
ironic_db_password => hiera('ironic_db_password'),
mysql_password => hiera('bifrost_mysql_password'),
ipmi_passwords => hiera('ipmi_west_passwords'),
ipmi_passwords => hiera('ipmi_passwords'),
ssh_private_key => hiera('bifrost_vanilla_ssh_private_key'),
ssh_public_key => hiera('bifrost_vanilla_ssh_public_key'),
vlan => 2551,