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
60
modules/sysadmin_guide/pages/planetsubgroup.adoc
Normal file
60
modules/sysadmin_guide/pages/planetsubgroup.adoc
Normal file
|
@ -0,0 +1,60 @@
|
|||
= Planet Subgroup Infrastructure SOP
|
||||
|
||||
Fedora's planet infrastructure produces planet configs out of users'
|
||||
`~/.planet` files in their homedirs on fedorapeople.org. You can also
|
||||
create subgroups of users into other planets. This document explains how
|
||||
to setup new subgroups.
|
||||
|
||||
== Contact Information
|
||||
|
||||
Owner::
|
||||
Fedora Infrastructure Team
|
||||
Contact::
|
||||
#fedora-admin
|
||||
Servers::
|
||||
batcave01/ planet.fedoraproject.org
|
||||
Purpose::
|
||||
provide easy setup of new planet groups on planet.fedoraproject.org
|
||||
|
||||
following:
|
||||
|
||||
The Setup
|
||||
|
||||
[arabic]
|
||||
. on batcave01:
|
||||
+
|
||||
....
|
||||
cp -a configs/system/planet/grouptmpl configs/system/planet/newgroupname
|
||||
....
|
||||
. cd to the new directory
|
||||
. run:
|
||||
+
|
||||
....
|
||||
perl -pi -e "s/%%groupname/newgroupname/g" fpbuilder.conf base_config planet-group.cron templates/*
|
||||
....
|
||||
|
||||
____
|
||||
replacing newgroupname with the groupname you want
|
||||
____
|
||||
|
||||
[arabic, start=4]
|
||||
. git add the whole dir
|
||||
. edit `manifests/services/planet.pp`
|
||||
. copy and paste everything from begging to end of the design team
|
||||
group, to use as a template.
|
||||
. modify what you copied replacing design with the new group name
|
||||
. save it
|
||||
. check everything in
|
||||
. run ansible on planet and check if it works
|
||||
|
||||
== Use
|
||||
|
||||
Tell the requester to then copy their current .planet file to
|
||||
.planet.newgroupname. For example with the design team:
|
||||
|
||||
....
|
||||
cp ~/.planet ~/.planet.design
|
||||
....
|
||||
|
||||
This will then show up on the new feed
|
||||
-http://planet.fedoraproject.org/design/
|
Loading…
Add table
Add a link
Reference in a new issue