From 3531e8be3c5fcac8e207da6d750f9b6a65170512 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 25 Feb 2019 15:11:19 -0800 Subject: [PATCH] Set health service's vhost hostname explicitly We set the health service's api vhost hostname to 'health.openstack.org' explicitly so that we can boot health01.opendev.org which is not where we'll serve the content from. Change-Id: Ic39fc51d9367219629e0947d2d20ba0b8c93e5e2 --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 0ae5ed09dc..9ad5aa2222 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -122,6 +122,7 @@ node /^health\d*\.open.*\.org$/ { class { 'openstack_project::server': } class { 'openstack_project::openstack_health_api': subunit2sql_db_host => hiera('subunit2sql_db_host', 'localhost'), + hostname => 'health.openstack.org', } }