From 18fd0abc33432b0ea064443bd48f6a56dd567061 Mon Sep 17 00:00:00 2001
From: Kenny Woodson <kwoodson@redhat.com>
Date: Thu, 6 Jul 2017 15:28:18 -0400
Subject: [Bz 1468113] Configure the rest of the masters with the correct URL.

---
 playbooks/common/openshift-cluster/openshift_metrics.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'playbooks/common')

diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml
index bcff4a1a1..f5dc3b6a9 100644
--- a/playbooks/common/openshift-cluster/openshift_metrics.yml
+++ b/playbooks/common/openshift-cluster/openshift_metrics.yml
@@ -5,3 +5,13 @@
   hosts: oo_first_master
   roles:
   - openshift_metrics
+
+- name: OpenShift Metrics
+  hosts: oo_masters:!oo_first_master
+  serial: 1
+  tasks:
+  - name: Setup the non-first masters configs
+    include_role:
+      name: openshift_metrics
+      tasks_from: update_master_config.yaml
+
-- 
cgit v1.2.3


From 25a35d43daf06b0f5ac9a16dfb6332295fb4f380 Mon Sep 17 00:00:00 2001
From: Kenny Woodson <kwoodson@redhat.com>
Date: Mon, 10 Jul 2017 10:19:29 -0400
Subject: Removing trailing newline.

---
 playbooks/common/openshift-cluster/openshift_metrics.yml | 1 -
 1 file changed, 1 deletion(-)

(limited to 'playbooks/common')

diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml
index f5dc3b6a9..2c8ad5b75 100644
--- a/playbooks/common/openshift-cluster/openshift_metrics.yml
+++ b/playbooks/common/openshift-cluster/openshift_metrics.yml
@@ -14,4 +14,3 @@
     include_role:
       name: openshift_metrics
       tasks_from: update_master_config.yaml
-
-- 
cgit v1.2.3