summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_metrics.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-07-06 15:28:18 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-07-06 15:37:24 -0400
commit18fd0abc33432b0ea064443bd48f6a56dd567061 (patch)
tree61fd409302f8dbceeaad418a51025e2b0605142a /playbooks/common/openshift-cluster/openshift_metrics.yml
parent7787e84fc2d10d1aa0a238999cf323a1e709550a (diff)
downloadopenshift-18fd0abc33432b0ea064443bd48f6a56dd567061.tar.gz
openshift-18fd0abc33432b0ea064443bd48f6a56dd567061.tar.bz2
openshift-18fd0abc33432b0ea064443bd48f6a56dd567061.tar.xz
openshift-18fd0abc33432b0ea064443bd48f6a56dd567061.zip
[Bz 1468113] Configure the rest of the masters with the correct URL.
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_metrics.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_metrics.yml10
1 files changed, 10 insertions, 0 deletions
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
+