Bug 1508084
| Summary: | Add ServiceClassID and ServiceInstanceID params during provision and bind | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jesus M. Rodriguez <jesusr> |
| Component: | Service Broker | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED ERRATA | QA Contact: | Qixuan Wang <qixuan.wang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.0 | CC: | aos-bugs |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature:
Pass the ServiceClassID and ServiceInstanceID to the provision and bind operations.
Reason:
APB authors sometimes need access to the ServiceClassID and ServiceInstanceID for various reasons.
Result:
APBs will have access to the ServiceClassID and ServiceInstanceID as parameters.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:20:29 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
Jesus M. Rodriguez
2017-10-31 19:48:26 UTC
upstream issue: https://github.com/openshift/ansible-service-broker/issues/481 Tested on OCP (openshift v3.7.0-0.184.0, kubernetes v1.7.6+a08f5eeb62, etcd 3.2.8, brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-service-catalog:v3.7.0-0.194.0.0, brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-ansible-service-broker:v3.7.0-0.194.0.0), the bug has been fixed, thanks.
Here are test result
1. Set configmap/broker-config log.level=debug, broker.output_request=true
2. Provision and bind
[root@host-172-16-120-51 ~]# oc logs po/asb-1-z7dw5 -c asb -n openshift-ansible-service-broker
[2017-11-05T17:23:43.204Z] [INFO] ASYNC provisioning in progress
[2017-11-05T17:23:43.204Z] [NOTICE] ============================================================
[2017-11-05T17:23:43.204Z] [NOTICE] PROVISIONING
[2017-11-05T17:23:43.204Z] [NOTICE] ============================================================
[2017-11-05T17:23:43.204Z] [NOTICE] Spec.ID: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:23:43.204Z] [NOTICE] Spec.Name: dh-rhscl-postgresql-apb
[2017-11-05T17:23:43.204Z] [NOTICE] Spec.Image: docker.io/ansibleplaybookbundle/rhscl-postgresql-apb:latest
[2017-11-05T17:23:43.204Z] [NOTICE] Spec.Description: SCL PostgreSQL apb implementation
[2017-11-05T17:23:43.204Z] [NOTICE] ============================================================
[2017-11-05T17:23:43.204Z] [INFO] Checking if project qwang-id2 exists...
10.128.0.1 - - [05/Nov/2017:17:23:43 +0000] "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978?accepts_incomplete=true HTTP/1.1" 202 58
[2017-11-05T17:23:43.349Z] [INFO] Request: "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978?accepts_incomplete=true HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nContent-Length: 391\r\nContent-Type: application/json\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n{\"service_id\":\"27793015fe45db2fbc1deb7372cc4036\",\"plan_id\":\"9f90a44d8181941768273a684de50de5\",\"organization_guid\":\"0701b3aa-c24e-11e7-9616-fa163e1d41aa\",\"space_guid\":\"0701b3aa-c24e-11e7-9616-fa163e1d41aa\",\"parameters\":{\"postgresql_database\":\"admin\",\"postgresql_password\":\"111\",\"postgresql_user\":\"admin\",\"postgresql_version\":\"9.5\"},\"context\":{\"namespace\":\"qwang-id2\",\"platform\":\"kubernetes\"}}"
[2017-11-05T17:23:43.402Z] [DEBUG] Injecting PlanID as parameter: { _apb_plan_id: dev }
[2017-11-05T17:23:43.402Z] [DEBUG] Injecting ServiceClassID as parameter: { _apb_service_class_id: 27793015fe45db2fbc1deb7372cc4036 }
[2017-11-05T17:23:43.402Z] [DEBUG] Injecting ServiceInstanceID as parameter: { _apb_service_instance_id: 26dcb830-a9ac-466e-9592-e01722464978 }
[2017-11-05T17:23:43.403Z] [DEBUG] Dao::GetSvcInstJobsByState
[2017-11-05T17:23:43.403Z] [DEBUG] Dao::getJobsForSvcInst
[2017-11-05T17:23:43.403Z] [DEBUG] Successfully loaded [ 1 ] jobs objects from [ /state/26dcb830-a9ac-466e-9592-e01722464978/job ]
[2017-11-05T17:23:43.403Z] [DEBUG] Filtered on state: [ %!s(int=1) ], returning %!d(MISSING) jobs
[2017-11-05T17:23:43.403Z] [INFO] Provision requested for instance 26dcb830-a9ac-466e-9592-e01722464978, but job is already in progress
10.128.0.1 - - [05/Nov/2017:17:23:43 +0000] "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978?accepts_incomplete=true HTTP/1.1" 202 58
[2017-11-05T17:23:43.485Z] [DEBUG] ExecutingApb:
[2017-11-05T17:23:43.485Z] [DEBUG] name:[ dh-rhscl-postgresql-apb ]
[2017-11-05T17:23:43.485Z] [DEBUG] image:[ docker.io/ansibleplaybookbundle/rhscl-postgresql-apb:latest ]
[2017-11-05T17:23:43.485Z] [DEBUG] action:[ provision ]
[2017-11-05T17:23:43.485Z] [DEBUG] pullPolciy:[ IfNotPresent ]
[2017-11-05T17:23:43.485Z] [DEBUG] role:[ edit ]
[2017-11-05T17:23:43.488Z] [DEBUG] Creating resource file dir: /tmp/asb-resource-files
[2017-11-05T17:23:43.488Z] [DEBUG] Creating resource file /tmp/asb-resource-files/apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b.yaml
[2017-11-05T17:23:43.489Z] [INFO] Successfully wrote resources to /tmp/asb-resource-files/apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b.yaml
[2017-11-05T17:23:43.489Z] [DEBUG] Trying to create apb sandbox: [ apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b ], with edit permissions in namespace dh-rhscl-postgresql-apb-prov-qkbbb
[2017-11-05T17:23:43.489Z] [DEBUG] Creating resources from file at path: /tmp/asb-resource-files/apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b.yaml
[2017-11-05T17:23:43.558Z] [INFO] Request: "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n"
[2017-11-05T17:23:43.558Z] [DEBUG] service_id: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:23:43.558Z] [DEBUG] plan_id: 9f90a44d8181941768273a684de50de5
[2017-11-05T17:23:43.558Z] [DEBUG] operation: bbb06095-e603-45d4-9c60-8089d32c8263
[2017-11-05T17:23:43.558Z] [DEBUG] state: in progress
10.128.0.1 - - [05/Nov/2017:17:23:43 +0000] "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1" 200 29
[2017-11-05T17:23:43.748Z] [DEBUG] Successfully created resources, oc create -f output:
[2017-11-05T17:23:43.748Z] [DEBUG]
serviceaccount "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" created
rolebinding "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" created
rolebinding "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" created
[2017-11-05T17:23:43.748Z] [INFO] Successfully created apb sandbox: [ apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b ], with edit permissions in namespace dh-rhscl-postgresql-apb-prov-qkbbb
[2017-11-05T17:23:43.748Z] [NOTICE] Creating pod "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" in the dh-rhscl-postgresql-apb-prov-qkbbb namespace
[2017-11-05T17:23:43.759Z] [DEBUG] Calling monitorOutput on apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b
[2017-11-05T17:23:43.948Z] [INFO] error: unable to upgrade connection: container not found ("apb")
[2017-11-05T17:23:43.948Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 1: Failed to exec into the container
[2017-11-05T17:23:43.948Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 1: exec into apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b failed
[2017-11-05T17:23:44.345Z] [INFO] Request: "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n"
[2017-11-05T17:23:44.345Z] [DEBUG] service_id: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:23:44.345Z] [DEBUG] plan_id: 9f90a44d8181941768273a684de50de5
[2017-11-05T17:23:44.345Z] [DEBUG] operation: bbb06095-e603-45d4-9c60-8089d32c8263
[2017-11-05T17:23:44.346Z] [DEBUG] state: in progress
10.128.0.1 - - [05/Nov/2017:17:23:44 +0000] "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1" 200 29
[2017-11-05T17:23:48.359Z] [INFO] Request: "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n"
[2017-11-05T17:23:48.359Z] [DEBUG] service_id: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:23:48.359Z] [DEBUG] plan_id: 9f90a44d8181941768273a684de50de5
[2017-11-05T17:23:48.359Z] [DEBUG] operation: bbb06095-e603-45d4-9c60-8089d32c8263
[2017-11-05T17:23:48.359Z] [DEBUG] state: in progress
10.128.0.1 - - [05/Nov/2017:17:23:48 +0000] "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1" 200 29
[2017-11-05T17:23:49.231Z] [INFO] Bind credentials not available.
command terminated with exit code 2
[2017-11-05T17:23:49.231Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 2: Bind credentials not available yet
[2017-11-05T17:23:49.231Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 2: exec into apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b failed
[2017-11-05T17:23:54.466Z] [INFO] Bind credentials not available.
command terminated with exit code 2
[2017-11-05T17:23:54.466Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 3: Bind credentials not available yet
[2017-11-05T17:23:54.466Z] [WARNING] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Retry attempt 3: exec into apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b failed
[2017-11-05T17:23:56.38Z] [INFO] Request: "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n"
[2017-11-05T17:23:56.38Z] [DEBUG] service_id: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:23:56.38Z] [DEBUG] plan_id: 9f90a44d8181941768273a684de50de5
[2017-11-05T17:23:56.38Z] [DEBUG] operation: bbb06095-e603-45d4-9c60-8089d32c8263
[2017-11-05T17:23:56.38Z] [DEBUG] state: in progress
10.128.0.1 - - [05/Nov/2017:17:23:56 +0000] "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1" 200 29
[2017-11-05T17:23:59.704Z] [NOTICE] [apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b] Bind credentials found
[2017-11-05T17:23:59.704Z] [INFO] Destroying APB sandbox...
[2017-11-05T17:23:59.707Z] [DEBUG] Deleting namespace dh-rhscl-postgresql-apb-prov-qkbbb
[2017-11-05T17:23:59.711Z] [DEBUG] Deleting rolebinding apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b, namespace dh-rhscl-postgresql-apb-prov-qkbbb
[2017-11-05T17:23:59.889Z] [DEBUG] Successfully deleted rolebinding apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b, namespace dh-rhscl-postgresql-apb-prov-qkbbb
[2017-11-05T17:23:59.89Z] [DEBUG] oc delete output:
[2017-11-05T17:23:59.89Z] [DEBUG] rolebinding "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" deleted
[2017-11-05T17:23:59.89Z] [DEBUG] Deleting rolebinding apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b, namespace qwang-id2
[2017-11-05T17:24:00.074Z] [DEBUG] Successfully deleted rolebinding apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b, namespace qwang-id2
[2017-11-05T17:24:00.075Z] [DEBUG] oc delete output:
[2017-11-05T17:24:00.075Z] [DEBUG] rolebinding "apb-e2cc0784-9f75-493c-9e67-a9cb43e23c1b" deleted
[2017-11-05T17:24:00.075Z] [DEBUG] Processed provision message from buffer
[2017-11-05T17:24:12.403Z] [INFO] Request: "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n"
[2017-11-05T17:24:12.403Z] [DEBUG] service_id: 27793015fe45db2fbc1deb7372cc4036
[2017-11-05T17:24:12.403Z] [DEBUG] plan_id: 9f90a44d8181941768273a684de50de5
[2017-11-05T17:24:12.403Z] [DEBUG] operation: bbb06095-e603-45d4-9c60-8089d32c8263
[2017-11-05T17:24:12.404Z] [DEBUG] state: succeeded
10.128.0.1 - - [05/Nov/2017:17:24:12 +0000] "GET /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/last_operation?operation=bbb06095-e603-45d4-9c60-8089d32c8263&plan_id=9f90a44d8181941768273a684de50de5&service_id=27793015fe45db2fbc1deb7372cc4036 HTTP/1.1" 200 27
[2017-11-05T17:24:12.87Z] [INFO] Request: "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nContent-Length: 162\r\nContent-Type: application/json\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n{\"service_id\":\"27793015fe45db2fbc1deb7372cc4036\",\"plan_id\":\"9f90a44d8181941768273a684de50de5\",\"bind_resource\":{\"app_guid\":\"0701b3aa-c24e-11e7-9616-fa163e1d41aa\"}}"
[2017-11-05T17:24:12.918Z] [DEBUG] Injecting PlanID as parameter: { _apb_plan_id: dev }
[2017-11-05T17:24:12.918Z] [DEBUG] Injecting ServiceClassID as parameter: { _apb_service_class_id: 27793015fe45db2fbc1deb7372cc4036 }
[2017-11-05T17:24:12.918Z] [DEBUG] Injecting ServiceInstanceID as parameter: { _apb_service_instance_id: 26dcb830-a9ac-466e-9592-e01722464978 }
[2017-11-05T17:24:12.92Z] [WARNING] Broker configured to *NOT* launch and run APB bind
10.128.0.1 - - [05/Nov/2017:17:24:12 +0000] "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1" 201 179
[2017-11-05T17:24:12.95Z] [INFO] Request: "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nContent-Length: 162\r\nContent-Type: application/json\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n{\"service_id\":\"27793015fe45db2fbc1deb7372cc4036\",\"plan_id\":\"9f90a44d8181941768273a684de50de5\",\"bind_resource\":{\"app_guid\":\"0701b3aa-c24e-11e7-9616-fa163e1d41aa\"}}"
[2017-11-05T17:24:12.995Z] [DEBUG] Injecting PlanID as parameter: { _apb_plan_id: dev }
[2017-11-05T17:24:12.995Z] [DEBUG] Injecting ServiceClassID as parameter: { _apb_service_class_id: 27793015fe45db2fbc1deb7372cc4036 }
[2017-11-05T17:24:12.995Z] [DEBUG] Injecting ServiceInstanceID as parameter: { _apb_service_instance_id: 26dcb830-a9ac-466e-9592-e01722464978 }
[2017-11-05T17:24:12.996Z] [DEBUG] already have this binding instance, returning 200
10.128.0.1 - - [05/Nov/2017:17:24:12 +0000] "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1" 201 179
[2017-11-05T17:24:13.021Z] [INFO] Request: "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1\r\nHost: asb.openshift-ansible-service-broker.svc:1338\r\nAccept-Encoding: gzip\r\nContent-Length: 162\r\nContent-Type: application/json\r\nUser-Agent: Go-http-client/1.1\r\nX-Broker-Api-Originating-Identity: kubernetes eyJncm91cHMiOlsic3lzdGVtOmF1dGhlbnRpY2F0ZWQ6b2F1dGgiLCJzeXN0ZW06YXV0aGVudGljYXRlZCJdLCJzY29wZXMuYXV0aG9yaXphdGlvbi5vcGVuc2hpZnQuaW8iOlsidXNlcjpmdWxsIl0sInVpZCI6IiIsInVzZXJuYW1lIjoicXdhbmcifQ==\r\nX-Broker-Api-Version: 2.13\r\n\r\n{\"service_id\":\"27793015fe45db2fbc1deb7372cc4036\",\"plan_id\":\"9f90a44d8181941768273a684de50de5\",\"bind_resource\":{\"app_guid\":\"0701b3aa-c24e-11e7-9616-fa163e1d41aa\"}}"
[2017-11-05T17:24:13.065Z] [DEBUG] Injecting PlanID as parameter: { _apb_plan_id: dev }
[2017-11-05T17:24:13.065Z] [DEBUG] Injecting ServiceClassID as parameter: { _apb_service_class_id: 27793015fe45db2fbc1deb7372cc4036 }
[2017-11-05T17:24:13.065Z] [DEBUG] Injecting ServiceInstanceID as parameter: { _apb_service_instance_id: 26dcb830-a9ac-466e-9592-e01722464978 }
[2017-11-05T17:24:13.066Z] [DEBUG] already have this binding instance, returning 200
10.128.0.1 - - [05/Nov/2017:17:24:13 +0000] "PUT /ansible-service-broker/v2/service_instances/26dcb830-a9ac-466e-9592-e01722464978/service_bindings/9bb31652-7f45-4378-9391-36f4f24165f2 HTTP/1.1" 201 179
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 |