Merge "Bring baremetal00.vanilla.ic.openstack.org online"
This commit is contained in:
commit
a8481587e0
@ -1,13 +1,13 @@
|
||||
---
|
||||
ironic_inventory_hpuswest:
|
||||
baremetal00.hpuswest.ic.openstack.org:
|
||||
ironic_inventory_vanilla:
|
||||
baremetal00.vanilla.ic.openstack.org:
|
||||
driver: agent_ipmitool
|
||||
driver_info:
|
||||
power:
|
||||
ipmi_address: 10.10.16.36
|
||||
ipmi_address: 10.12.83.46
|
||||
ipmi_username: Administrator
|
||||
ipv4_public_address: 15.184.52.2
|
||||
ipv4_address: 10.10.16.144
|
||||
ipv4_public_address: 15.184.224.4
|
||||
ipv4_address: 10.10.16.4
|
||||
name: baremetal00.hpuswest.ic.openstack.org
|
||||
nics:
|
||||
- mac: 78:e7:d1:23:95:6d
|
||||
@ -16,8 +16,12 @@ ironic_inventory_hpuswest:
|
||||
cpus: '24'
|
||||
disk_size: '1800'
|
||||
ram: '96676'
|
||||
serial_number: use129cnm1
|
||||
rack: '12'
|
||||
ilo_mac: 78:e7:d1:23:95:6a
|
||||
uuid: 0090edd1-d3b6-4b6b-b3e4-b2bb09665d7b
|
||||
disabled: true # currently deployed
|
||||
ironic_inventory_hpuswest:
|
||||
baremetal01.hpuswest.ic.openstack.org:
|
||||
driver: agent_ipmitool
|
||||
driver_info:
|
||||
|
@ -1403,7 +1403,7 @@ node /^compute\d{3}\.hpuseast\.ic\.openstack\.org$/ {
|
||||
|
||||
# Node-OS: trusty
|
||||
# Upgrade-Modules
|
||||
node /^baremetal\d{2}\.hpuswest\.ic\.openstack\.org$/ {
|
||||
node /^baremetal\d{2}\.vanilla\.ic\.openstack\.org$/ {
|
||||
$group = 'infracloud'
|
||||
class { '::openstack_project::server':
|
||||
iptables_public_udp_ports => [67,69],
|
||||
@ -1413,10 +1413,12 @@ node /^baremetal\d{2}\.hpuswest\.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_db_password => hiera('ironic_db_password'),
|
||||
mysql_password => hiera('bifrost_mysql_password'),
|
||||
region => 'hpuswest',
|
||||
region => 'vanilla',
|
||||
ipmi_passwords => hiera('ipmi_west_passwords'),
|
||||
ssh_private_key => hiera('bifrost_hpuswest_ssh_private_key'),
|
||||
ssh_public_key => hiera('bifrost_hpuswest_ssh_public_key'),
|
||||
|
@ -1,4 +1,4 @@
|
||||
[disabled:children]
|
||||
infracloud
|
||||
|
||||
[infracloud]
|
||||
baremetal00.vanilla.ic.openstack.org
|
||||
|
Loading…
Reference in New Issue
Block a user