summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_cluster
Commit message (Collapse)AuthorAgeFilesLines
* Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-2/+1
| | | | cluster build.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-282-2/+2
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Pacemaker is unsupported for 3.2Brenton Leanhardt2016-04-041-0/+4
|
* Fix hardcoded api_port in openshift_master_clusterJason DeTiberus2016-01-141-2/+1
|
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+4
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-052-12/+1
|
* Atomic Enterprise related changes.Avesh Agarwal2015-08-262-6/+6
|
* Update dependencies to ensure repos are available before openshift_master_* ↵Jason DeTiberus2015-07-171-1/+1
| | | | and etcd_* roles are run
* Add an initial delay for clustered HA startup verificationJason DeTiberus2015-07-171-1/+2
|
* Add explicit timeouts to ha master resourceJason DeTiberus2015-07-171-1/+1
|
* Initial HA masterJason DeTiberus2015-07-175-0/+114
- 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