Add Infra Cloud compute node definition
Add definition for compute nodes in the hpuseast region. Change-Id: I75b0abcd0401588033f681e77bcc07a442422fa4
This commit is contained in:
parent
a3620649c2
commit
be5700416c
@ -1207,6 +1207,22 @@ node /^compute\d{3}\.hpuswest\.ic\.openstack\.org$/ {
|
||||
}
|
||||
}
|
||||
|
||||
node /^compute\d{3}\.hpuseast\.ic\.openstack\.org$/ {
|
||||
$group = 'infracloud'
|
||||
class { '::openstack_project::server':
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
enable_unbound => false,
|
||||
}
|
||||
class { '::openstack_project::infracloud::compute':
|
||||
nova_rabbit_password => hiera('nova_rabbit_password'),
|
||||
neutron_rabbit_password => hiera('neutron_rabbit_password'),
|
||||
neutron_admin_password => hiera('neutron_admin_password'),
|
||||
ssl_cert_file_contents => hiera('infracloud_hpuseast_ssl_cert_file_contents'),
|
||||
br_name => 'br-vlan1598',
|
||||
controller_public_address => 'controller00.hpuseast.ic.openstack.org',
|
||||
}
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
# Upgrade-Modules
|
||||
node /^baremetal\d{2}\.hpuswest\.ic\.openstack\.org$/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user