-
Notifications
You must be signed in to change notification settings - Fork 4
/
develop.yaml
39 lines (39 loc) · 1.09 KB
/
develop.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
kubernetes:
series: trusty
services:
kubernetes-master:
charm: kubernetes-master
# branch: lp:~hazmat/charms/trusty/kubernetes-master/trunk
annotations:
"gui-x": "1536.565185546875"
"gui-y": "280.21742248535156"
flannel:
charm: flannel
# branch: lp:~hazmat/charms/trusty/flannel/trunk
num_units: 2
options:
container_type: docker
docker_origin: distro
annotations:
"gui-x": "896.260986328125"
"gui-y": "298.6087341308594"
kubernetes:
charm: kubernetes
# branch: lp:~hazmat/charms/trusty/kubernetes/trunk
num_units: 2
to: [flannel, flannel]
annotations:
"gui-x": "1219.8695068359375"
"gui-y": "430.04345703125"
etcd:
charm: etcd
# branch: lp:~hazmat/charms/trusty/etcd/trunk
annotations:
"gui-x": "1217.3477783203125"
"gui-y": "142.39132690429688"
relations:
- ['etcd', 'flannel']
- ['etcd', 'kubernetes']
- ['etcd', 'kubernetes-master']
- ['flannel', 'kubernetes']
- ['kubernetes-master', 'kubernetes']