Merge "Remove baremetal00.hpuseast from site.pp"

This commit is contained in:
Jenkins 2016-08-10 10:06:54 +00:00 committed by Gerrit Code Review
commit 90b100f993

View File

@ -1353,25 +1353,4 @@ node /^baremetal\d{2}\.vanilla\.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