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
40
modules/sysadmin_guide/pages/jenkins-fedmsg.adoc
Normal file
40
modules/sysadmin_guide/pages/jenkins-fedmsg.adoc
Normal file
|
@ -0,0 +1,40 @@
|
|||
= Jenkins Fedmsg SOP
|
||||
|
||||
Send information about Jenkins builds to fedmsg.
|
||||
|
||||
== Contact Information
|
||||
|
||||
Owner::
|
||||
Ricky Elrod, Fedora Infrastructure Team
|
||||
Contact::
|
||||
#fedora-apps
|
||||
|
||||
== Reinstalling when it disappears
|
||||
|
||||
For an as-of-yet unknown reason, the plugin sometimes seems to
|
||||
disappear, though it still shows as "installed" on Jenkins.
|
||||
|
||||
To re-install it, grab [.title-ref]#fedmsg.hpi# from
|
||||
[.title-ref]#/srv/web/infra/bigfiles/jenkins#. Go to the Jenkins web
|
||||
interface and log in. Click [.title-ref]#Manage Jenkins# ->
|
||||
[.title-ref]#Manage Plugins# -> [.title-ref]#Advanced#. Upload the
|
||||
plugin and on the page that comes up, check the box to have Jenkins
|
||||
restart when running jobs are finished.
|
||||
|
||||
== Configuration Values
|
||||
|
||||
These are written here in case the Jenkins configuration ever gets lost.
|
||||
This is how to configure the jenkins-fedmsg-emit plugin.
|
||||
|
||||
Assume the plugin is already installed.
|
||||
|
||||
Go to "Configure Jenkins" -> "System Configuration"
|
||||
|
||||
Towards the bottom, look for "Fedmsg Emitter"
|
||||
|
||||
Values:
|
||||
|
||||
Signing: Checked Fedmsg Endpoint: tcp://209.132.181.16:9941 Environment
|
||||
Shortname: prod Certificate File:
|
||||
/etc/pki/fedmsg/jenkins-jenkins.fedorainfracloud.org.crt Keystore File:
|
||||
/etc/pki/fedmsg/jenkins-jenkins.fedorainfracloud.org.key
|
Loading…
Add table
Add a link
Reference in a new issue