mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Add extra fedmsg endpoints for the fedbadges backend now that it has 4 threads.
This commit is contained in:
@@ -7,7 +7,7 @@ freezes: false
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 3000 ]
|
||||
tcp_ports: [ 3000, 3001, 3002, 3003 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-badges
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ num_cpus: 2
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 3000 ]
|
||||
tcp_ports: [ 3000, 3001, 3002, 3003 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-badges
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@ config = dict(
|
||||
endpoints={
|
||||
"fedbadges.badges-backend01": [
|
||||
"tcp://badges-backend01.%s:3000" % suffix,
|
||||
"tcp://badges-backend01.%s:3001" % suffix,
|
||||
"tcp://badges-backend01.%s:3002" % suffix,
|
||||
"tcp://badges-backend01.%s:3003" % suffix,
|
||||
],
|
||||
|
||||
"tahrir.badges-web01": [
|
||||
|
||||
Reference in New Issue
Block a user