Review planetsubgroup SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
47d5ea6fcd
commit
e41063673a
2 changed files with 14 additions and 18 deletions
|
@ -88,7 +88,7 @@
|
||||||
** xref:pagure.adoc[Pagure Infrastructure - SOP]
|
** xref:pagure.adoc[Pagure Infrastructure - SOP]
|
||||||
** xref:pdc.adoc[PDC - SOP]
|
** xref:pdc.adoc[PDC - SOP]
|
||||||
** xref:pesign-upgrade.adoc[Pesign upgrades/reboots - SOP]
|
** xref:pesign-upgrade.adoc[Pesign upgrades/reboots - SOP]
|
||||||
** xref:planetsubgroup.adoc[planetsubgroup - SOP in review ]
|
** xref:planetsubgroup.adoc[Planet Subgroup Infrastructure - SOP]
|
||||||
** xref:publictest-dev-stg-production.adoc[publictest-dev-stg-production - SOP in review ]
|
** xref:publictest-dev-stg-production.adoc[publictest-dev-stg-production - SOP in review ]
|
||||||
** xref:rabbitmq.adoc[rabbitmq - SOP in review ]
|
** xref:rabbitmq.adoc[rabbitmq - SOP in review ]
|
||||||
** xref:rdiff-backup.adoc[rdiff-backup - SOP in review ]
|
** xref:rdiff-backup.adoc[rdiff-backup - SOP in review ]
|
||||||
|
|
|
@ -21,40 +21,36 @@ following:
|
||||||
The Setup
|
The Setup
|
||||||
|
|
||||||
[arabic]
|
[arabic]
|
||||||
. on batcave01:
|
. On batcave01:
|
||||||
+
|
+
|
||||||
....
|
....
|
||||||
cp -a configs/system/planet/grouptmpl configs/system/planet/newgroupname
|
cp -a configs/system/planet/grouptmpl configs/system/planet/newgroupname
|
||||||
....
|
....
|
||||||
. cd to the new directory
|
. cd to the new directory
|
||||||
. run:
|
. Run:
|
||||||
+
|
+
|
||||||
....
|
....
|
||||||
perl -pi -e "s/%%groupname/newgroupname/g" fpbuilder.conf base_config planet-group.cron templates/*
|
perl -pi -e "s/%%groupname/newgroupname/g" fpbuilder.conf base_config planet-group.cron templates/*
|
||||||
....
|
....
|
||||||
|
+
|
||||||
|
Replacing newgroupname with the groupname you want
|
||||||
|
|
||||||
____
|
|
||||||
replacing newgroupname with the groupname you want
|
|
||||||
____
|
|
||||||
|
|
||||||
[arabic, start=4]
|
|
||||||
. git add the whole dir
|
. git add the whole dir
|
||||||
. edit `manifests/services/planet.pp`
|
. Edit `manifests/services/planet.pp`
|
||||||
. copy and paste everything from begging to end of the design team
|
. Copy and paste everything from begging to end of the design team
|
||||||
group, to use as a template.
|
group, to use as a template.
|
||||||
. modify what you copied replacing design with the new group name
|
. Modify what you copied replacing design with the new group name
|
||||||
. save it
|
. Save it
|
||||||
. check everything in
|
. Check everything in
|
||||||
. run ansible on planet and check if it works
|
. Run ansible on planet and check if it works
|
||||||
|
|
||||||
== Use
|
== Use
|
||||||
|
|
||||||
Tell the requester to then copy their current .planet file to
|
Tell the requester to then copy their current `.planet` file to
|
||||||
.planet.newgroupname. For example with the design team:
|
`.planet.newgroupname`. For example with the design team:
|
||||||
|
|
||||||
....
|
....
|
||||||
cp ~/.planet ~/.planet.design
|
cp ~/.planet ~/.planet.design
|
||||||
....
|
....
|
||||||
|
|
||||||
This will then show up on the new feed
|
This will then show up on the new feed http://planet.fedoraproject.org/design/
|
||||||
-http://planet.fedoraproject.org/design/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue