Merge "Remove baremetal00.hpuseast from site.pp"
This commit is contained in:
commit
90b100f993
@ -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
|
# vim:sw=2:ts=2:expandtab:textwidth=79
|
||||||
|
Loading…
Reference in New Issue
Block a user