diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-07-15 00:30:12 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-10-13 12:22:42 +0200 |
commit | ef7d2abd4051c891f36e7b0cac175a5835694986 (patch) | |
tree | 56c60f14287f9ef7cb6fcf6f5b5a302c4cb16ad9 /os-apply-config | |
parent | 37830dd045467b0fa157c6c3604faf1329af752d (diff) |
Parameterize RabbitMQ FD limit
Together with [1] this change permits to parameterize the file
descriptor limit for RabbitMQ for both the Systemd startup script
and the Pacemaker resource agent.
1. https://github.com/puppetlabs/puppetlabs-rabbitmq/commit/20325325b977c508b151ef8036107dcfefdf990b
Closes-Bug: 1474586
Change-Id: I62d31e483641ccb5cf489df81146ecb31d0c423f
Diffstat (limited to 'os-apply-config')
-rw-r--r-- | os-apply-config/controller.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os-apply-config/controller.yaml b/os-apply-config/controller.yaml index 18dcc8eb..a317d7a0 100644 --- a/os-apply-config/controller.yaml +++ b/os-apply-config/controller.yaml @@ -466,6 +466,10 @@ parameters: default: 5672 description: Set rabbit subscriber port, change this if using SSL type: number + RabbitFDLimit: + default: 16384 + description: Configures RabbitMQ FD limit + type: string RedisVirtualIP: type: string default: '' # Has to be here because of the ignored empty value bug |