From 62f0ab74c5ea42d519a7a0a86528133dc215c5f1 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 15 Aug 2016 19:09:26 -0400 Subject: [PATCH] Fix firehose hostname on cacti hiera This commit fixes an oversight on the hiera entry for firehose and uses it's real hostname firehose01.openstack.org instead of it's CNAME firehose.openstack.org. Change-Id: Ibaa8655850e97071b430a3e0e9629032f932daf7 --- hiera/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera/common.yaml b/hiera/common.yaml index 9601322790..ce23603baf 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -287,7 +287,7 @@ cacti_hosts: - elasticsearch07.openstack.org - etherpad-dev.openstack.org - etherpad.openstack.org -- firehose.openstack.org +- firehose01.openstack.org - git.openstack.org - git01.openstack.org - git02.openstack.org