azure_cpi job from bosh-azure-cpi/24
Github source:
7ea8b1f9
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
secret_access_key
¶AWS secret_access_key for agent used by s3 blobstore plugin
mbus
¶Agent mbus
nats
¶
address
¶Address of the nats server
azure
¶
azure_stack
¶
authentication
¶The authentication type for your AzureStack deployment. AzureAD, AzureStackAD or AzureStack
- Default
AzureAD
domain
¶The domain for your AzureStack deployment
- Default
local.azurestack.external
endpoint_prefix
¶The endpoint prefix for your AzureStack deployment
- Default
management
resource
¶The token resource for your AzureStack deployment
skip_ssl_validation
¶Toggles verification of the Azure Resource Manager REST API SSL certificate
- Default
false
use_http_to_access_storage_account
¶Flag for using HTTP to access storage account rather than the default HTTPS
- Default
false
client_id
¶The client id for your service principal
client_secret
¶The client secret for your service principal
debug_mode
¶Enable debug mode to log all raw HTTP requests/responses
- Default
false
default_security_group
¶The name of the default security group that will be applied to all created VMs
environment
¶The environment for Azure Management Service. AzureCloud, AzureChinaCloud, AzureUSGovernment or AzureStack
- Default
AzureCloud
parallel_upload_thread_num
¶The number of threads to upload stemcells in parallel
- Default
16
pip_idle_timeout_in_minutes
¶Idle timeouts in minutes for dynamic public IPs
- Default
4
resource_group_name
¶Resource group name to use when spinning up new vms
ssh_public_key
¶The content of the SSH public key to use when spinning up new vms
ssh_user
¶Default ssh user to use when spinning up new vms
- Default
vcap
storage_account_name
¶Azure storage account name. This property is required when use_managed_disks is false or upgrading from an existing deployment whose use_managed_disks is false.
subscription_id
¶Azure Subscription Id
tenant_id
¶The tenant id for your service principal
use_managed_disks
¶Enable managed disks
- Default
false
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
¶Password agent uses to connect to blobstore used by simple blobstore plugin
user
¶Username agent uses to connect to blobstore used by simple blobstore plugin
bucket_name
¶AWS S3 Bucket used by s3 blobstore plugin
host
¶Host of blobstore server used by simple blobstore plugin
path
¶local blobstore path
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_port
¶Port of blobstore server used by s3 blobstore plugin
- Default
443
secret_access_key
¶AWS secret_access_key used by s3 blobstore plugin
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
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
registry
¶
endpoint
¶Full URL for the registry endpoint that may include basic auth credentials
- Example
http://admin:admin-password@some-ip:port
host
¶Address of the Registry to connect to
password
¶Password to access the Registry
port
¶Port of the Registry to connect to
- Default
25777
username
¶User to access the Registry
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/azure_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.