dedicated-node job from cf-redis/301
Github source:
de998aa3 or
master branch
Properties¶
redis¶
agent¶
backend_port¶The backend port for the redis-agent process to listen on
- Default
9876
broker¶
auth¶
password¶The password for HTTP Basic Auth on the agent, also used for the broker
- Default
admin
username¶The username for HTTP Basic Auth on the agent, also used for the broker
- Default
admin
dedicated_port¶The port used by the redis instances
- Default
6379
ssl¶
cert¶SSL Certificate for broker (PEM encoded)
key¶SSL private key for broker (PEM encoded)
config_command¶The name of the obfuscated redis CONFIG command.
- Default
""
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/dedicated-node/ directory
(learn more).
bin/nginx_ctl(fromnginx_ctl.erb)bin/redis-agent_ctl(fromredis-agent_ctl.erb)bin/redis_ctl(fromredis_ctl.erb)config/agent.yml(fromagent.yml.erb)config/nginx.conf(fromnginx.conf.erb)config/redis.conf(fromredis.conf.erb)config/ssl/redis-agent.key(fromredis-agent.key.erb)config/ssl/redis-agent.pem(fromredis-agent.pem.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.