summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7121 from sdodson/fix-registry-cert-redeployKenny Woodson2018-02-131-1/+1
|\ | | | | Invert logic to decide when to re-deploy certs
| * Invert logic to decide when to re-deploy certsScott Dodson2018-02-121-1/+1
| |
* | Add service catalog to be upgradedJeff Peeler2018-02-121-0/+7
|/ | | | Currently service catalog was left running at the previous version.
* Fix upgrade-control plane post_control_plane.ymlMichael Gugino2018-02-091-1/+1
| | | | | | | | | | | An entry-point playbook was imported by mistake. This caused common init code to run again, which is undesireable. This commit changes the import to use the corresponding 'private' play which does not call the init code. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542855
* Redeploy router certificates during upgrade only when secure.Kenny Woodson2018-02-081-16/+20
|
* Update code to not fail when rc != 0Kenny Woodson2018-02-061-0/+3
|
* Upgrade to migrate to using push to DNS for registries.Kenny Woodson2018-02-011-0/+16
|
* Remove old assetConfig from master-config.yamlSamuel Padgett2018-01-251-1/+3
| | | | | | | | The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9
* Install web console on upgradeSamuel Padgett2018-01-111-3/+9
|
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+2
| | | | | | | | | | | | | | 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* Remove openshift.common.service_typeMichael Gugino2017-12-071-1/+0
| | | | | | | | 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.
* Correct usage of include_roleRussell Teague2017-11-271-1/+2
| | | | Switch to import_role for some required roles.
* Allow openshift_install_examples to be falseMichael Fraenkel2017-11-221-2/+2
| | | | when using yaml or json, a false value is converted to true
* Merge pull request #5500 from vshn/projtmpl1OpenShift Merge Robot2017-11-161-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add role to configure project request template The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module. We need to configure custom services and endpoints in every project. The project request template enables us to do that automatically in every project and we'd like to manage the template using Ansible.
| * Add role to configure project request templateMichael Hanselmann2017-10-231-0/+2
| | | | | | | | | | | | | | | | The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module.
* | Removed old version codeMichael Gugino2017-11-141-1/+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.
* Display warnings at the end of the control plane upgradeScott Dodson2017-10-101-11/+14
|
* Allow examples management to be disabledScott Dodson2017-09-221-1/+3
|
* Updating image for registry_consoleewolinetz2017-06-021-1/+1
|
* Prepending v to registry-console versionewolinetz2017-05-241-1/+1
|
* Rework openshift_excluders roleRussell Teague2017-05-161-4/+4
|
* Merge pull request #4155 from ewolinetz/registry_console_upgradeOpenShift Bot2017-05-131-0/+22
|\ | | | | Merged by openshift-bot
| * Updating registry-console image version during a post_control_plane upgradeewolinetz2017-05-121-0/+22
| |
* | run excluders over selected set of hosts during control_plane/node upgradeJan Chaloupka2017-05-031-1/+7
|/ | | | Disable/reset excluders over requested hosts
* Fixed spelling mistake.Kenny Woodson2017-04-111-2/+2
|
* Switching commands for modules during upgrade of router and registry.Kenny Woodson2017-04-101-19/+21
|
* validate and normalize inventory variablesLuke Meyer2017-03-291-1/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Correct typo in haproxy router collection.Andrew Butcher2017-02-271-1/+1
|
* post_control_plane.yml: don't fail on grepGiuseppe Scrivano2017-02-171-0/+1
| | | | | | | grep returns rc != 0 if the text is not found, the next rule assumes that. Do not fail on the check when the line is not found. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Revert temporary hack to skip router/registry upgrade.Devan Goodwin2017-02-171-9/+0
|
* Merge pull request #3355 from tbielawa/idempotency_please_workScott Dodson2017-02-141-0/+6
|\ | | | | Idempotency please work
| * Trying to fix up/audit note some changesTim Bielawa2017-02-141-0/+6
| |
* | Fix logic for checking docker-registryRussell Teague2017-02-141-1/+1
| |
* | Modify playbooks to use oc_obj moduleRussell Teague2017-02-141-35/+52
|/
* Merge pull request #3261 from sdodson/excluderScott Dodson2017-02-061-0/+4
|\ | | | | Manage the excluder functionality
| * Add excluder management to upgrade and config playbooksScott Dodson2017-02-061-0/+4
| |
* | Temporary hack to skip router/registry upgrade.Devan Goodwin2017-02-021-4/+10
|/
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-0/+4
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-291-0/+72