@@ -23,11 +23,6 @@
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:
@@ -0,0 +1,12 @@
+---
+- 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
+ notify:
+ - restart master
+
+- meta: flush_handlers