mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
31 lines
945 B
Plaintext
31 lines
945 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 1024
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
# This doesn't actually produce fedmsg messages, so no need for this var.
|
|
#wsgi_fedmsg_service: autocloud
|
|
wsgi_procs: 2
|
|
wsgi_threads: 2
|
|
|
|
tcp_ports: [ 80 ]
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-fedimg,sysadmin-releng
|
|
|
|
# For the MOTD
|
|
csi_security_category: Moderate
|
|
csi_primary_contact: Cloudmeisters - sysadmin-fedimg-members@fedoraproject.org
|
|
csi_purpose: Run the readonly dashboard for autocloud results
|
|
csi_relationship: |
|
|
This only runs the mod_wsgi app for autocloud results.
|
|
https://apps.fedoraproject.org/autocloud
|
|
|
|
- This host relies on:
|
|
- A postgres db server running on db01. The db is called 'autocloud'.
|
|
- That db gets populated with results by daemons running on the
|
|
autocloud-backend nodes.
|