Bug 1467948
Summary: | Service Broker Installer not setting correct config values | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Shawn Hurley <shurley> |
Component: | Service Broker | Assignee: | Shawn Hurley <shurley> |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.0 | CC: | aos-bugs, jialiu, jmatthew |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:00:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Shawn Hurley
2017-07-05 15:10:05 UTC
Current Config Values: broker: devbroker: false launchapbonbind: "{{ ansible_service_broker_launch_apb_on_bind }}" Expected Config Values: broker: dev_broker: false launch_apb_on_bind: "{{ ansible_service_broker_launch_apb_on_bind }}" recovery: true output_request: "{{ ansible_service_broker_output_request }}" Pull request submitted: https://github.com/openshift/openshift-ansible/pull/4692 Verified this bug with openshift-ansible-3.6.162-1.git.0.50e29bd.el7.noarch, and PASS. # oc get cm -n openshift-ansible-service-broker -o yaml apiVersion: v1 items: - apiVersion: v1 data: broker-config: | registry: name: "rhcc" url: "registry.access.stage.redhat.com" user: "" pass: "" org: "" dao: etcd_host: etcd etcd_port: 2379 log: logfile: /var/log/ansible-service-broker/asb.log stdout: true level: "info" color: true openshift: {} broker: dev_broker: false launch_apb_on_bind: false recovery: true output_request: false bootstrap_on_startup: true kind: ConfigMap metadata: creationTimestamp: 2017-07-24T06:32:26Z labels: app: ansible-service-broker name: broker-config namespace: openshift-ansible-service-broker resourceVersion: "8635" selfLink: /api/v1/namespaces/openshift-ansible-service-broker/configmaps/broker-config uid: dbe7bee5-7039-11e7-99ab-fa163e2cf4fe kind: List metadata: {} resourceVersion: "" selfLink: "" 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 |