cloud-provider job from kubo/0.34.0
Github source:
a503fa1
or
master branch
Properties¶
cloud-config
¶
The properties to be placed into the cloud-config. The first level is a header, the second level the properties under the header
- Example
-
|+ Global: user: <username> password: <password> port: <port>
cloud-provider
¶
The generic properties used on a per-cloud basis
- Example
-
|+ cloud-provider: type: aws aws: access_key_id: <access key> secret_access_key: <secret key>
type
¶The type of cloud-provider to use
- Example
AWS, GCE, OpenStack, vSphere, etc.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/cloud-provider/
directory
(learn more).
This job has no templates.
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.