summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add master config upgrade hook to upgrade-all playsMichael Gugino2017-10-251-2/+2
| | | | | | | | | | | Currently, in 1.5, 3.6, 1.7 upgrade-all plays, control plane upgrades are not called correctly. This commit ensures the master config hook is appropriately applied during these upgrades to match the steps in control plane only upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
* Correct host group for controller restartRussell Teague2017-10-231-1/+1
| | | | | | Fixes 1504515 https://bugzilla.redhat.com/show_bug.cgi?id=1504515
* Restart all controllers to force reconfiguration during upgradeScott Dodson2017-10-111-0/+16
|
* block 3.6->3.7 upgrade if storage backend is not set to etcd3Jan Chaloupka2017-09-291-0/+4
|
* disable excluders after all pre-checksJan Chaloupka2017-09-211-8/+8
|
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-1/+1
|
* Fix syntax for when statementRodolfo Carvalho2017-08-101-2/+3
| | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
* Add v3_7 upgradesScott Dodson2017-08-081-0/+121