ansible/inventory/group_vars/notifs_web_stg
Michal Konecny 7b58dfdce8 Remove fedmsg and github2fedmsg from staging
The messaging bridges openshift project and github2fedmsg VM were
already removed in staging. This is to clean the ansible playbooks.

I will create a separate one for production after this one is merged.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-04 09:13:40 +01:00

12 lines
293 B
Text

---
# Define resources for this group of hosts here.
deployment_type: stg
lvm_size: 20000
mem_size: 1024
num_cpus: 2
tcp_ports: [80]
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
wsgi_fedmsg_service: fmn
wsgi_procs: 2
wsgi_threads: 2