infra-docs-fpo/modules/sysadmin_guide/pages/librariesio2fedmsg.adoc
2021-07-26 10:39:47 +02:00

27 lines
947 B
Text

= librariesio2fedmsg SOP
librariesio2fedmsg is a small service that converts Server-Sent Events
from https://libraries.io/[libraries.io] to fedmsgs.
librariesio2fedmsg is an instance of
https://github.com/fedora-infra/sse2fedmsg[sse2fedmsg] using the
http://firehose.libraries.io/events[libraries.io firehose] running on
https://os.fedoraproject.org/[OpenShift] and publishes its fedmsgs
through the busgateway01.phx2.fedoraproject.org relay using the
`org.fedoraproject.prod.sse2fedmsg.librariesio` topic.
== Updating
sse2fedmsg is installed directly from its git repository, so once a new
release is tagged in sse2fedmsg, just update the tag in the git URL
provided to pip in the
https://infrastructure.fedoraproject.org/infra/ansible/roles/openshift-apps/librariesio2fedmsg/files/[build
config].
== Deploying
Run the playbook to apply the new OpenShift configuration:
....
$ sudo rbac-playbook openshift-apps/librariesio2fedmsg.yml
....