RabbitMQ: Dont mirror reply queues

This PS updates the default RMQ policy to not mirror reply queues
as they cause signifigant blocking when resorting a rabbit node to
a cluster, with no advantage.

Change-Id: I6f8d4eaa482fcdf3e877bd38caa9b24358ea5be0
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2019-07-30 09:54:16 -05:00
parent 058769c49c
commit 59a017d834
6 changed files with 6 additions and 6 deletions

View File

@ -941,7 +941,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
backends: backends:
# Those options will be written to backends.conf as-is. # Those options will be written to backends.conf as-is.

View File

@ -446,7 +446,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
network: network:
api: api:

View File

@ -575,7 +575,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
network: network:
api: api:

View File

@ -811,7 +811,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
rally_tests: rally_tests:
run_tempest: false run_tempest: false
tests: tests:

View File

@ -1924,7 +1924,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
## NOTE: "besteffort" is meant for dev env with mixed compute type only. ## NOTE: "besteffort" is meant for dev env with mixed compute type only.
## This helps prevent sriov init script from failing due to mis-matched NIC ## This helps prevent sriov init script from failing due to mis-matched NIC
## For prod env, target NIC should match and init script should fail otherwise. ## For prod env, target NIC should match and init script should fail otherwise.

View File

@ -1765,7 +1765,7 @@ conf:
message-ttl: 70000 message-ttl: 70000
priority: 0 priority: 0
apply-to: all apply-to: all
pattern: '^(?!amq\.).*' pattern: '^(?!(amq\.|reply_)).*'
# Names of secrets used by bootstrap and environmental checks # Names of secrets used by bootstrap and environmental checks
secrets: secrets: