Merge "Add Infra Cloud compute node definition"
This commit is contained in:
commit
fd87ff30b6
@ -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