starkandwayne/covalence-boshrelease

Name: covalence-boshrelease

Owner: Stark & Wayne

Description: BOSH release for Covalence

Created: 2016-10-13 13:47:40.0

Updated: 2016-10-21 20:28:08.0

Pushed: 2016-11-30 15:49:24.0

Homepage: null

Size: 2323

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BOSH Release for covalence

Usage

To use this bosh release, first upload it to your bosh:

 target BOSH_HOST
clone https://github.com/cloudfoundry-community/covalence-boshrelease.git
ovalence-boshrelease
 upload release releases/covalence-1.yml

For bosh-lite, you can quickly create a deployment manifest & deploy a cluster:

lates/make_manifest warden
 -n deploy

For AWS EC2, create a single VM:

lates/make_manifest aws-ec2
 -n deploy
Override security groups

For AWS & Openstack, the default deployment assumes there is a default security group. If you wish to use a different security group(s) then you can pass in additional configuration when running make_manifest above.

Create a file my-networking.yml:


orks:
name: covalence1
type: dynamic
cloud_properties:
  security_groups:
    - covalence

Where - covalence means you wish to use an existing security group called covalence.

You now suffix this file path to the make_manifest command:

lates/make_manifest openstack-nova my-networking.yml
 -n deploy
Development

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

 create release --force && bosh -n upload release
Final releases

To share final releases:

 create release --final

By default the version number will be bumped to the next major number. You can specify alternate versions:

 create release --final --version 2.1

After the first release you need to contact Dmitriy Kalinin to request your project is added to https://bosh.io/releases (as mentioned in README above).


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.