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>
12 lines
293 B
Text
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
|