-
Notifications
You must be signed in to change notification settings - Fork 2
/
questions.yaml
301 lines (273 loc) · 9.21 KB
/
questions.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
#
# K2HDKC DBaaS Helm Chart
#
# Utility helper tools for Github Actions by AntPickax
#
# Copyright 2022 Yahoo Japan Corporation.
#
# K2HDKC DBaaS is a DataBase as a Service provided by Yahoo! JAPAN
# which is built K2HR3 as a backend and provides services in
# cooperation with Kubernetes.
# The Override configuration for K2HDKC DBaaS serves to connect the
# components that make up the K2HDKC DBaaS. K2HDKC, K2HR3, CHMPX,
# and K2HASH are components provided as AntPickax.
#
# For the full copyright and license information, please view
# the license file that was distributed with this source code.
#
# AUTHOR: Takeshi Nakatani
# CREATE: Tue Mar 9 2022
# REVISION:
#
#
# questinos.yaml for RANCHER
#
categories:
- Database
- KVS
questions:
#
# K2HR3 System to use
#
- variable: k2hr3.clusterName
default: ""
label: "Cluster(install) name of K2HR3 system"
description: "Specify a cluster name for K2HR3 system which is used for setup K2HDKC cluster, you need to install K2HR3 system before installing this chart."
type: string
required: true
group: "K2HR3 System to use"
min_length: 0
max_length: 255
- variable: k2hr3.unscopedToken
default: ""
label: "Unscoped Token for K2HR3 system"
description: "Specify the Unscoped Token for K2HR3 system which is used for setup K2HDKC cluster, you can get this value from your K2HR3 Web Application UI."
type: string
required: true
group: "K2HR3 System to use"
min_length: 0
max_length: 1023
#
# K2HDKC Server
#
- variable: dbaas.server.count
default: 2
label: "K2HDKC Server Count"
description: "Specify the server count in K2HKDC cluster, default is \"2\"."
type: int
required: false
group: "K2HDKC Server"
min: 2
max: 64
- variable: dbaas.server.port
default: 8020
label: "K2HDKC Server Port"
description: "Specify the port number for K2HDKC servers, default is \"8020\"."
type: int
required: false
group: "K2HDKC Server"
min: 1024
max: 49151
- variable: dbaas.server.ctlport
default: 8021
label: "K2HDKC Server Control Port"
description: "Specify the control port number for K2HDKC servers, default is \"8021\"."
type: int
required: false
group: "K2HDKC Server"
min: 1024
max: 49151
- variable: images.dkc.fullImageName
default: ""
label: "Image organization and name and version for K2HDKC"
description: "Specify the organaization and name and version for K2HDKC image, default is empty string in which case \"antpickax/k2hdkc:X.Y.Z\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.dkc.organization
default: ""
label: "Image Organaization name for K2HDKC"
description: "Specify the organaization for the K2HDKC image, default is empty string in which case \"antpickax\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.dkc.imageName
default: ""
label: "Image name for K2HDKC"
description: "Specify the image name for K2HDKC image, default is empty string in which case \"k2hdkc\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.dkc.version
default: ""
label: "Image version for K2HDKC"
description: "Specify the version for K2HDKC image, default is empty string in which case one of version number will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 31
- variable: images.chmpx.fullImageName
default: ""
label: "Image organization and name and version for CHMPX"
description: "Specify the organaization and name and version for CHMPX image, default is empty string in which case \"antpickax/chmpx:X.Y.Z\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.chmpx.organization
default: ""
label: "Image Organaization name for CHMPX"
description: "Specify the organaization for CHMPX image, default is empty string in which case \"antpickax\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.chmpx.imageName
default: ""
label: "Image name for CHMPX"
description: "Specify the image name for CHMPX image, default is empty string in which case \"chmpx\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.chmpx.version
default: ""
label: "Image version for CHMPX"
description: "Specify the version for CHMPX image, default is empty string in which case one of version number will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 31
- variable: images.init.fullImageName
default: ""
label: "Image organization and name and version for initialization/setup"
description: "Specify the organaization and name and version for initialization/setup image, default is empty string in which case \"alpine:X.Y.Z\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.init.organization
default: ""
label: "Image Organaization name for initialization/setup"
description: "Specify the organaization for initialization/setup image, default is empty string in which case \"(empty)\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.init.imageName
default: ""
label: "Image name for initialization/setup"
description: "Specify the image name for initialization/setup image, default is empty string in which case \"alpine\" will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 63
- variable: images.init.version
default: ""
label: "Image version for initialization/setup"
description: "Specify the version for initialization/setup image, default is empty string in which case one of version number will be used."
type: string
required: false
group: "K2HDKC Server"
min_length: 0
max_length: 31
#
# K2HDKC Client
#
- variable: dbaas.slave.count
default: 2
label: "K2HDKC Client(Slave) Count"
description: "Specify the client(slave) count in K2HKDC cluster, default is \"2\"."
type: int
required: false
group: "K2HDKC Client"
min: 2
max: 64
- variable: dbaas.slave.ctlport
default: 8022
label: "K2HDKC Slave Control Port"
description: "Specify the control port number for K2HDKC slaves, default is \"8022\"."
type: int
required: false
group: "K2HDKC Client"
min: 1024
max: 49151
- variable: dbaas.slave.image
default: ""
label: "Image for K2HDKC Client(Slave)"
description: "Specifies the custom image for K2HDKC client(slave) container. Prepare an image that contains the program you want to run as a K2HDKC client and specify it to this value. This custom image run on a container for the K2HDKC client(slave), so you must specify an image that contains CHMPX. If empty string, \"antpickax/k2hdkc:x.y.z\" is set as default."
type: string
required: false
group: "K2HDKC Client"
min_length: 0
max_length: 63
- variable: dbaas.slave.command
default: ""
label: "Command for K2HDKC Client"
description: "Specifies the command for K2HDKC client. This value is passed as a command option in the kubernetes container. If empty string, \"/bin/sh\" is set as default. (Normally, \"command\"/\"args\"/\"files\"/\"expandFiles\" can be specified as an array, so if it gets complicated, it is recommended to edit YAML directly.)"
type: string
required: false
group: "K2HDKC Client"
min_length: 0
max_length: 2047
- variable: dbaas.slave.args
default: ""
label: "Args for K2HDKC Client"
description: "Specifies the args for K2HDKC client. This value is passed as an args option in the kubernetes container. If empty string, \"dbaas-k2hdkc-dummyslave.sh\" is set as default. (Normally, \"command\"/\"args\"/\"files\"/\"expandFiles\" can be specified as an array, so if it gets complicated, it is recommended to edit YAML directly.)"
type: string
required: false
group: "K2HDKC Client"
min_length: 0
max_length: 2047
#
# PROXY Environments
#
- variable: dbaas.env.httpProxy
default: ""
label: "HTTP PROXY environment"
description: "Specify the HTTP PROXY for K2HDKC Cluster, default is empty. Specify PROXY host and port(ex. http://proxy.local:8080) when connecting to an external network."
type: string
required: false
group: "PROXY Environments"
min_length: 0
max_length: 255
- variable: dbaas.env.httpsProxy
default: ""
label: "HTTPS PROXY environment"
description: "Specify the HTTPS PROXY for K2HDKC Cluster, default is empty. Specify PROXY host and port(ex. http://proxy.local:8080) when connecting to an external network."
type: string
required: false
group: "PROXY Environments"
min_length: 0
max_length: 255
- variable: dbaas.env.noProxy
default: ""
label: "NO PROXY environment"
description: "Specify the NO PROXY for K2HDKC Cluster, default is empty. Specify hosts and IP addresses(ex. internal,127.1.1.1)."
type: string
required: false
group: "PROXY Environments"
min_length: 0
max_length: 2047
#
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: expandtab sw=4 ts=4 fdm=marker
# vim<600: expandtab sw=4 ts=4
#