summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher2017-12-051-2/+0
| | | | | | | openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
* Removed old version codeMichael Gugino2017-11-141-4/+0
| | | | | | This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5.
* Retry restarting master controllersMichael Gugino2017-11-061-3/+6
| | | | | | | | | Currently, master controller services may fail to restart if master api services are not fully initialized. This commit enables retry of master controllers. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509837
* polish openshift-master roleJan Chaloupka2017-08-161-7/+16
|
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-7/+2
| | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-3/+3
| | | | | | * 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
* Where we use curl force it to use tlsv1.2Scott Dodson2016-11-021-1/+1
| | | | | | | curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so force it to use tlsv1.2 Fixes bug 1390869
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-1/+6
| | | | openshift ca bundle.
* Fixing non-HA master restart conditionalBrenton Leanhardt2016-04-121-1/+1
|
* Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt2016-04-121-2/+2
|
* Use openshift.master.ha instead of duplicating the logicBrenton Leanhardt2016-03-291-3/+3
|
* Provide cacert when performing health checksAndrew Butcher2016-03-151-1/+2
|
* Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
|
* Update api verification.Andrew Butcher2016-01-131-5/+9
|
* Add a Verify API Server handler that waits for the API server to becomeScott Dodson2016-01-131-0/+9
| | | | available
* Fix restart handlers.Andrew Butcher2015-12-261-3/+3
|
* Use notify for workaround controllers unit.Andrew Butcher2015-12-181-2/+0
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-2/+2
|
* fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-041-0/+2
| | | | controllers will attempt to start
* additional ha related updatesJason DeTiberus2015-11-041-0/+8
|
* cleanup naming for skipping master and node restart handlersJason DeTiberus2015-10-231-1/+1
|
* Avoid hardcoded 30s pausesJason DeTiberus2015-10-221-1/+1
| | | | - refactor node and master restart handlers to avoid 30s pauses
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-2/+2
|
* properly test openshift_master_ha varJason DeTiberus2015-07-201-1/+1
|
* Initial HA masterJason DeTiberus2015-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | - 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
* openshift_facts role/module refactor default settingsJason DeTiberus2015-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add openshift_facts role and module - Created new role openshift_facts that contains an openshift_facts module - Refactor openshift_* roles to use openshift_facts instead of relying on defaults - Refactor playbooks to use openshift_facts - Cleanup inventory group_vars - Update defaults - update openshift_master role firewall defaults - remove etcd peer port, since we will not be supporting clustered embedded etcd - remove 8444 since console now runs on the api port by default - add 8444 and 7001 to disabled services to ensure removal if updating - Add new role os_env_extras_node that is a subset of the docker role - previously, we were starting/enabling docker which was causing issues with some installations - Does not install or start docker, since the openshift-node role will handle that for us - Only adds root to the dockerroot group - Update playbooks to use ops_env_extras_node role instead of docker role - os_firewall bug fixes - ignore ip6tables for now, since we are not configuring any ipv6 rules - if installing package do a daemon-reload before starting/enabling service - Add aws support to bin/cluster - Add list action to bin/cluster - Add update action to bin/cluster - cleanup some stray debug statements - some variable renaming for clarity
* create openshift_common roleJason DeTiberus2015-02-241-1/+1
| | | | | | | | | | | - move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address
* - Rename minion to nodeJhon Honce2015-02-161-1/+1
| | | | - Update playbooks to support latest code
* Finish origin -> openshift renameJhon Honce2014-10-021-0/+4