-
Notifications
You must be signed in to change notification settings - Fork 89
/
credentials.yml
34 lines (30 loc) · 1.07 KB
/
credentials.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
26
27
28
29
30
31
32
33
34
github_deployment_key__bosh-azure-cpi-release: |
<DEPLOYMENT-KEY-OF-YOUR-OWN-GITHUB-REPOSITORY>
ssh_public_key: <YOUR-PUBLIC-KEY>
ssh_private_key: |
<YOUR-PRIVATE-KEY>
# Only the regions that support Availability Zones are allowed
# https://docs.microsoft.com/en-us/azure/availability-zones/az-overview#regions-that-support-availability-zones
azure_location: 'eastus2'
azure_environment: AzureCloud
azure_subscription_id: REPLACE-ME
azure_tenant_id: REPLACE-ME
azure_client_id: REPLACE-ME
azure_client_secret: REPLACE-ME
azure_certificate: |-
REPLACE-ME
s3_azure_cpi_pipeline_bucket: <BUCKET-NAME>
terraform_bucket: <BUCKET-NAME>
s3_access_key__primary: REPLACE-ME
s3_secret_key__primary: REPLACE-ME
s3_access_key__promote: REPLACE-ME
s3_secret_key__promote: REPLACE-ME
s3_region__primary: ""
azure_director_vars_file: |
subscription_id: REPLACE-ME # Same with the value of azure_subscription_id
tenant_id: REPLACE-ME
client_id: REPLACE-ME
client_secret: REPLACE-ME
dns_recursor_ip: 8.8.8.8
azure_bats_zone: '1'
resource_group_prefix: REPLACE-ME