summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_certificates/README.md
Commit message (Collapse)AuthorAgeFilesLines
* openshift_master_certificates: add openshift_master_cert_expire_days parameter.Slava Semushin2017-03-291-0/+1
|
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-6/+23
|
* Revert openshift-certificates changes.Andrew Butcher2016-05-301-23/+6
|
* Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-6/+23
|
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-0/+34
- 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