summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that openshift_facts role is imported whenever we rely onScott Dodson2018-01-091-0/+1
| | | | openshift_client_binary
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* Allow disabling authorization migration checkScott Dodson2017-11-141-3/+5
|
* Fix preupgrade authorization objects are in sync minor versionsMichael Gugino2017-11-081-1/+1
| | | | | | | | | | | | | | Currently, we check that upgrade target is less than 3.8, but this will break for minor upgrades. This commit set's a fact early in the upgrade process to deterime what the currently installed version on the first master is. This fact is used to determine if our currently installed version is less than 3.7. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508301
* Fix preupgrade authorization objects are in syncMichael Gugino2017-11-061-1/+1
| | | | | | | | | | | Currently, this task is executed based on openshift_version. openshift_version is based on the upgrade target, thus not the currently install versions. This commit ensures that the task executes as intended. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508301
* verstion_gte seems unreliable on containerized installsScott Dodson2017-10-201-1/+1
|
* Only run migrate auth for < 3.7Russell Teague2017-08-291-0/+1
|
* Upgrade check for OpenShift authorization objectsRussell Teague2017-08-241-0/+10
| | | | | | | Adds task to run `oc adm migrate authorization` to ensure OpenShift authorization objects are in sync. Fixes #5021
* Add v3_7 upgradesScott Dodson2017-08-081-0/+12