Move pkgdb from static fedmsg endpoints to dynamic.
This commit is contained in:
parent
689f8d7689
commit
d50c77eca8
5 changed files with 12 additions and 32 deletions
|
@ -7,10 +7,11 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443,
|
||||
# These 16 ports are used by fedmsg. One for each wsgi thread.
|
||||
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
|
||||
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
|
||||
wsgi_fedmsg_service: pkgdb2
|
||||
wsgi_procs: 3
|
||||
wsgi_threads: 2
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web,sysadmin-releng,sysadmin-cvs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue