turbulence_agent job from turbulence/0.2
Github source:
3f1db45a
or
master branch
Properties¶
turbulence_agent
¶
api
¶
ca_cert
¶CA certificate to use for connecting to the API server (uses system CA certificates by default)
- Default
""
host
¶Host of the API server
password
¶Password for the API authentication
- Default
""
port
¶Port of the API server
- Default
8080
username
¶Username for the API authentication
- Default
turbulence
debug
¶Show debug logs
- Default
true
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/turbulence_agent/
directory
(learn more).
bin/ctl
(fromctl.erb
)config/ca_cert
(fromca_cert.erb
)config/config.json
(fromconfig.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.