-
Notifications
You must be signed in to change notification settings - Fork 1
/
passa-states.yml
99 lines (86 loc) · 2.2 KB
/
passa-states.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
provider:
name: docker-swarm
managerIP: 192.168.99.100
provider:
name: lrz
username: ${LRZ_USERNAME}
password: ${LRZ_PASSWORD}
configFile: /Users/atakanyenel/Desktop/Computer_Science/go/src/github.com/Cloud-Pie/Passa/test/admin.conf
joinCommand: kubeadm join 10.155.209.32:6443 --token iok3y5.tl19pxm0ga2ptmxl --discovery-token-ca-cert-hash sha256:66675a910a53e6abd050b2bc2a4dde1f374450460d62921a7d58a2eaa1993e4b
provider:
name: aws
username: ${AWS_USERNAME}
password: ${AWS_PASSWORD}
configFile: /Users/atakanyenel/Desktop/Computer_Science/go/src/github.com/Cloud-Pie/Passa/test/admin.conf
joinCommand: kubeadm join 10.155.209.32:6443 --token iok3y5.tl19pxm0ga2ptmxl --discovery-token-ca-cert-hash sha256:66675a910a53e6abd050b2bc2a4dde1f374450460d62921a7d58a2eaa1993e4b
provider:
name: gce
clusterName: hpa-cluster
states:
- isodate: 2018-08-14T12:54:16.722357636+02:00
expectedtime: 2018-08-14T12:54:16.722357636+02:00
name: state-5
services:
relax_web:
cpu: 100
memory: 200
replicas: 3
vms:
m1.small: 2
m1.nano: 1
- isodate: 2018-08-29T12:54:16.722357636+02:00
expectedtime: 2018-04-18T12:54:16.722357636+02:00
name: state-4
relax_web:
cpu: 300
memory: 400
replicas: 2
vms:
m1.small: 3
m1.nano: 4
- isodate: 2018-10-21T12:54:16.722357636+02:00
expectedtime: 2018-10-21T12:54:16.722357636+02:00
name: state-2
services:
nginx:
cpu: 300
memory: 400
replicas: 2
vms:
t2.micro: 3
t2.large: 4
- isodate: 2018-09-09T12:54:16.722357636+02:00
expectedtime: 2018-04-18T12:54:16.722357636+02:00
name: state-1
services:
relax_web:
cpu: 300
memory: 400
replicas: 2
vms:
m1.small: 3
m1.nano: 4
- isodate: 2018-07-20T12:54:16.722357636+02:00
expectedtime: 2018-04-18T12:54:16.722357636+02:00
name: state-3
services:
relax_web:
cpu: 300
memory: 400
replicas: 2
vms:
m1.small: 3
m1.nano: 4
isodate: 2018-10-21T09:20:16.722357636+02:00
name: Scaling-State
services:
nginx:
cpu: 100mi
memory: 2000000000
replicas: 20
php-apache:
replicas: 2
vms:
t2.micro: 3
t2.large: 4
t2.medium: 0