summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-5/+3
| | | | | | | | | - 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
* Updating env-host-type to host patternsKenny Woodson2015-12-111-4/+4
|
* Improve scaleup playbookJason DeTiberus2015-11-241-0/+10
- modify evaluate host to set oo_nodes_to_config to a new variable g_new_nodes_group if defined rather than g_nodes_group and also skip adding the master when g_new_nodes_group is set. - Remove byo specific naming from playbooks/common/openshift-cluster/scaleup.yml and created a new playbooks/byo/openshift-cluster/scaleup.yml playbook.