-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbundles.yaml
56 lines (56 loc) · 1.48 KB
/
bundles.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
envExport:
services:
"hkp1-hockeypuck":
charm: "cs:~hockeypuck/trusty/hockeypuck-8"
num_units: 1
annotations:
"gui-x": "523"
"gui-y": "274.5"
"hkp1-mongodb":
charm: "cs:trusty/mongodb-18"
num_units: 1
options:
dbpath: /mnt
annotations:
"gui-x": "753.7806788511749"
"gui-y": "274.5"
"hkp1-haproxy":
charm: "cs:trusty/haproxy-6"
num_units: 1
expose: true
annotations:
"gui-x": "638.3903394255875"
"gui-y": "74.63806941226437"
"hkp2-hockeypuck":
charm: "cs:~hockeypuck/trusty/hockeypuck-8"
num_units: 1
annotations:
"gui-x": "407.60966057441254"
"gui-y": "74.63806941226437"
"hkp2-mongodb":
charm: "cs:trusty/mongodb-18"
num_units: 1
options:
dbpath: /mnt
annotations:
"gui-x": "292.2193211488251"
"gui-y": "274.5"
"hkp2-haproxy":
charm: "cs:trusty/haproxy-6"
num_units: 1
expose: true
annotations:
"gui-x": "407.60966057441254"
"gui-y": "474.3619305877356"
relations:
- - "hkp1-mongodb:database"
- "hkp1-hockeypuck:mongodb"
- - "hkp1-haproxy:reverseproxy"
- "hkp1-hockeypuck:website"
- - "hkp2-mongodb:database"
- "hkp2-hockeypuck:mongodb"
- - "hkp2-haproxy:reverseproxy"
- "hkp2-hockeypuck:website"
- - "hkp1-hockeypuck:keymaster"
- "hkp2-hockeypuck:gatekeeper"
series: trusty