summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Removed verify_ansible_version playbook refsRussell Teague2016-12-081-4/+0
|
* fix tagsJason DeTiberus2016-12-011-0/+2
|
* do not report changed for group mappingJason DeTiberus2016-11-291-0/+1
|
* Update play names for consistency.Andrew Butcher2016-09-291-2/+4
|
* Remove atomic check and cockpit.socketSamuel Munilla2016-08-261-1/+1
|
* Add support for Atomic Registry InstallsSamuel Munilla2016-08-261-0/+1
| | | | Add the Registry deployment subtype as an option in the quick installer.
* [tags] add some support for running a subset of config via tagsJason DeTiberus2016-08-241-0/+4
|
* Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher2016-07-201-0/+2
|
* Resolve some deprecation warnings.Andrew Butcher2016-07-181-1/+1
|
* Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher2016-05-051-2/+16
|
* 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