summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_6
Commit message (Collapse)AuthorAgeFilesLines
* Protect master installed version during node upgradesMichael Gugino2018-01-232-0/+2
| | | | | | | | | | 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.
* Remove references to deployment_typeMichael Gugino2017-12-213-3/+3
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Refactor upgrade codepaths step 1Michael Gugino2017-12-123-259/+41
| | | | | | | | | | | | | | | | 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.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-073-44/+44
|
* Implement container runtime roleMichael Gugino2017-12-013-18/+0
|
* Playbook Consolidation - openshift-masterRussell Teague2017-11-222-2/+2
|
* Merge pull request #6064 from mtnbikenc/consolidate-initScott Dodson2017-11-163-3/+3
|\ | | | | Playbook Consolidation - Initialization
| * Playbook Consolidation - InitializationRussell Teague2017-11-153-3/+3
| |
* | Combine master upgrade play with roleMichael Gugino2017-11-091-15/+0
|/ | | | | | | | | Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.
* Merge pull request #5875 from mgugino-upstream-stage/fix-upgrade-config-hookMichael Gugino2017-10-271-0/+2
|\ | | | | | | | | This previously passed all CI tests, merge queue broke last night. Merging, this is a blocker bug.
| * Add master config upgrade hook to upgrade-all playsMichael Gugino2017-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | Currently, in 1.5, 3.6, 1.7 upgrade-all plays, control plane upgrades are not called correctly. This commit ensures the master config hook is appropriately applied during these upgrades to match the steps in control plane only upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
* | 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
* Merge pull request #5749 from abutcher/servinginfo-client-ca-upgradeOpenShift Merge Robot2017-10-201-0/+5
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Set servingInfo.clientCA to ca.crt during upgrade. https://bugzilla.redhat.com/show_bug.cgi?id=1501795
| * Set servingInfo.clientCA to ca.crt during upgrade.Andrew Butcher2017-10-171-0/+5
| |
* | Remove unneeded master config updates during upgradesMichael Gugino2017-10-171-16/+0
|/ | | | | | | | | | | | | | | | | Currently, upgrade_control_plane.yml will add any missing sections to the openshift master's config. These additions are only needed once. Users who perform multiple upgrades to their clusters over time do not need to have these variables re-inserted. Currently, re-inserting these variables can cause unwanted local changes. This commit ensures that the variables are only inserted into openshift master's config once. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
* Ensure controllerConfig.serviceServingCert is correctly set during upgrade.Andrew Butcher2017-10-131-0/+10
|
* 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-292-12/+12
|
* disable excluders after all pre-checksJan Chaloupka2017-09-211-8/+8
|
* add health checks 3_6,3_7 upgrade pathjuanvallejo2017-09-112-0/+8
|
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-293-3/+3
|
* Fix syntax for when statementRodolfo Carvalho2017-08-103-6/+9
| | | | | | | | 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 pre-flight checks to ugrade pathjuanvallejo2017-08-021-0/+4
|
* Run storage upgrade pre and post master upgradeRussell Teague2017-06-183-22/+0
|
* Correct master-config update during upgradeRussell Teague2017-06-082-0/+18
|
* verify upgrade targets separately for each group (masters, nodes, etcd)Jan Chaloupka2017-05-313-6/+24
|
* Include object validation in 3.6 upgradesScott Dodson2017-05-151-1/+3
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1428934
* run excluders over selected set of hosts during control_plane/node upgradeJan Chaloupka2017-05-033-5/+7
| | | | Disable/reset excluders over requested hosts
* v3.6 Upgrade RefactorRussell Teague2017-05-023-0/+330
|
* Added 3.5 -> 3.6 upgrade playbooksSteve Kuznetsov2017-03-244-0/+30