Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup byo references | Russell Teague | 2017-12-08 | 1 | -37/+0 |
| | |||||
* | validate and normalize inventory variables | Luke Meyer | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Cleanup and fixes for cluster_id change | Jason DeTiberus | 2016-01-04 | 1 | -0/+37 |
- Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook |