Skip to content

Instantly share code, notes, and snippets.

@jamesbeedy
Last active August 17, 2016 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesbeedy/102d1bbcfe5dbf6227f014348026d0a3 to your computer and use it in GitHub Desktop.
Save jamesbeedy/102d1bbcfe5dbf6227f014348026d0a3 to your computer and use it in GitHub Desktop.
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