Added the infra SOPs ported to asciidoc.
This commit is contained in:
parent
8a7f111a12
commit
a0301e30f1
148 changed files with 18575 additions and 17 deletions
27
modules/sysadmin_guide/pages/librariesio2fedmsg.adoc
Normal file
27
modules/sysadmin_guide/pages/librariesio2fedmsg.adoc
Normal file
|
@ -0,0 +1,27 @@
|
|||
= 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
|
||||
....
|
Loading…
Add table
Add a link
Reference in a new issue