-
Notifications
You must be signed in to change notification settings - Fork 10
/
credentials.example.yml
59 lines (52 loc) · 1.84 KB
/
credentials.example.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
pipeline-tasks-git-url: https://github.com/18f/cg-pipeline-tasks.git
pipeline-tasks-git-branch: master
cf-manifests-git-url: https://github.com/18f/cg-deploy-cf.git
cf-manifests-git-branch-development: develop
cf-manifests-git-branch-staging: master
cf-manifests-git-branch-prod: master
diego-manifests-git-url: https://github.com/18F/cg-deploy-diego.git
diego-release-repo-git-url: https://github.com/cloudfoundry/diego-release.git
diego-release-repo-git-branch: master
diego-manifests-git-branch-development: master
cf-private-bucket: SECURE_BUCKET
development-bosh-target: 192.168.2.2
development-bosh-username: admin
development-bosh-password: PASSWORD
cf-development-bosh-deployment: cf-dev
diego-development-bosh-deployment: dev-diego
cf-deployment-staging-bosh-target: 192.168.1.2
cf-deployment-staging-bosh-username: admin
cf-deployment-staging-bosh-password: PASSWORD
cf-deployment-staging-bosh-deployment: cf-stage
cf-deployment-prod-bosh-target: 192.168.0.2
cf-deployment-prod-bosh-username: admin
cf-deployment-prod-bosh-password: PASSWORD
cf-deployment-prod-bosh-deployment: cf
s3-bosh-releases-bucket: SECURE_BUCKET
slack-webhook-url: https://hooks.slack.com/services/XXXX/XXX/XXXX
slack-channel: "#concourse"
slack-news-channel: "#concourse-news"
slack-username: concourse
slack-icon-url: http://cl.ly/image/3e1h0H3H2s0P/concourse-logo.png
uaa-url-development:
uaa-url-staging:
uaa-url-production:
stemcell-bucket:
tf-state-bucket:
cf-api-url-development:
cf-client-id-development:
cf-client-secret-development:
cf-username-development:
cf-password-development:
tf-state-file-development:
platform-organization-development:
platform-space-development:
platform-isolation-segment-development:
cf-api-url-staging:
cf-client-id-staging:
cf-client-secret-staging:
cf-api-url-production:
cf-client-id-production:
cf-client-secret-production:
aws-region: us-gov-west-1