diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-11 09:33:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 09:33:19 -0400 |
commit | 5f23f95f01bfd98e8ad6b824f6dd89e0555c8609 (patch) | |
tree | 9e42be8e6612a0612c6675267ab4cefa4714f5bb /playbooks/common | |
parent | 8c9307c1b2a0f34b91dbd90f62730f7b98c78a66 (diff) | |
parent | 25a35d43daf06b0f5ac9a16dfb6332295fb4f380 (diff) | |
download | openshift-5f23f95f01bfd98e8ad6b824f6dd89e0555c8609.tar.gz openshift-5f23f95f01bfd98e8ad6b824f6dd89e0555c8609.tar.bz2 openshift-5f23f95f01bfd98e8ad6b824f6dd89e0555c8609.tar.xz openshift-5f23f95f01bfd98e8ad6b824f6dd89e0555c8609.zip |
Merge pull request #4701 from kwoodson/master_metrics_url
[Bz 1468113] Configure the rest of the masters with the correct URL.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_metrics.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml index bcff4a1a1..2c8ad5b75 100644 --- a/playbooks/common/openshift-cluster/openshift_metrics.yml +++ b/playbooks/common/openshift-cluster/openshift_metrics.yml @@ -5,3 +5,12 @@ 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 |