summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_certificates/meta
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Separate certificate playbooks.Andrew Butcher2017-10-021-3/+1
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-0/+1
| | | | openshift ca bundle.
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-3/+3
|
* Revert openshift-certificates changes.Andrew Butcher2016-05-301-3/+3
|
* Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-3/+3
|
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-0/+16
- 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