Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

cloudfoundry-community-attic/buildkite-agent-boshrelease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage BuildKite worker cluster with BOSH

If you're using BOSH, you can bootstrap, scale, resize, destroy your BuildKite cluster using this BOSH release:

agents-running

This was as simple as:

./templates/make_manifest warden TOKEN 3

Usage

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

git clone https://github.com/cloudfoundry-community/buildkite-agent-boshrelease.git
cd buildkite-agent-boshrelease
bosh create release
bosh upload release

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

templates/make_manifest warden TOKEN 1
bosh -n deploy

For AWS EC2, create a single VM:

templates/make_manifest aws-ec2 TOKEN 1
bosh -n deploy

Resize cluster

In the examples above, the suffix 1 is the number of nodes. Change it to scale out:

templates/make_manifest warden TOKEN 3
bosh -n deploy

Will add two BuildKite workers.

About

Managed a cluster of BuiltKite workers via BOSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages