From 85c1fc62f1a1d3c6e9b0ddd46bdb3f10851d5ed8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 26 Feb 2019 10:50:27 -0800 Subject: [PATCH] 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 --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 9556637597..9407d6d77e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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'),