This is the "oc cluster up" portion of bug #1507598.
https://github.com/openshift/origin/pull/17134
“oc cluster up” can establish service catalog. However, ansible service broker need template (https://raw.githubusercontent.com/openshift/ansible-service-broker/master/templates/deploy-ansible-service-broker.template.yaml) to start, it's blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1507617, so defer verifying.
Tested on OCP (openshift v3.7.0-0.198.0, kubernetes v1.7.6+a08f5eeb62, etcd 3.2.8, ose-service-catalog:v3.7.0), the bug has been fixed, thanks. Here is the test result: [root@host-172-16-120-99 ~]# oc whoami qwang [root@host-172-16-120-99 ~]# oc get serviceinstance dh-rhscl-postgresql-apb-7z927 -o yaml | grep Plan clusterServicePlanExternalName: dev clusterServicePlanRef: clusterServicePlanExternalID: 9f90a44d8181941768273a684de50de5 clusterServicePlanExternalName: dev Update plan: dev->prod [root@host-172-16-120-99 ~]# oc edit serviceinstance dh-rhscl-postgresql-apb-7z927 serviceinstance "dh-rhscl-postgresql-apb-7z927" edited [root@host-172-16-120-99 ~]# oc get serviceinstance dh-rhscl-postgresql-apb-7z927 -o yaml | grep Plan clusterServicePlanExternalName: prod clusterServicePlanRef: clusterServicePlanExternalID: b2dfdcfa094694aa7377a1c69b3100a6 clusterServicePlanExternalName: prod
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188