summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-6/+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
* Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-0/+1
|
* Updating env-host-type to host patternsKenny Woodson2015-12-111-4/+4
|
* additional ha related updatesJason DeTiberus2015-11-041-0/+1
|
* Set loglevel=2 as our default across the boardScott Dodson2015-07-291-1/+1
|
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-0/+9
- Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme