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

apb not listed after push #213

Open
rwsu opened this issue Jan 24, 2018 · 2 comments
Open

apb not listed after push #213

rwsu opened this issue Jan 24, 2018 · 2 comments

Comments

@rwsu
Copy link

rwsu commented Jan 24, 2018

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
Copy link

rwngwn commented Feb 10, 2018

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
Copy link
Contributor

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

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

3 participants