Ubuntu Pastebin

Paste from ubuntu at Wed, 15 Jun 2016 19:23:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
"options":
  "tls": {}
  "leadership": {}
  "etcd": {}
  "basic":
    "use_venv": !!bool "false"
    "packages": []
    "include_system_packages": !!bool "false"
"includes":
- "layer:basic"
- "interface:tls"
- "layer:basic"
- "layer:basic"
- "layer:tls"
- "layer:leadership"
- "interface:etcd"
- "interface:etcd-proxy"
"ignore":
- "tests/10-tls-deploy.py"
"repo": "https://github.com/juju-solutions/layer-etcd.git"
"is": "etcd"

$ ls tests
00-setup
10-deploy
10-tls-deploy.py
Download as text