Sha256: 026c61caa14d0bb2a95b6da358dd4b8b4271a86f9b7bbfc16b0c35a039119c27
Contents?: true
Size: 964 Bytes
Versions: 1
Compression:
Stored size: 964 Bytes
Contents
BOSH Director & Concourse Bootstrap =================================== This project achieves the following: - Preparation of an AWS environment for BOSH & Concourse - Deployment of a new BOSH Director using bosh-init - Deployment of a new Concourse cluster, or standalone server Terraform is used to setup the base network and security infrastructure, including an ELB for Concourse. Requirements ----- - Install [terraform](https://www.terraform.io/intro/getting-started/install.html) - Install [bosh](https://bosh.io/docs/cli-v2.html#install) Usage ----- To deploy a BOSH Director: - Apply the terraform IaC from `terraform` folder - Run `bin/setup_tunnel.sh` to create an SSH CLI tunnel - Run `kite render bosh --cloud aws` to render BOSH deployment files - Run `bin/bosh_setup.sh` to deploy the BOSH Director To access BOSH Director information, use bosh -e *bosh_name* env To connect to Bastion over SSH, use ssh jumpbox@*bastion ip* -i jumpbox.key
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kite-0.0.6 | tpl/aws/README.md |