|
1 | 1 | --- |
2 | 2 | meta: |
3 | 3 | name: postgres |
4 | | - target: sw |
5 | | - url: https://ci.starkandwayne.com |
| 4 | + target: pipes |
| 5 | + url: https://pipes.starkandwayne.com |
6 | 6 | # test-errands: smoke-tests |
7 | 7 |
|
8 | 8 | initial_version: 1.0.0 |
9 | 9 |
|
10 | 10 | bosh-lite: |
11 | | - target: https://10.58.111.44:25555 |
12 | | - username: (( vault "secret/bosh-lites/lite44/users/admin:username" )) |
13 | | - password: (( vault "secret/bosh-lites/lite44/users/admin:password" )) |
14 | | - cacert: (( vault "secret/bosh-lites/lite44/certs:rootCA.pem" )) |
| 11 | + target: https://10.200.131.9:25555 |
| 12 | + username: ((thunder-dome.username)) |
| 13 | + password: ((thunder-dome.password)) |
| 14 | + cacert: ((thunder-dome.ca-certificate)) |
15 | 15 |
|
16 | 16 | aws: |
17 | | - access_key: (( vault "secret/aws/cfcommunity:access" )) |
18 | | - secret_key: (( vault "secret/aws/cfcommunity:secret" )) |
| 17 | + access_key: ((cfcommunity.access)) |
| 18 | + secret_key: ((cfcommunity.secret)) |
19 | 19 |
|
20 | 20 | github: |
21 | 21 | owner: cloudfoundry-community |
22 | 22 | repo: postgres-boshrelease |
23 | 23 | branch: master |
24 | | - private_key: (( vault "secret/pipelines/shared/github:private" )) |
25 | | - access_token: (( vault "secret/pipelines/shared/github:access_token" )) |
| 24 | + private_key: ((github.private-key)) |
| 25 | + access_token: ((github.access-token)) |
26 | 26 |
|
27 | 27 | slack: |
28 | | - webhook: (( vault "secret/pipelines/postgres-boshrelease/slack:webhook" )) |
| 28 | + webhook: ((slack.webhook)) |
29 | 29 | channel: '#postgres-boshrelease' |
30 | 30 | username: starkandwayne-ci |
31 | 31 | icon: https://www.starkandwayne.com/assets/images/shield-blue-50x50.png |
0 commit comments