summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-10-13 11:37:52 -0400
committerAndrew Butcher <abutcher@redhat.com>2017-10-17 13:04:18 -0400
commit0a1bfc2a1359ae18b72e31b189769c043be1494f (patch)
tree6347e43fee6ca6fc20035acd35708c787eea8a13 /playbooks/common/openshift-cluster/upgrades/v3_7
parent7908efc7b011168a7587ee99b07d1acde0dab69c (diff)
downloadopenshift-0a1bfc2a1359ae18b72e31b189769c043be1494f.tar.gz
openshift-0a1bfc2a1359ae18b72e31b189769c043be1494f.tar.bz2
openshift-0a1bfc2a1359ae18b72e31b189769c043be1494f.tar.xz
openshift-0a1bfc2a1359ae18b72e31b189769c043be1494f.zip
Set servingInfo.clientCA to ca.crt during upgrade.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/master_config_upgrade.yml5
1 files changed, 5 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 c21ab97bc..5138bdebd 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
@@ -29,3 +29,8 @@
dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
yaml_key: 'controllerConfig.serviceServingCert.signer.keyFile'
yaml_value: service-signer.key
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
+ yaml_key: servingInfo.clientCA
+ yaml_value: ca.crt