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 /roles/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 'roles/openshift_cfme')
-rw-r--r-- | roles/openshift_cfme/tasks/main.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/openshift_cfme/tasks/main.yml b/roles/openshift_cfme/tasks/main.yml index a19442a4e..acbce7232 100644 --- a/roles/openshift_cfme/tasks/main.yml +++ b/roles/openshift_cfme/tasks/main.yml @@ -23,22 +23,6 @@ state: present ###################################################################### -# Service settings - -- name: Ensure bulk image import limit is tuned - yedit: - src: /etc/origin/master/master-config.yaml - key: 'imagePolicyConfig.maxImagesBulkImportedPerRepository' - value: "{{ openshift_cfme_maxImagesBulkImportedPerRepository | int() }}" - state: present - backup: True - register: master_config_updated - notify: - - restart master - -- meta: flush_handlers - -###################################################################### # NFS - name: Ensure the /exports/ directory exists |