summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-18 17:08:30 -0400
committerGitHub <noreply@github.com>2017-10-18 17:08:30 -0400
commit1431bceee461f9eb4a016fe4260ed42aa326ee68 (patch)
tree5b603c04a28c49cb42c89a408202eb31f3c717db /playbooks/common/openshift-cluster/upgrades/v3_7
parent6de05bf4ded9eb68885c1923bb65e2a12ea35fbd (diff)
parentc124eb746e92d6a2682705e84a95ed5b982bc162 (diff)
downloadopenshift-1431bceee461f9eb4a016fe4260ed42aa326ee68.tar.gz
openshift-1431bceee461f9eb4a016fe4260ed42aa326ee68.tar.bz2
openshift-1431bceee461f9eb4a016fe4260ed42aa326ee68.tar.xz
openshift-1431bceee461f9eb4a016fe4260ed42aa326ee68.zip
Merge pull request #5763 from mgugino-upstream-stage/fix-master-config-upgrade
Remove unneeded master config updates during upgrades
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml
index c21ab97bc..c26e8f744 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml
@@ -1,22 +1,6 @@
---
- modify_yaml:
dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
- yaml_key: 'admissionConfig.pluginConfig'
- yaml_value: "{{ openshift.master.admission_plugin_config }}"
- when: "'admission_plugin_config' in openshift.master"
-
-- modify_yaml:
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
- yaml_key: 'admissionConfig.pluginOrderOverride'
- yaml_value:
-
-- modify_yaml:
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
- yaml_key: 'kubernetesMasterConfig.admissionConfig'
- yaml_value:
-
-- modify_yaml:
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
yaml_key: 'controllerConfig.election.lockName'
yaml_value: 'openshift-master-controllers'