Skip to content

Commit

Permalink
Merge pull request #231 from concourse/topgun-worker-deployment
Browse files Browse the repository at this point in the history
Add deploy step for bosh-topgun worker
  • Loading branch information
taylorsilva authored Dec 10, 2019
2 parents 50e0b54 + b7eb6d7 commit 43d0907
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pipelines/concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,27 @@ jobs:
- get: bbr-sdk-release
- get: prod
- get: ci
- put: bosh-topgun-worker-deployment
tags: [topgun]
params:
manifest: cbd/cluster/external-worker.yml
stemcells:
- gcp-xenial-stemcell/*.tgz
releases:
- concourse-release/*.tgz
- bpm-release/*.tgz
ops_files:
- cbd/cluster/operations/dev-versions.yml
vars:
deployment_name: topgun-worker
instances: 1
azs: [z1]
worker_vm_type: worker
external_worker_network_name: default
worker_tags: [topgun]
tsa_host: "nci.concourse-ci.org"
tsa_host_key.public_key: ((tsa_host_public_key))
worker_key: ((worker_private_key))
- put: prod-deployment
params:
manifest: cbd/cluster/concourse.yml
Expand Down Expand Up @@ -1838,6 +1859,17 @@ resources:
client_secret: ((bosh_client.secret))
deployment: concourse-prod

- name: bosh-topgun-worker-deployment
tags: [topgun]
type: bosh-deployment
icon: sync
source:
target: https://10.0.0.6:25555
client: ((topgun_bosh_client.id))
client_secret: ((topgun_bosh_client.secret))
ca_cert: ((topgun_ca_cert))
deployment: topgun-worker

- name: gcp-xenial-stemcell
type: bosh-io-stemcell
icon: *release-icon
Expand Down

0 comments on commit 43d0907

Please sign in to comment.