Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cfchase opened this issue Jul 19, 2017 · 1 comment
Open

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

cfchase opened this issue Jul 19, 2017 · 1 comment

Comments

@cfchase
Copy link
Contributor

cfchase commented Jul 19, 2017

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:

  • ansible-service-broker - no longer use the org in a spec and use where it's hosted instead.
  • ansible-playbook-bundle - remove org from apb-init and build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant