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

callback system #74

Closed
alfredodeza opened this issue May 24, 2016 · 2 comments
Closed

callback system #74

alfredodeza opened this issue May 24, 2016 · 2 comments

Comments

@alfredodeza
Copy link
Contributor

Whenever a repository is fully built and ready to be consumed, it would be nice to be able to define a URL to get a POST with metadata information about the repository:

  • distro
  • distro version(s)
  • ref (and sha1?)
  • architecture
  • timestamp(s)

This would help if a separate system is in charge of understanding what has been built. For testing purposes it is crucial to be able to know what distro versions at what sha1 are ready to be consumed.

@ktdreyer
Copy link
Member

Internally in Red Hat, IT and engineering is centering around using a message bus (AMPQ) to coordinate these sort of things with the build system. So Koji (Brew, internally) publishes messages to this bus, and other things (Jenkins or whatever) can subscribe to the bus to consume these messages and trigger other events.

Just an idea!

@alfredodeza
Copy link
Contributor Author

This issue was moved to ceph/chacra#110

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

2 participants