summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-node/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* validate and normalize inventory variablesLuke Meyer2017-03-291-1/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+8
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Explictly set etcd vars for byo scaleupSamuel Munilla2016-11-301-0/+2
| | | | Fixes #2738
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher2016-05-051-2/+16
|
* Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-0/+8