summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_certificates
Commit message (Collapse)AuthorAgeFilesLines
* Use inventory_hostname for openshift master certs to sync.Andrew Butcher2016-02-291-1/+1
|
* Synchronize master kube configsAndrew Butcher2016-02-261-0/+9
|
* Generate each master's certificates separately.Andrew Butcher2016-02-161-29/+5
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Containerization work by @sdodsonScott Dodson2015-12-151-0/+2
|
* Merge pull request #796 from abutcher/master-proxy-certsBrenton Leanhardt2015-11-061-9/+14
|\ | | | | Fix issue with master.proxy-client.{crt,key} and omit.
| * Fix issue with master.proxy-client.{crt,key} and omit.Andrew Butcher2015-11-021-9/+14
| |
* | remove debug linetalset2015-11-041-3/+0
| |
* | [roles/openshift_master_certificates/tasks/main.yml] Fix variable ↵talset2015-11-041-1/+1
| | | | | | | | openshift.master.all_hostnames to openshift.common.all_hostnames
* | Add all the possible servicenames to openshift_all_hostnames for mastersScott Dodson2015-11-031-0/+2
|/
* Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-2/+2
|
* Don't include proxy client cert when <3.1 or <1.1Andrew Butcher2015-10-221-2/+3
|
* Add openshift_version to set RPM versionsScott Dodson2015-09-031-2/+0
| | | | Mostly necessary for debugging / testing upgrade paths
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-2/+2
|
* Copy more master certs for HA masterJason DeTiberus2015-07-231-0/+16
|
* Initial HA masterJason DeTiberus2015-07-172-7/+12
| | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Playbook updates for clustered etcdJason DeTiberus2015-07-104-0/+80
- 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