Add baremetal hpuseast node definition

Add definition for nodes on hp us east. Including
yaml static inventory.

Change-Id: I6f6d605baa18172ddae7adad04c86f4ac21fdb99
This commit is contained in:
Yolanda Robla 2016-02-15 17:54:48 +01:00
parent a3620649c2
commit d4f9af56dc
2 changed files with 1809 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1231,4 +1231,25 @@ node /^baremetal\d{2}\.hpuswest\.ic\.openstack\.org$/ {
}
}
node /^baremetal\d{2}\.hpuseast\.ic\.openstack\.org$/ {
$group = 'infracloud'
class { '::openstack_project::server':
iptables_public_udp_ports => [67,69],
sysadmins => hiera('sysadmins', []),
enable_unbound => false,
}
class { '::openstack_project::infracloud::baremetal':
ironic_inventory => hiera('ironic_inventory_hpuseast', {}),
ironic_db_password => hiera('ironic_db_password'),
mysql_password => hiera('bifrost_mysql_password'),
region => 'hpuseast',
ipmi_passwords => hiera('ipmi_east_passwords'),
ssh_private_key => hiera('bifrost_hpuseast_ssh_private_key'),
ssh_public_key => hiera('bifrost_hpuseast_ssh_public_key'),
vlan => 1598,
gateway_ip => '15.126.48.1',
}
}
# vim:sw=2:ts=2:expandtab:textwidth=79