ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

Can apb push check whether the apb gets listed? #216

Open cunningt opened 6 years ago

cunningt commented 6 years ago

I hit a nasty issue with the registry-route addon (https://github.com/minishift/minishift/issues/1933) where my apb image was not being pushed by docker correctly. apb push however was reporting success.

I don't know if this is possible or not - but can apb push verify that the apb was listed in the catalog before reporting success/failure? If apb push succeeds, and the user goes to the catalog and can't find their apb, they are going to be pretty confused.

rthallisey commented 6 years ago

can apb push verify that the apb was listed in the catalog before reporting success/failure?

Yes it can. That's a really good idea for a verification @cunningt. There have been several issues reported in the past about an apb not appearing in the catalog after an apb push. I think this is worth adding.