summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-081-2/+0
|
* Improve scaleup playbookJason DeTiberus2015-11-241-8/+0
| | | | | | | | - 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.
* Bug 1278245 - Failed to add node to existing env using ↵Brenton Leanhardt2015-11-061-0/+9
| | | | atomic-openshift-installer
* Refactor common group evaluation to avoid duplicationJason DeTiberus2015-11-041-64/+1
|
* common/openshift-cluster: Scaleup playbookSamuel Munilla2015-11-041-0/+70
New playbook to add nodes to a cluster without altering the masters