forked from vmware-archive/concourse-pipeline-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcf_params.yml
25 lines (21 loc) · 1.26 KB
/
pcf_params.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
######## PCF Foundation-specific parameters
# The IaaS name for which stemcell to download. This must match the IaaS name
# within the stemcell to download, e.g. "vsphere", "aws", "azure", "google" must be lowercase.
iaas_type: ((iaas_type))
# Ops Manager information and admin credentials
opsman_domain: ((opsman_domain))
opsman_admin_username: ((opsman_admin_username)) # Username for Ops Manager admin account
opsman_admin_password: ((opsman_admin_password)) # Password for Ops Manager admin account
# Either opsman_client_id/opsman_client_secret or opsman_admin_username/opsman_admin_password needs to be specified.
# If you are using opsman_admin_username/opsman_admin_password, edit opsman_client_id/opsman_client_secret to be an empty value.
# If you are using opsman_client_id/opsman_client_secret, edit opsman_admin_username/opsman_admin_password to be an empty value.
opsman_client_id: ((opsman_client_id))
opsman_client_secret: ((opsman_client_secret))
az_1_name: ((az_1_name))
az_2_name: ((az_2_name))
az_3_name: ((az_3_name))
services_network_name: ((services_network_name))
dynamic_services_network_name: ((dynamic_services_network_name))
# pcf-pipelines legacy parameters - only used for when no_proxy option is used
company_proxy_domain:
opsman_ip_address: