Inventory stuff for bugzilla2fedmsg.
This commit is contained in:
parent
f9cb68c597
commit
30628e89af
5 changed files with 70 additions and 0 deletions
21
inventory/group_vars/bugzilla2fedmsg-stg
Normal file
21
inventory/group_vars/bugzilla2fedmsg-stg
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 1
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 3000 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
- service: bugzilla2fedmsg
|
||||
owner: root
|
||||
group: fedmsg
|
Loading…
Add table
Add a link
Reference in a new issue