This repository acts as an upstream repository of YAML templates for use in deploying one or more Vault clusters, via the Gensis utility.
To create a new Genesis-based deployment of Vault, run
genesis new deployment --template vault
This will create a new repo called vault-deployments
for you, and
pull in the github.com/starkandwayne/vault-deployment
repo as the
upstream
remote, copying the contents of global/*
into the new
vault-deployments
repository.
This allows you to easily diverge from the upstream templates to suit your environment, yet still be able to pull in changes from upstream down the road.
The bosh-lite
template will set you up with a structure suitable
for deploying Vault on a BOSH-Lite.
genesis new site --tempalte bosh-lite <name>
The vsphere
template will set you up with a structure suitable
for deploying Vault on a VMWare vSphere ESXi cluster.
genesis new site --template vsphere <name>
The aws
template will set you up with a structure suitable for
deploying Vault to Amazon Web Service's EC2/VPC
infrastructure.
genesis new site --template aws <name>
The google
template will set you up with a structure suitable for
deploying Vault to Google Cloud Plaftorm infrastructure.
genesis new site --template google <name>
The vcloud
template will set you up with a structure suitable for
deploying Vault to vCloud Director infrastructure.
genesis new site --template vcloud <name>
For more information, check out the Genesis repo, or genesis help
.
You can download the Genesis program from Github