2016-05-20 15:11 GMT+02:00 Steve Gordon <[email protected]>: > Hi folks, > > As some of you might know there is an application catalog for OpenStack at > apps.openstack.org. "Applications" on this site are thus far distributed as > Murano packages, Heat templates, and (most relevant to this group) Glance > images. For some time I have been manually pushing updates to an entry for > Fedora Atomic as builds occur: > > > http://apps.openstack.org/#tab=glance-images&asset=Fedora%2023%20Atomic%20Cloud > > I am wondering if when a new Atomic image is released there is an event of > some type I could trigger off to automate the submission of the update to > OpenStack gerrit? The changes themselves are usually pretty mundane but there > is often a lag before I notice there is a new image: >
You should definitively rely on the fedmsg bus http://www.fedmsg.com/en/latest/ https://apps.fedoraproject.org/datagrepper/ You can do it in a push fashion (event triggers submitting a gerrit review in openstack apps catalog) or pull (e.g a cron task interrogating datagrepper API to learn if a new image has been uploaded and then etc) The main difficulty will be to figure out which topic you should listen. Regards, H. > > https://review.openstack.org/#/c/319235/1/openstack_catalog/web/static/assets.yaml > > I would also like to do the same for the "normal" cloud image. > > Thanks, > > Steve > _______________________________________________ > cloud mailing list > [email protected] > http://lists.fedoraproject.org/admin/lists/[email protected] _______________________________________________ cloud mailing list [email protected] http://lists.fedoraproject.org/admin/lists/[email protected]
