From Fedora Project Wiki

(Created page with '{{header|infra}} Fedora's planet infrastructure produces planet configs out of users' ~/.planet files in their homedirs on fedorapeople.org. You can also create subgroups of use...')
 
m (Change from .txt to .rst)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{header|infra}}
{{header|infra}}
{{shortcut|ISOP:PLANET}}


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 ==
This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/planetsubgroup.rst
Owner: Fedora Infrastructure Team


Contact: #fedora-admin
For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.


Servers: puppet1 / planet.fedoraproject.org
Purpose: provide easy setup of new planet groups on planet.fedoraproject.org
After you get a request for a new planet group you just need to do the following:
# on puppet1 cp -a configs/system/planet/grouptmpl configs/system/planet/newgroupname
# cd to the new directory
# run <code> perl -pi -e "s/%%groupname/newgroupname/" fpbuilder.conf base_config planet-group.cron templates/* </code>replacing newgroupname with the groupname you want
# git add the whole dir
# edit manifests/services/planet.pp
# copy and paste everything from begging to end of the design team group
# modify what you copied replacing design with the new group name
# save it
# check everything in
# run puppet on planet and check if it works


[[Category:Infrastructure SOPs]]
[[Category:Infrastructure SOPs]]

Latest revision as of 19:00, 20 July 2015

Shortcut:
ISOP:PLANET


This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/planetsubgroup.rst

For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.