Closed rthallisey closed 6 years ago
@rthallisey I'm good with these changes except for one thing. I had a similar change in my PR here: https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/pull/187/files#diff-0fd87d319c78489a9552dbeb84adeae0R727 for the ansible-service-broker suffix. I tried a similar approach and found that this doesn't always work because a user could pass the suffix in and this would end up with
I added print("Contacting the ansible-service-broker at: %s%s" % (broker, service_route))
to help alert the user to the final url being used. But, it's a temporary solution and I'm going to improve on this in other patches.
Future Additions:
ansible-service-broker/ansible-service-broker
.
depends-on: https://github.com/openshift/ansible-service-broker/pull/616 fixes: https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/issues/180