diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index e30a49c..83ba8d6 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -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 ] diff --git a/modules/sysadmin_guide/pages/librariesio2fedmsg.adoc b/modules/sysadmin_guide/pages/librariesio2fedmsg.adoc deleted file mode 100644 index bbf1615..0000000 --- a/modules/sysadmin_guide/pages/librariesio2fedmsg.adoc +++ /dev/null @@ -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 -....