Skip to content

Commit

Permalink
Add dynamic-web feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McCaskill committed Jan 7, 2021
1 parent 3821e50 commit ec93b3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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" ))

0 comments on commit ec93b3f

Please sign in to comment.