summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-17 08:54:15 -0700
committerGitHub <noreply@github.com>2017-10-17 08:54:15 -0700
commit7908efc7b011168a7587ee99b07d1acde0dab69c (patch)
treeb34e191ef9f123de6e75aa9324803aebff47b078 /playbooks/common/openshift-cluster/upgrades/v3_7
parente8091b34a6aa0db61f639b4d0705519009cfc1e8 (diff)
parentea94cacab228b5134024d2a86142964e82a35639 (diff)
downloadopenshift-7908efc7b011168a7587ee99b07d1acde0dab69c.tar.gz
openshift-7908efc7b011168a7587ee99b07d1acde0dab69c.tar.bz2
openshift-7908efc7b011168a7587ee99b07d1acde0dab69c.tar.xz
openshift-7908efc7b011168a7587ee99b07d1acde0dab69c.zip
Merge pull request #5765 from abutcher/service-serving-cert-typo
Automatic merge from submit-queue. Ensure controllerConfig.serviceServingCert is correctly set during upgrade. A typo was originally introduced in https://github.com/openshift/openshift-ansible/pull/2449 causing an incorrect key to be configured within the master config. This commit ensures that the correct key is set during upgrades. /cc @dlbewley https://bugzilla.redhat.com/show_bug.cgi?id=1500981
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml10
1 files changed, 10 insertions, 0 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 df59a8782..c21ab97bc 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
@@ -19,3 +19,13 @@
dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
yaml_key: 'controllerConfig.election.lockName'
yaml_value: 'openshift-master-controllers'
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
+ yaml_key: 'controllerConfig.serviceServingCert.signer.certFile'
+ yaml_value: service-signer.crt
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
+ yaml_key: 'controllerConfig.serviceServingCert.signer.keyFile'
+ yaml_value: service-signer.key