Skip to content

dedicated-node job from cf-redis/314

Github source: c8fb9d38 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 (from nginx_ctl.erb)
  • bin/redis-agent_ctl (from redis-agent_ctl.erb)
  • bin/redis_ctl (from redis_ctl.erb)
  • config/agent.yml (from agent.yml.erb)
  • config/nginx.conf (from nginx.conf.erb)
  • config/redis.conf (from redis.conf.erb)
  • config/ssl/redis-agent.key (from redis-agent.key.erb)
  • config/ssl/redis-agent.pem (from redis-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.