summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/lookup_plugins/openshift_master_facts_default_priorities.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for 3.10Scott Dodson2018-02-051-4/+4
|
* Add v3.9 supportScott Dodson2017-11-301-4/+4
|
* First pass at v3.8 supportScott Dodson2017-11-131-4/+4
|
* Update version checks to tolerate 3.7Steve Kuznetsov2017-08-031-4/+4
| | | | Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Standardize all Origin versioning on 3.6Russell Teague2017-04-251-1/+1
|
* Prepare for origin moving to OCP version schemeClayton Coleman2017-02-231-9/+9
| | | | | | Origin 1.6 and future releases will be versioned as Origin 3.6+. This unifies a point of inconsistency and brings Origin in line with the full release history. Update version numbers to match that 3.x is preferred.
* fixup! master: latest use same priorities as last versionGiuseppe Scrivano2017-02-081-1/+4
|
* master: latest use same priorities as last versionGiuseppe Scrivano2017-02-081-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Create v3_5 upgrade playbooksRussell Teague2017-01-301-16/+45
|
* Fix openshift_image_tag=latest.Andrew Butcher2017-01-091-2/+2
|
* Add future versions to openshift_factsClayton Coleman2017-01-041-2/+2
|
* Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus2016-12-071-0/+1
|
* Handle updating of scheduler config during upgradeJason DeTiberus2016-12-061-59/+56
| | | | | | | | | | | - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install
* refactor handling of scheduler defaultsJason DeTiberus2016-11-291-0/+87