summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.openstack
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup byo referencesRussell Teague2017-12-081-37/+0
|
* validate and normalize inventory variablesLuke Meyer2017-03-291-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 Butcher2016-04-251-1/+1
|
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-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