fusor / apb-examples

A repository of example ansible-playbook bundles. THIS REPO IS DEPRECATED. Please look at https://github.com/ansibleplaybookbundle/ For updated examples.
13 stars 26 forks source link

Remove organization from the image field in the apb.yml. #81

Open cfchase opened 7 years ago

cfchase commented 7 years ago

Current behavior:

apb.yml

image: ansibleplaybookbundle/my-apb This means that the broker downloads the spec from an organization, but may actually download the image from an entirely different organization, leading to confusion.

Proposed:

apb.yml

image: my-apb ASB will assume the apb image is in the same repository and org where the spec was found.

Will require changes in:

cfchase commented 7 years ago

https://github.com/openshift/ansible-service-broker/issues/288 https://github.com/fusor/ansible-playbook-bundle/issues/69