summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/scaleup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-masterRussell Teague2017-11-221-57/+0
|
* Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague2017-11-221-1/+1
|\ | | | | Playbook Consolidation - openshift-loadbalancer
| * Playbook Consolidation - openshift-loadbalancerRussell Teague2017-11-161-1/+1
| |
* | Playbook Consolidation - openshift-nodeRussell Teague2017-11-211-2/+2
| |
* | Playbook Consolidation - openshift-etcdRussell Teague2017-11-161-1/+1
|/
* 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-1/+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
* Move master cert playbooks into master config pathRussell Teague2017-10-031-2/+0
|
* Separate certificate playbooks.Andrew Butcher2017-10-021-0/+6
|
* Set network facts using first master's config during scaleup.Andrew Butcher2017-09-201-0/+2
|
* Break out node config into stand-alone playbookRussell Teague2017-08-311-20/+0
| | | | | | | | | | Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks.
* Move firewall install and fix scaleup playbooksRussell Teague2017-08-291-17/+0
|
* Rework openshift_excluders roleRussell Teague2017-05-161-8/+8
|
* run excluders over selected set of hosts during control_plane/node upgradeJan Chaloupka2017-05-031-2/+14
| | | | Disable/reset excluders over requested hosts
* Normalizing groups.Kenny Woodson2017-05-011-1/+1
|
* Make the OCP available version detection excluder freeJan Chaloupka2017-03-281-3/+0
| | | | | | When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
* enable excluders during node/master scaling upJan Chaloupka2017-03-161-0/+11
|
* 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
|
* Call relocated openshift-loadbalancer playbook in master scaleup.Andrew Butcher2016-08-041-0/+2
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-1/+6
| | | | openshift ca bundle.
* Provide cacert when performing health checksAndrew Butcher2016-03-151-1/+2
|
* Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
|
* Add openshift_docker roles to master/node scaleup.Andrew Butcher2016-02-161-12/+10
|
* Add modify_yaml module.Andrew Butcher2016-02-161-3/+3
|
* Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-0/+57