summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade_scheduler.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax for when statementRodolfo Carvalho2017-08-101-14/+21
| | | | | | | | 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}}
* Don't double quote when conditionsScott Dodson2017-05-011-8/+8
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-8/+8
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* add comments and remove debug codeJason DeTiberus2016-12-071-2/+8
|
* Handle updating of scheduler config during upgradeJason DeTiberus2016-12-061-0/+160
- 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