Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
series: xenial
description: |
Consul, Consul-agent, Vault bundle
tags:
- security
services:
vault:
charm: cs:~jamesbeedy/vault-12
num_units: 3
annotations:
gui-x: '1200'
gui-y: '300'
consul:
charm: cs:~jamesbeedy/consul-1
num_units: 3
annotations:
gui-x: '1200'
gui-y: '600'
consul-agent:
charm: cs:~jamesbeedy/consul-agent-6
annotations:
gui-x: '900'
gui-y: '300'
relations:
- - consul:api
- consul-agent:consul
- - vault:consul-agent
- consul-agent:consul-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment