From ef7d2abd4051c891f36e7b0cac175a5835694986 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 15 Jul 2015 00:30:12 +0200 Subject: 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 --- os-apply-config/controller.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os-apply-config') 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 -- cgit 1.2.3-korg