Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ params:
vault_vm_type: default # VMs should have at least 1 CPU, and 1GB of memory
```

# Features

## Dynamic Web

For those that wish to put their Vault instances behind a load balancer, simply
enable the `dynamic-web` feature and adjust your cloud config to have the IAAS
specific information for the `vm_extension` of `vault-loadbalancer`. If you
wish to specify a `vm_extension`, simply override via `params.vault_vm_extension`.

# Available Addons

Expand Down
4 changes: 4 additions & 0 deletions manifests/addons/dynamic-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: replace
path: /instance_groups/name=vault/vm_extensions?/-
value:
- (( grab params.vault_vm_extension || "vault-loadbalancer" ))