summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/tasks/tune_masters.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_cfme/tasks/tune_masters.yml')
-rw-r--r--roles/openshift_cfme/tasks/tune_masters.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/openshift_cfme/tasks/tune_masters.yml b/roles/openshift_cfme/tasks/tune_masters.yml
deleted file mode 100644
index 02b0f10bf..000000000
--- a/roles/openshift_cfme/tasks/tune_masters.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- 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