X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fdatabase%2Fredis-base.yaml;fp=puppet%2Fservices%2Fdatabase%2Fredis-base.yaml;h=6d77a84bf21bcdc180e78d5cd7990690d2606ca6;hb=dde4f6d1cf6e4c2968c910fb0f1139ef391c3b6d;hp=af89ffb1d146ccd73f419d2c8fe9a8666e5ba240;hpb=5fc8d234dd962b641c4daeae241b98c63f3fa84d;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/database/redis-base.yaml b/puppet/services/database/redis-base.yaml index af89ffb1..6d77a84b 100644 --- a/puppet/services/database/redis-base.yaml +++ b/puppet/services/database/redis-base.yaml @@ -8,6 +8,10 @@ parameters: description: The password for Redis type: string hidden: true + RedisFDLimit: + description: Configure Redis FD limit + type: string + default: 10240 ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set @@ -43,3 +47,4 @@ outputs: redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}" redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh' redis::sentinel::sentinel_bind: {get_param: [ServiceNetMap, RedisNetwork]} + redis::ulimit: {get_param: RedisFDLimit}