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

apb not listed after push #213

Open rwsu opened 6 years ago

rwsu commented 6 years ago

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?

rwngwn commented 6 years ago

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.

eriknelson commented 6 years ago

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