You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "In order to access your private nodes with a public SSH key you will need to set up a bastion host (a.k.a. jump box). If using public nodes, bastion is not needed. Left blank to not import keys."
description: "In order to access your private nodes with a public SSH key you will need to set up a bastion host (a.k.a. jump box). If using public nodes, bastion is not needed. Left blank to not import keys."
186
-
required: false
187
217
188
218
image_operating_system:
189
-
visible: #($show_advanced == ""Yes"")
190
-
eq:
191
-
- show_advanced
192
-
- "Yes"
193
219
type: enum
194
220
title: "Image OS"
195
221
description: "The OS/image installed on all nodes in the node pool."
196
222
enum:
197
223
- "Oracle Linux"
198
224
required: true
199
-
200
-
image_operating_system_version:
201
225
visible: #($show_advanced == ""Yes"")
202
226
eq:
203
227
- show_advanced
204
228
- "Yes"
229
+
230
+
image_operating_system_version:
205
231
type: string
206
232
required: true
207
233
title: "Image OS Version"
208
-
description: "The OS/image version installed on all nodes in the node pool."
234
+
description: "The OS/image version installed on all nodes in the node pool."
generate_public_ssh_key = true # if true, auto generate public and private keys and assign to the node pool.
20
24
public_ssh_key = "" # if generate_public_ssh_key=true, public_ssh_key is ignored. if generate_public_ssh_key=false, assign public_ssh_key, that can be nothing if ""
21
25
22
26
# MuShop
27
+
## Enable Mock Mode
23
28
mushop_mock_mode_all = false # Set to true if do not want to provision ATP, ObjectStorage and mock all services
0 commit comments