Skip to content

Commit

Permalink
Merge pull request #10085 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-8706-to-release-3.9

[release-3.9] Upgrade router and registry only when these are managed
  • Loading branch information
sdodson committed Sep 15, 2018
2 parents c3f34f9 + dac0b79 commit d602776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/openshift-hosted/private/upgrade.yml
Expand Up @@ -9,6 +9,8 @@
- import_role:
name: openshift_hosted
tasks_from: upgrade_routers.yml
when: openshift_hosted_manage_router | default(True) | bool
- import_role:
name: openshift_hosted
tasks_from: upgrade_registry.yml
when: openshift_hosted_manage_registry | default(True) | bool

0 comments on commit d602776

Please sign in to comment.