-
Notifications
You must be signed in to change notification settings - Fork 9
/
group.py.schema
109 lines (102 loc) · 1.95 KB
/
group.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
101
102
103
104
105
106
107
108
imports:
- path: naming.py
- path: startupCommon.sh
- path: server.sh
- path: syncGateway.sh
- path: successNotification.sh
required:
- license
- serverVersion
- syncGatewayVersion
- couchbaseUsername
- couchbasePassword
- region
- cluster
- group
- runtimeconfigName
- nodeType
- services
properties:
license:
enum:
- byol
- hourly-pricing
description: Type of Couchbase license to be supported by the deployment.
serverVersion:
type: string
default: 6.6.0
enum:
- 6.6.0
- 6.5.1
- 6.5.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
syncGatewayVersion:
type: string
default: 2.7.3
enum:
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.0
- 1.5.2
- 1.5.1
couchbaseUsername:
type: string
default: couchbase
couchbasePassword:
type: string
region:
type: string
description: GCE region name - the instance group location.
cluster:
type: string
description: The containing cluster resource name.
group:
type: string
description: The group resource name.
runtimeconfigName:
type: string
description: The runtime config resource name. Used for notifying DM about the deployment status.
useImageFamily:
type: boolean
default: false
nodeCount:
type: integer
default: 3
minimum: 1
description: The target size for the instance group.
nodeType:
type: string
description: GCE instance type name.
diskSize:
type: integer
default: 500
minimum: 10
services:
type: array
description: A list of Couchbase services to be included in the instance group.