vcloud_cpi job from bosh-vcloud-cpi/20
Github source:
65ed42ed
or
master branch
Properties¶
agent
¶
blobstore
¶
access_key_id
¶AWS access_key_id for agent used by s3 blobstore plugin
address
¶Address for agent to connect to blobstore server used by simple blobstore plugin
host
¶Host of agent blobstore server used by simple blobstore plugin
s3_force_path_style
¶Whether the agent blobstore plugin will always use path style for bucket access
s3_multipart_threshold
¶Agent blobstore threshold for multipart uploads
s3_port
¶Port of agent blobstore server used by s3 blobstore plugin
s3_region
¶AWS region used by s3 blobstore plugin
s3_signature_version
¶Signature version used to connect to an s3 blobstore
secret_access_key
¶AWS secret_access_key for agent used by s3 blobstore plugin
ssl_verify_peer
¶Whether the agent blobstore plugin should verify its peer when using SSL
use_ssl
¶Whether the agent blobstore plugin should use SSL to connect to the blobstore server
mbus
¶agent message bus
nats
¶
address
¶Address of the nats server
ntp
¶List of ntp server IPs. pool.ntp.org attempts to return IPs closest to your location, but you can still specify if needed.
- Default
- 0.pool.ntp.org - 1.pool.ntp.org
blobstore
¶
access_key_id
¶AWS access_key_id used by s3 blobstore plugin
address
¶Address of blobstore server used by simple blobstore plugin
agent
¶
password
¶TODO
user
¶TODO
bucket_name
¶AWS S3 Bucket used by s3 blobstore plugin
host
¶Host of blobstore server used by simple blobstore plugin
path
¶TODO
port
¶Port of blobstore server used by simple blobstore plugin
- Default
25250
provider
¶Provider of the blobstore used by director and agent (dav|simple|s3)
- Default
dav
s3_force_path_style
¶Whether s3 blobstore plugin will always use path style for bucket access
- Default
false
s3_multipart_threshold
¶Simple blobstore threshold for multipart uploads
s3_port
¶Port of blobstore server used by s3 blobstore plugin
- Default
443
s3_region
¶AWS region used by s3 blobstore plugin
s3_signature_version
¶Signature version used to connect to an s3 blobstore
secret_access_key
¶AWS secret_access_key used by s3 blobstore plugin
ssl_verify_peer
¶Whether the simple blobstore plugin should verify its peer when using SSL
use_ssl
¶Whether the simple blobstore plugin should use SSL to connect to the blobstore server
- Default
true
env
¶
http_proxy
¶Http proxy to connect to cloud API’s
https_proxy
¶Https proxy to connect to cloud API’s
no_proxy
¶No Proxy environment variable
nats
¶
address
¶Address of the nats server
password
¶Password to connect to nats with
port
¶Port that the nats server listens on
- Default
4222
user
¶Username to connect to nats with
- Default
nats
vcd
¶
control
¶
wait_max
¶TODO
entities
¶
description
¶TODO
- Default
vcd-cf
media_catalog
¶TODO
media_storage_profile
¶TODO
organization
¶TODO
vapp_catalog
¶TODO
vapp_storage_profile
¶Storage profile for each vm in a vapp
virtual_datacenter
¶TODO
vm_metadata_key
¶TODO
- Default
vcd-cf
password
¶TODO
url
¶TODO
user
¶TODO
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/vcloud_cpi/
directory
(learn more).
bin/cpi
(fromcpi.erb
)config/cpi.json
(fromcpi.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.