diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-06-14 16:12:31 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-06-14 16:12:31 -0400 |
commit | de06d1ec79c7812a381866aa177098bc749d255d (patch) | |
tree | 15d4a1f2602dec2244eec5979618c68b6a480d45 /playbooks/common/openshift-cfme | |
parent | e1a91973650a26859d1d02449ac35b1946746392 (diff) | |
download | openshift-de06d1ec79c7812a381866aa177098bc749d255d.tar.gz openshift-de06d1ec79c7812a381866aa177098bc749d255d.tar.bz2 openshift-de06d1ec79c7812a381866aa177098bc749d255d.tar.xz openshift-de06d1ec79c7812a381866aa177098bc749d255d.zip |
Reconfigure masters in serial to avoid HA meltdowns
Diffstat (limited to 'playbooks/common/openshift-cfme')
-rw-r--r-- | playbooks/common/openshift-cfme/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cfme/config.yml b/playbooks/common/openshift-cfme/config.yml index 1c3400bd1..5887c05ec 100644 --- a/playbooks/common/openshift-cfme/config.yml +++ b/playbooks/common/openshift-cfme/config.yml @@ -14,6 +14,20 @@ # # F-a-f, never check on this. True 'background' task. # poll: 0 +- name: Configure Masters for CFME Bulk Image Imports + hosts: oo_masters_to_config + serial: 1 + tasks: + - name: Run master cfme tuning playbook + include_role: + name: openshift_cfme + tasks_from: tune_masters + + - name: hold up + pause: + prompt: You just reconfigured that max param bro + + - name: Setup CFME hosts: oo_first_master vars: |