redis job from redis/7
Github source:
39d768ac
or
master branch
Properties¶
consul
¶
service
¶
name
¶Name for advertising/discovering this service over consul (defaults to deployment name)
health
¶
disk
¶
critical
¶Percentage of persistent disk full to trigger critial health alert
- Default
98
warning
¶Percentage of persistent disk full to trigger warning health alert
- Default
50
interval
¶Interval for consul to perform health checks
- Default
20s
redis
¶
master
¶IP address or hostname of the Redis master node
password
¶Password to access redis server
- Default
r3d!s
port
¶Port to listen for requests to redis server
- Default
6379
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/redis/
directory
(learn more).
bin/confd_ctl
(frombin/confd_ctl
)bin/health_check
(frombin/health_check
)bin/monit_debugger
(frombin/monit_debugger
)bin/redis_ctl
(frombin/redis_ctl
)config/redis.conf
(fromconfig/redis.conf.erb
)confd/conf.d/redis.conf.toml
(fromconfd/conf.d/redis.conf.toml
)confd/conf.d/redis.consul.toml
(fromconfd/conf.d/redis.consul.toml
)confd/templates/redis.conf.tmpl
(fromconfd/templates/redis.conf.tmpl.erb
)confd/templates/redis.consul.json.tmpl
(fromconfd/templates/redis.consul.json.tmpl.erb
)consul/redis-disk-level.json
(fromconsul/redis-disk-level.json.erb
)data/properties.sh
(fromdata/properties.sh.erb
)helpers/ctl_setup.sh
(fromhelpers/ctl_setup.sh
)helpers/ctl_utils.sh
(fromhelpers/ctl_utils.sh
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.