summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars/autocloud-web
blob: 61ca98ecd216ee0330b7aa68f245b6c0b6d64a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# Define resources for this group of hosts here. 
lvm_size: 20000
mem_size: 2048
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,sysadmin-veteran

# 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.