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:
Clark Boylan 2019-02-26 10:50:27 -08:00
parent 1279a544d5
commit 85c1fc62f1
1 changed files with 1 additions and 0 deletions

View File

@ -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'),