Put health servers in the puppet health group
This is necessary for the proper group lookup of heira data to happen from the puppet side of the config. The ansible side is already configured properly via inventory/groups.yaml. Change-Id: I8ceb6733c2052a7cf29a344a12ab7312e8739191
This commit is contained in:
parent
1279a544d5
commit
85c1fc62f1
@ -119,6 +119,7 @@ node /^grafana\d*\.open.*\.org$/ {
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^health\d*\.open.*\.org$/ {
|
||||
$group = "health"
|
||||
class { 'openstack_project::server': }
|
||||
class { 'openstack_project::openstack_health_api':
|
||||
subunit2sql_db_host => hiera('subunit2sql_db_host', 'localhost'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user