summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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