-
Notifications
You must be signed in to change notification settings - Fork 0
/
warden-cloud-config.yml
75 lines (68 loc) · 1.32 KB
/
warden-cloud-config.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
azs:
- name: z1
- name: z2
- name: z3
networks:
- name: dynamic
type: manual
subnets:
- range: 10.0.2.0/24
gateway: 10.0.2.1
dns: [8.8.8.8]
az: z1
- range: 10.0.3.0/24
gateway: 10.0.3.1
dns: [8.8.8.8]
az: z2
- range: 10.0.4.0/24
gateway: 10.0.4.1
az: z3
- name: static
type: manual
subnets:
- range: 10.0.16.0/24
gateway: 10.0.16.1
dns: [8.8.8.8]
static: ['10.0.16.4 - 10.0.16.254']
az: z1
- range: 10.0.17.0/24
gateway: 10.0.17.1
dns: [8.8.8.8]
static: ['10.0.17.4 - 10.0.17.254']
az: z2
- range: 10.0.18.0/24
gateway: 10.0.18.1
dns: [8.8.8.8]
static: ['10.0.18.4 - 10.0.18.254']
az: z3
- name: elastic
type: manual
subnets:
- range: 10.244.0.0/24
gateway: 10.244.0.1
dns: [8.8.8.8]
reserved: ['10.244.0.2', '10.244.0.3']
static: ['10.244.0.34', '10.244.0.35', '10.244.0.36']
az: z1
- name: public
type: manual
subnets:
- range: 10.0.0.0/24
gateway: 10.0.0.1
dns: [8.8.8.8]
reserved: ['10.0.0.2', '10.0.0.3']
static: ['10.0.0.4', '10.0.0.5', '10.0.0.6']
az: z1
vm_types:
- name: default
cloud_properties: { name: random }
disk_types:
- name: default
disk_size: 2048
compilation:
network: dynamic
reuse_compilation_vms: true
workers: 10
az: z1
cloud_properties:
name: random