starkandwayne/canary-boshrelease

Name: canary-boshrelease

Owner: Stark & Wayne

Description: A canary boshrelease for concourse pipeline testing

Created: 2016-09-13 20:53:18.0

Updated: 2018-03-14 17:50:58.0

Pushed: 2018-03-14 17:50:57.0

Homepage: null

Size: 101

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BOSH release for canary

This BOSH release and deployment manifest deploy a cluster of canary.

Install
rt BOSH_ENVIRONMENT=<bosh-alias>
rt BOSH_DEPLOYMENT=canary
 deploy manifests/canary.yml --vars-store tmp/creds.yml

If your BOSH has Credhub, then you can omit --vars-store flag. It is used to generate any passwords/credentials/certificates required by manifests/canary.yml.

Development

As a developer of this release, create new releases, upload and deploy them:

 create-release --force && \
sh -n upload-release && \
sh deploy manifests/canary.yml --vars-store tmp/creds.yml

If your BOSH has Credhub, then you can omit --vars-store flag. It is used to generate any passwords/credentials/certificates required by manifests/canary.yml.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.