Add some group_vars for the mirrormanager2 nodes.
This commit is contained in:
parent
c149adc9b2
commit
0174da6a56
6 changed files with 110 additions and 0 deletions
17
inventory/group_vars/mm-backend
Normal file
17
inventory/group_vars/mm-backend
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: mirrormanager
|
||||||
|
group: sysadmin
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager backend cron tasks
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
17
inventory/group_vars/mm-backend-stg
Normal file
17
inventory/group_vars/mm-backend-stg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: mirrormanager
|
||||||
|
group: sysadmin
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager backend cron tasks
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
17
inventory/group_vars/mm-crawler
Normal file
17
inventory/group_vars/mm-crawler
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: mirrormanager
|
||||||
|
group: sysadmin
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager crawlers
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
17
inventory/group_vars/mm-crawler-stg
Normal file
17
inventory/group_vars/mm-crawler-stg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: mirrormanager
|
||||||
|
group: sysadmin
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager crawlers
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
21
inventory/group_vars/mm-frontend
Normal file
21
inventory/group_vars/mm-frontend
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: sysadmin
|
||||||
|
- service: mirrormanager2
|
||||||
|
owner: root
|
||||||
|
group: mirrormanager
|
||||||
|
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager frontend WSGI app
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
21
inventory/group_vars/mm-frontend-stg
Normal file
21
inventory/group_vars/mm-frontend-stg
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: sysadmin
|
||||||
|
- service: mirrormanager2
|
||||||
|
owner: root
|
||||||
|
group: mirrormanager
|
||||||
|
|
||||||
|
|
||||||
|
# For the MOTD
|
||||||
|
csi_security_category: Medium
|
||||||
|
csi_primary_contact: Fedora admin - admin@fedoraproject.org
|
||||||
|
csi_purpose: Run mirrormanager frontend WSGI app
|
||||||
|
csi_relationship: |
|
||||||
|
TODO - we should document:
|
||||||
|
|
||||||
|
* what kinds of processes run here
|
||||||
|
* what other services they depend on
|
||||||
|
* what other services depend on it
|
Loading…
Add table
Add a link
Reference in a new issue