ansible-playbook-bundle icon indicating copy to clipboard operation
ansible-playbook-bundle copied to clipboard

apb not listed after push

Open rwsu opened this issue 7 years ago • 2 comments

The custom apb I'm working on isn't being listed in "apb list" after I push it. The simple my-test-apb from the getting started guide is displayed in "apb list" after push, so something is different in the apb I'm working on.

I looked at /var/log/messages to see if I could see an error, but did not see any. Using --debug in "apb push" doesn't provide any additional information.

Where else should I examine to figure out why the apb isn't shown in "apb list"/catalog?

rwsu avatar Jan 24 '18 09:01 rwsu

I had probably similar issue, but for me it was kind of miss-configuration issue. I realized that apb name must by default end up with '-apb' as is required in broker config and is described in the docs

When i renamed my bundles to conform this policy, i was able to push & see them easily. You can see that default bundles obey to this rules. But maybe this should be explained better in tutorial.

rwngwn avatar Feb 10 '18 17:02 rwngwn

This restriction was recently removed from master and should be available in a release soon.

eriknelson avatar Feb 10 '18 17:02 eriknelson