Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit 2d0cac3

Browse files
authored
Merge pull request #197 from danieljamesrees/use-cai-cloud-config
Use the buildstack-deployment cloud-config for bosh-lite
2 parents 5e86da0 + 6ac8aa1 commit 2d0cac3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/pipeline.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- aggregate:
154154
- get: bbl-state
155155
- get: bosh-bootloader
156+
- get: buildstack-deployment
156157
- get: cf-deployment-concourse-tasks
157158
- get: concourse-tasks
158159
- get: devtools-boshrelease
@@ -180,12 +181,12 @@ jobs:
180181
- task: bbl-up
181182
file: cf-deployment-concourse-tasks/bbl-up/task.yml
182183
input_mapping:
183-
bbl-config: bosh-bootloader
184+
bbl-config: buildstack-deployment
184185
bbl-state: bbl-state
185186
output_mapping:
186187
updated-bbl-state: updated-bbl-state
187188
params:
188-
BBL_CONFIG_DIR: plan-patches/bosh-lite-gcp
189+
BBL_CONFIG_DIR: iaas-support/bosh-lite
189190
BBL_ENV_NAME: devtools-boshrelease
190191
BBL_GCP_REGION: ((gcp.region))
191192
BBL_GCP_SERVICE_ACCOUNT_KEY: ((gcp.key))
@@ -207,6 +208,8 @@ jobs:
207208
passed:
208209
- deploy-bosh
209210
- get: buildstack-deployment
211+
passed:
212+
- deploy-bosh
210213
- get: cf-deployment-concourse-tasks
211214
- get: devtools-boshrelease
212215
passed:

0 commit comments

Comments
 (0)