Skip to content

Commit

Permalink
Merge pull request #7095 from jpeeler/upgrade-cat
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Add service catalog to be upgraded

Currently service catalog was left running at the previous version.

https://bugzilla.redhat.com/show_bug.cgi?id=1541247
  • Loading branch information
openshift-merge-robot committed Feb 13, 2018
2 parents b86082b + 7d052a5 commit e4111f2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,10 @@
msg: "WARNING the shared-resource-viewer role could not be upgraded to 3.6 spec because it's marked protected, please see https://bugzilla.redhat.com/show_bug.cgi?id=1493213"
when:
- __shared_resource_viewer_protected | default(false)

- name: Upgrade Service Catalog
hosts: oo_first_master
roles:
- role: openshift_service_catalog
when:
- openshift_enable_service_catalog | default(true) | bool

0 comments on commit e4111f2

Please sign in to comment.