X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fdatabase%2Fredis-base.yaml;h=2a6a89e919f984657eb6c692f77510a6d569d400;hb=ee5a92b9539a490ac7a0097439b6154bffe6d08a;hp=af89ffb1d146ccd73f419d2c8fe9a8666e5ba240;hpb=161b2b4427f7db0cf65d209a3f63804de9724107;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/database/redis-base.yaml b/puppet/services/database/redis-base.yaml index af89ffb1..2a6a89e9 100644 --- a/puppet/services/database/redis-base.yaml +++ b/puppet/services/database/redis-base.yaml @@ -1,13 +1,21 @@ -heat_template_version: ocata +heat_template_version: pike description: > OpenStack Redis service configured with Puppet parameters: RedisPassword: - description: The password for Redis + description: The password for the redis service account. type: string hidden: true + RedisFDLimit: + description: Configure Redis FD limit + type: string + default: 10240 + ServiceData: + default: {} + description: Dictionary packing service data + type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set @@ -17,6 +25,14 @@ parameters: DefaultPasswords: default: {} type: json + RoleName: + default: '' + description: Role name on which the service is applied + type: string + RoleParameters: + default: {} + description: Parameters specific to the role + type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set @@ -43,3 +59,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}