memcache_broker job from memcache/5.2
Github source:
78d5bf1d or
master branch
Properties¶
memcache_broker¶
broker_password¶The shared secret between the CC and the service broker.
host¶
port¶The http port the Memcache hazelcast service will listen for REST calls on
- Default
21080
max_heap¶The Xmx of this process.
- Default
32m
memcache¶
servers¶The machines in this hazelcast cluster.
vip¶A vip an application can use to provide simpler access to the memcache cluster.
plans¶The plans this server will support.
startup_timeout¶The time to wait for app to startup before we kill it and let monit try again.
- Default
30
memcache_hazelcast¶
host¶
password¶The memcache rest endpoint password.
srv_api¶The service endpoint url on memcache_hazelcast
username¶The memcache rest endpoint username.
- Default
hazelcast-user
memcache¶
secret_key¶The shared secret used for memcache authentication.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/memcache_broker/ directory
(learn more).
bin/memcache_broker(frommemcache_broker.erb)config/application-bosh.yml(fromapplication-bosh.yml.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.