Skip to content

Commit

Permalink
Add service catalog to be upgraded
Browse files Browse the repository at this point in the history
Currently service catalog was left running at the previous version.
  • Loading branch information
jpeeler committed Feb 12, 2018
1 parent 4018329 commit 7d052a5
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 7d052a5

Please sign in to comment.