summaryrefslogtreecommitdiff
path: root/inventory/byo/hosts.openstack
AgeCommit message (Collapse)Author
2017-12-08Cleanup byo referencesRussell Teague
2017-03-29validate and normalize inventory variablesLuke Meyer
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.
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2016-01-04Cleanup and fixes for cluster_id changeJason DeTiberus
- 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