-
Notifications
You must be signed in to change notification settings - Fork 12
/
datastax.py.schema
100 lines (92 loc) · 1.76 KB
/
datastax.py.schema
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
100
imports:
- path: regional_multi_vm.py
- path: common/common.py
name: common.py
- path: common/default.py
name: default.py
- path: common/vm_instance.py
name: vm_instance.py
- path: common/vm_multiple_instances.py
name: vm_multiple_instances.py
required:
- network
- opsCenterZone
- nodesPerZone
- machineType
- diskSize
- dataDiskType
properties:
network:
type: string
default: default
x-googleProperty:
type: GCE_NETWORK
opsCenterZone:
type: string
default: us-central1-f
x-googleProperty:
type: GCE_ZONE
nodesPerZone:
type: integer
default: 3
machineType:
type: string
default: n1-standard-8
x-googleProperty:
type: GCE_MACHINE_TYPE
zoneProperty: opsCenterZone
gceMachineType:
minCpu: 4
minRamGb: 15
diskSize:
type: integer
default: 500
x-googleProperty:
type: GCE_DISK_SIZE
gceDiskSize:
diskTypeProperty: dataDiskType
dataDiskType:
type: string
default: pd-ssd
x-googleProperty:
type: GCE_DISK_TYPE
zoneProperty: opsCenterZone
usEast1b:
type: boolean
default: true
usEast1c:
type: boolean
default: false
usEast1d:
type: boolean
default: false
usCentral1a:
type: boolean
default: false
usCentral1b:
type: boolean
default: false
usCentral1c:
type: boolean
default: false
usCentral1f:
type: boolean
default: false
europeWest1b:
type: boolean
default: true
europeWest1c:
type: boolean
default: false
europeWest1d:
type: boolean
default: false
asiaEast1a:
type: boolean
default: true
asiaEast1b:
type: boolean
default: false
asiaEast1c:
type: boolean
default: false