Move some more vars around for the bodhi-backend split out.
This commit is contained in:
parent
b9c701140a
commit
10dac19ac8
3 changed files with 39 additions and 30 deletions
|
@ -36,36 +36,9 @@ nrpe_procs_crit: 1000
|
||||||
|
|
||||||
host_group: releng
|
host_group: releng
|
||||||
|
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
## XXX -- note that the fedmsg_certs declaration does not happen here, but
|
||||||
fedmsg_certs:
|
# happens instead at the inventory/host_vars/ level since bodhi-backend01 and
|
||||||
# This first cert is used by the push-tool. releng members run it and it fires
|
# bodhi-backend02 have different roles and responsibilities.
|
||||||
# off a simple fedmsg message that the masher (running as fedmsg-hub) is
|
|
||||||
# listening for. It then does all the worker.
|
|
||||||
- service: shell
|
|
||||||
owner: root
|
|
||||||
group: masher
|
|
||||||
can_send:
|
|
||||||
- bodhi.masher.start
|
|
||||||
# These are certs for the masher to publish its own messages as it progresses.
|
|
||||||
- service: bodhi
|
|
||||||
owner: root
|
|
||||||
group: masher
|
|
||||||
can_send:
|
|
||||||
- bodhi.mashtask.complete
|
|
||||||
- bodhi.mashtask.mashing
|
|
||||||
- bodhi.mashtask.start
|
|
||||||
- bodhi.mashtask.sync.done
|
|
||||||
- bodhi.mashtask.sync.wait
|
|
||||||
- bodhi.errata.publish
|
|
||||||
- bodhi.update.eject
|
|
||||||
- bodhi.update.complete.testing
|
|
||||||
- bodhi.update.complete.stable
|
|
||||||
- service: ftpsync
|
|
||||||
owner: root
|
|
||||||
group: ftpsync
|
|
||||||
can_send:
|
|
||||||
- bodhi.updates.epel.sync
|
|
||||||
- bodhi.updates.fedora.sync
|
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,37 @@ eth0_ip: 10.5.125.135
|
||||||
eth1_ip: 10.5.127.61
|
eth1_ip: 10.5.127.61
|
||||||
vmhost: bvirthost10.phx2.fedoraproject.org
|
vmhost: bvirthost10.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
|
fedmsg_certs:
|
||||||
|
# This first cert is used by the push-tool. releng members run it and it fires
|
||||||
|
# off a simple fedmsg message that the masher (running as fedmsg-hub) is
|
||||||
|
# listening for. It then does all the worker.
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: masher
|
||||||
|
can_send:
|
||||||
|
- bodhi.masher.start
|
||||||
|
# These are certs for the masher to publish its own messages as it progresses.
|
||||||
|
- service: bodhi
|
||||||
|
owner: root
|
||||||
|
group: masher
|
||||||
|
can_send:
|
||||||
|
- bodhi.mashtask.complete
|
||||||
|
- bodhi.mashtask.mashing
|
||||||
|
- bodhi.mashtask.start
|
||||||
|
- bodhi.mashtask.sync.done
|
||||||
|
- bodhi.mashtask.sync.wait
|
||||||
|
- bodhi.errata.publish
|
||||||
|
- bodhi.update.eject
|
||||||
|
- bodhi.update.complete.testing
|
||||||
|
- bodhi.update.complete.stable
|
||||||
|
- service: ftpsync
|
||||||
|
owner: root
|
||||||
|
group: ftpsync
|
||||||
|
can_send:
|
||||||
|
- bodhi.updates.epel.sync
|
||||||
|
- bodhi.updates.fedora.sync
|
||||||
|
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
csi_security_category: Medium
|
csi_security_category: Medium
|
||||||
|
|
|
@ -9,6 +9,11 @@ eth0_ip: 10.5.125.136
|
||||||
eth1_ip: 10.5.127.62
|
eth1_ip: 10.5.127.62
|
||||||
vmhost: bvirthost06.phx2.fedoraproject.org
|
vmhost: bvirthost06.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: sysadmin
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
csi_security_category: Low
|
csi_security_category: Low
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue