summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* Protect master installed version during node upgradesMichael Gugino2018-01-231-0/+1
| | | | | | | | | | Master version is unprotected during all upgrades. During node-only upgrades, master version should remain protected to ensure correct image tag is set for node upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536839
* Fix node scaleup playsMichael Gugino2018-01-181-1/+1
| | | | | | | | Currently, users have no way to run preqrequisites.yml on just newly added nodes during scaleup. This commit ensures only the new nodes are changed during scaleup as well as ensure prerequisites are run.
* Limit host group scope on control-plane upgradesMichael Gugino2018-01-091-0/+5
| | | | | This commit limits common init code to exclude oo_nodes_to_config during upgrade_control_plane runs.
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-91/+15
| | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* Add openshift_facts to upgrade plays for service_typeMichael Gugino2017-12-091-0/+2
| | | | | Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
* Merge pull request #6278 from mgugino-upstream-stage/service_typeMichael Gugino2017-12-081-4/+4
|\ | | | | Remove openshift.common.service_type
| * Remove openshift.common.service_typeMichael Gugino2017-12-071-4/+4
| | | | | | | | | | | | | | | | 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.
* | Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-16/+16
|/
* Implement container runtime roleMichael Gugino2017-12-011-6/+0
|
* Playbook Consolidation - openshift-masterRussell Teague2017-11-221-1/+1
|
* Playbook Consolidation - InitializationRussell Teague2017-11-151-1/+1
|
* Correct groupname during upgrade_control_plane playMichael Gugino2017-11-031-1/+1
| | | | | | | | | Currently, upgrade_control_plane calls tasks meant for master on etcd group. This commit corrects the groupname. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508734
* Remove base package installMichael Gugino2017-10-231-1/+0
| | | | | | | | | | | Currently, base atomic-openshift package is installed for versioning. This doesn't appear to be necessary. This commit removes this step. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1504196
* Restart all controllers to force reconfiguration during upgradeScott Dodson2017-10-111-0/+14
|
* Limit base-package install during master upgradesMichael Gugino2017-10-021-0/+1
| | | | | | | | | | | Currently, openshift_version installs RPM packages on all nodes and masters to aid in determining and setting the proper version across the cluster. This commit limits the host groups to only masters during upgrade_control_plane plays. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1495107
* move health-checks and control-plane-verification before excludersJan Chaloupka2017-09-291-8/+8
|
* check if the storage backend is set to etcd3 before upgrading to 3.7Jan Chaloupka2017-09-251-0/+4
|
* add health checks 3_6,3_7 upgrade pathjuanvallejo2017-09-111-0/+4
|
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-1/+1
|
* Fix syntax for when statementRodolfo Carvalho2017-08-101-2/+3
| | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
* Add v3_7 upgradesScott Dodson2017-08-081-0/+121