Remove librariesio2fedmsg SOP

librariesio2fedmsg is no longer in ansible repository

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-06 16:01:07 +02:00
parent 1d6c2e258a
commit 5556dc8160
2 changed files with 0 additions and 28 deletions

View file

@ -63,7 +63,6 @@
** xref:koji-builder-setup.adoc[Setup Koji Builder - SOP]
** xref:koschei.adoc[Koschei - SOP]
** xref:layered-image-buildsys.adoc[Layered Image Build System - SOP]
** xref:librariesio2fedmsg.adoc[librariesio2fedmsg - SOP in review ]
** xref:mailman.adoc[mailman - SOP in review ]
** xref:making-ssl-certificates.adoc[making-ssl-certificates - SOP in review ]
** xref:massupgrade.adoc[massupgrade - SOP in review ]

View file

@ -1,27 +0,0 @@
= 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
....