Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/concourse-pipeline-bosh-create-release

Create a BOSH release tarball and save to S3 via Concourse pipeline
https://github.com/drnic/concourse-pipeline-bosh-create-release

Last synced: 24 days ago
JSON representation

Create a BOSH release tarball and save to S3 via Concourse pipeline

Awesome Lists containing this project

README

        

Concoure pipeline - Create a BOSH release tarball and save to S3
================================================================

Creates a dev release of a BOSH release from its git repo and uploads to S3 as a tarball.

![](http://cl.ly/image/3b2D2U1d290f/Concourse.png)

Example `credentials.yml`:

```yaml
aws-bosh-init-bucket: my-bucket
aws-access-key-id: ACCESS
aws-secret-access-key: SECRET
aws-region-name: us-east-1
```

```
fly c -c pipeline.yml --vars-from credentials.yml \
--var git-bosh-release-branch=develop \
--var git-bosh-release=https://github.com/concourse/concourse
```