summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_4/master_config_upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove upgrade playbooks for 3.3 through 3.5Russell Teague2017-11-081-10/+0
|
* Remove unneeded master config updates during upgradesMichael Gugino2017-10-171-16/+0
| | | | | | | | | | | | | | | | | Currently, upgrade_control_plane.yml will add any missing sections to the openshift master's config. These additions are only needed once. Users who perform multiple upgrades to their clusters over time do not need to have these variables re-inserted. Currently, re-inserting these variables can cause unwanted local changes. This commit ensures that the variables are only inserted into openshift master's config once. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
* Ensure controllerConfig.serviceServingCert is correctly set during upgrade.Andrew Butcher2017-10-131-0/+10
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-1/+1
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* Conditionalize master config update for admission_plugin_config.Andrew Butcher2016-12-051-0/+1
|
* Merge kube_admission_plugin_config with admission_plugin_configSamuel Munilla2016-11-221-0/+15
Move the values in kube_admission_plugin_config up one level per the new format from 1.3: "The kubernetesMasterConfig.admissionConfig.pluginConfig should be moved and merged into admissionConfig.pluginConfig."