-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathschema.yaml
847 lines (771 loc) · 23.3 KB
/
schema.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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
title: "BeeGFS Deployment"
schemaVersion: 1.0.0
version: "20200303"
locale: "en"
groupings:
- title: "Hidden General Configuration"
visible: false
variables:
- tenancy_ocid
- compartment_ocid
- region
- scripts_directory
- ssh_user
- volume_attach_device_mapping
- volume_type_vpus_per_gb_mapping
- ad_number
- images
- mp_listing_id
- mp_listing_resource_id
- mp_listing_resource_version
- use_marketplace_image
- ha_vip_mapping
- hpc_cn_mp_listing_id
- hpc_cn_mp_listing_resource_id
- hpc_cn_mp_listing_resource_version
- title: "VCN Configuration"
visible: true
variables:
- use_existing_vcn
- vpc_cidr
- vcn_id
- bastion_subnet_id
- storage_subnet_id
- fs_subnet_id
- title: "General Deployment Configuration"
visible: true
variables:
- ssh_public_key
- ad_name
- use_custom_name
- cluster_name
- beegfs_high_availability
- management_high_availability
- management_vip_private_ip
- metadata_high_availability
- metadata_use_shared_disk
- metadata_vip_private_ip
- storage_high_availability
- storage_use_shared_disk
- storage_vip_private_ip
- title: "Bastion Instance Configuration"
visible: true
variables:
- bastion_shape
- bastion_ocpus
- bastion_node_count
- bastion_hostname_prefix
- title: "BeeGFS Management Service Configuration"
visible: true
variables:
- management_server_shape
- management_server_ocpus
- management_server_node_count
- management_server_hostname_prefix
- management_server_disk_count
- management_server_disk_size
- management_server_disk_vpus_per_gb
- title: "BeeGFS Metadata Service Configuration"
visible: true
variables:
- metadata_server_shape
- metadata_server_ocpus
- metadata_server_node_count
- metadata_server_hostname_prefix
- metadata_server_disk_count
- metadata_server_disk_size
- metadata_server_disk_vpus_per_gb
- title: "BeeGFS Storage Service Configuration"
visible: true
variables:
- storage_server_shape
- storage_server_ocpus
- storage_server_node_count
- storage_server_hostname_prefix
- title: "BeeGFS Storage Tiering Configuration"
visible: true
variables:
- storage_tier_1_disk_type
- storage_tier_1_disk_count
- storage_tier_1_disk_size
- storage_tier_2_disk_type
- storage_tier_2_disk_count
- storage_tier_2_disk_size
- storage_tier_3_disk_type
- storage_tier_3_disk_count
- storage_tier_3_disk_size
- storage_tier_4_disk_type
- storage_tier_4_disk_count
- storage_tier_4_disk_size
- title: "BeeGFS Client Instance Configuration"
visible: true
variables:
- create_client_nodes
- client_node_shape
- client_node_ocpus
- client_node_count
- client_node_hostname_prefix
- beegfs_stripe_size
- beegfs_mount_point
# Add variable here , if you want to do input validation or else it does not need to be included here.
variables:
ssh_public_key:
title: "SSH Public Key"
description: "Public key for all compute instances."
type: string
required: true
ad_name:
title: "Availability Domain"
description: "Availability Domain where filesystem is deployed."
type: oci:identity:availabilitydomain:name
dependsOn:
compartmentId: ${compartment_ocid}
required: true
bastion_shape:
title: "Bastion Compute Shape"
description: "Shape for bastion instances."
default: "VM.Standard2.2"
required: true
type: enum
enum:
- "VM.DenseIO2.8"
- "VM.DenseIO2.16"
- "VM.DenseIO2.24"
- "VM.Standard2.1"
- "VM.Standard2.2"
- "VM.Standard2.4"
- "VM.Standard2.8"
- "VM.Standard2.16"
- "VM.Standard2.24"
- "VM.Standard.E2.1"
- "VM.Standard.E2.2"
- "VM.Standard.E2.4"
- "VM.Standard.E2.8"
- "VM.Standard.E3.Flex"
- "VM.GPU3.1"
- "VM.GPU3.2"
- "VM.GPU3.4"
- "BM.Standard2.52"
- "BM.Standard.E2.64"
- "BM.Standard.E3.128"
- "BM.DenseIO2.52"
- "BM.HPC2.36"
- "BM.GPU3.8"
bastion_ocpus:
title: Cores
type: integer
description: Number of OCPU's for flex shape
minimum: 1
maximum: 64
default: 2
visible:
eq:
- ${bastion_shape}
- "VM.Standard.E3.Flex"
required: true
bastion_node_count:
title: "Number of bastion"
description: "Number of bastion instances."
type: integer
default: 1
minimum: 1
maximum: 1
required: true
bastion_hostname_prefix:
type: string
required: true
default: "bastion-"
description: "Bastion hostname prefix "
management_server_shape:
title: "Management Server Compute Shape"
description: "Shape for management server instances."
default: "VM.Standard2.2"
required: true
type: enum
enum:
- "VM.DenseIO2.8"
- "VM.DenseIO2.16"
- "VM.DenseIO2.24"
- "VM.Standard2.1"
- "VM.Standard2.2"
- "VM.Standard2.4"
- "VM.Standard2.8"
- "VM.Standard2.16"
- "VM.Standard2.24"
- "VM.Standard.E2.1"
- "VM.Standard.E2.2"
- "VM.Standard.E2.4"
- "VM.Standard.E2.8"
- "VM.Standard.E3.Flex"
- "VM.GPU3.1"
- "VM.GPU3.2"
- "VM.GPU3.4"
- "BM.Standard2.52"
- "BM.Standard.E2.64"
- "BM.Standard.E3.128"
- "BM.DenseIO2.52"
- "BM.HPC2.36"
- "BM.GPU3.8"
management_server_ocpus:
title: Cores
type: integer
description: Number of OCPU's for flex shape
minimum: 1
maximum: 64
default: 2
visible:
eq:
- ${management_server_shape}
- "VM.Standard.E3.Flex"
required: true
management_server_node_count:
title: "Number of management server"
description: "Number of management server instances. Minimum one instance required for non high availability setup and two for highly available management service."
type: integer
default: 1
minimum: 1
maximum: 2
required: true
management_server_hostname_prefix:
type: string
required: true
default: "mgs-server-"
description: "Management server hostname prefix "
management_server_disk_count:
title: "Number of block volumes"
description: "Number of block volumes for each management server. Local NVME will be prefered (and block unused) if available. Maximum 1 local NVMe SSD or 1 Block Volume allowed. Min: 0. "
type: integer
default: 1
minimum: 0
maximum: 1
required: true
management_server_disk_size:
title: "Block volume size"
description: "Size in GB for block volumes attached to management server, min 50GB is more than enough."
type: integer
default: 50
minimum: 50
maximum: 32768
required: true
management_server_disk_vpus_per_gb:
description: "Block volume performance"
type: enum
enum:
- "Local_NVMe_SSD"
- "High"
- "Balanced"
- "Low"
required: true
default: "Balanced"
metadata_server_shape:
title: "Metadata Server Compute Shape"
description: "Shape for metadata server instances."
default: "VM.Standard2.8"
required: true
type: enum
enum:
- "VM.DenseIO2.8"
- "VM.DenseIO2.16"
- "VM.DenseIO2.24"
- "VM.Standard2.1"
- "VM.Standard2.2"
- "VM.Standard2.4"
- "VM.Standard2.8"
- "VM.Standard2.16"
- "VM.Standard2.24"
- "VM.Standard.E2.1"
- "VM.Standard.E2.2"
- "VM.Standard.E2.4"
- "VM.Standard.E2.8"
- "VM.Standard.E3.Flex"
- "VM.GPU3.1"
- "VM.GPU3.2"
- "VM.GPU3.4"
- "BM.Standard2.52"
- "BM.Standard.E2.64"
- "BM.Standard.E3.128"
- "BM.DenseIO2.52"
- "BM.HPC2.36"
- "BM.GPU3.8"
metadata_server_ocpus:
title: Cores
type: integer
description: Number of OCPU's for flex shape
minimum: 1
maximum: 64
default: 2
visible:
eq:
- ${metadata_server_shape}
- "VM.Standard.E3.Flex"
required: true
metadata_server_node_count:
title: "Number of metadata server"
description: "Number of metadata server instances."
type: integer
minimum: 1
default: 1
required: true
metadata_server_hostname_prefix:
type: string
required: true
default: "metadata-server-"
description: "Metadata server hostname prefix "
metadata_server_disk_count:
title: "Number of block volumes"
description: "Number of block volumes for each metadata server. if >1 disks will form a RAID0 array. Local NVME will be prefered (and block unused) if available."
type: integer
default: 1
minimum: 0
maximum: 1
required: true
metadata_server_disk_size:
title: "Block volume size"
description: "Size in GB for block volumes attached to metadata server, min 50. Example - 500GB High Performance Block Volume will give you 35K IOPS and should be enough to store 150 million files."
type: integer
default: 500
minimum: 50
maximum: 32768
required: true
metadata_server_disk_vpus_per_gb:
description: "Block volume performance"
type: enum
enum:
- "High"
- "Balanced"
- "Low"
required: true
default: "High"
storage_server_shape:
title: "Storage Server Compute Shape"
description: "Shape for storage server instances."
default: "BM.Standard2.52"
required: true
type: enum
enum:
- "VM.DenseIO2.8"
- "VM.DenseIO2.16"
- "VM.DenseIO2.24"
- "VM.Standard2.1"
- "VM.Standard2.2"
- "VM.Standard2.4"
- "VM.Standard2.8"
- "VM.Standard2.16"
- "VM.Standard2.24"
- "VM.Standard.E2.1"
- "VM.Standard.E2.2"
- "VM.Standard.E2.4"
- "VM.Standard.E2.8"
- "VM.Standard.E3.Flex"
- "VM.GPU3.1"
- "VM.GPU3.2"
- "VM.GPU3.4"
- "BM.Standard2.52"
- "BM.Standard.E2.64"
- "BM.Standard.E3.128"
- "BM.DenseIO2.52"
- "BM.HPC2.36"
- "BM.GPU3.8"
storage_server_ocpus:
title: Cores
type: integer
description: Number of OCPU's for flex shape
minimum: 1
maximum: 64
default: 2
visible:
eq:
- ${storage_server_shape}
- "VM.Standard.E3.Flex"
required: true
storage_server_node_count:
title: "Number of storage server"
description: "Number of storage server instances."
type: integer
default: 2
minimum: 1
required: true
storage_server_hostname_prefix:
type: string
required: true
default: "storage-server-"
description: "Storage server hostname prefix "
storage_tier_1_disk_type:
title: "Storage tier-1 disk type"
description: "Use Local_NVMe_SSD value only if DenseIO shape was selected for Storage server. Otherwise select block volume storage types (high, balanced, low) based on your performance needs. Valid values are Local_NVMe_SSD, High, Balanced, Low."
type: enum
enum:
- "Local_NVMe_SSD"
- "High"
- "Balanced"
- "Low"
required: true
default: "High"
storage_tier_1_disk_count:
title: "Number of block volumes"
description: "Number of local NVMe SSD/block volume disk. Each attached as JBOD (no RAID)."
type: integer
default: 8
minimum: 1
maximum: 31
required: true
visible:
not:
- eq:
- ${storage_tier_1_disk_type}
- "Local_NVMe_SSD"
storage_tier_1_disk_size:
title: "Block volume size"
description: "If Storage Tier-1 Disk Type is Local_NVMe_SSD, then this field will be ignored. Otherwise set Size in GB for each block volume/disk, min 50."
type: integer
default: 800
minimum: 50
maximum: 32768
required: true
visible:
not:
- eq:
- ${storage_tier_1_disk_type}
- "Local_NVMe_SSD"
storage_tier_2_disk_type:
title: "Storage tier-2 disk type"
description: "Select block volume storage types (high, balanced, low) based on your performance needs. Valid values are None, High, Balanced or Low."
default: None
type: enum
enum:
- "None"
- "High"
- "Balanced"
- "Low"
required: false
storage_tier_2_disk_count:
title: "Number of block volumes"
description: "Number of block volume disk per instance. Each attached as JBOD (no RAID)."
type: integer
default: 0
minimum: 0
maximum: 31
required: false
storage_tier_2_disk_size:
title: "Block volume size"
description: "Size in GB for each block volume/disk, min 50."
type: integer
default: 50
minimum: 50
maximum: 32768
required: false
storage_tier_3_disk_type:
title: "Storage tier-3 disk type"
description: "Select None or block volume storage types (high, balanced, low) based on your performance needs. Valid values are None, Balanced or Low."
default: None
type: enum
enum:
- "None"
- "Balanced"
- "Low"
required: false
storage_tier_3_disk_count:
title: "Number of block volumes"
description: "Number of block volume disk per instance. Each attached as JBOD (no RAID)."
type: integer
default: 0
minimum: 0
maximum: 31
required: false
storage_tier_3_disk_size:
title: "Block volume size"
description: "Size in GB for each block volume/disk, min 50."
type: integer
default: 50
minimum: 50
maximum: 32768
required: false
storage_tier_4_disk_type:
title: "Storage tier-4 disk type"
description: "Select None or block volume storage types (high, balanced, low) based on your performance needs. Valid values are None or Low."
default: None
type: enum
enum:
- "None"
- "Low"
required: false
storage_tier_4_disk_count:
title: "Number of block volumes"
description: "Number of block volume disk per instance. Each attached as JBOD (no RAID)."
type: integer
default: 0
minimum: 0
maximum: 31
required: false
storage_tier_4_disk_size:
title: "Block volume size"
description: "Size in GB for each block volume/disk, min 50."
type: integer
default: 50
minimum: 50
maximum: 32768
required: false
create_client_nodes:
type: boolean
title: "Create Client/Compute Nodes"
description: "Select checkbox, if you want to create compute nodes to mount the filesystem"
required: false
default: false
client_node_shape:
title: "Client Compute Shape"
description: "Shape for client instances."
default: "VM.Standard2.24"
visible: ${create_client_nodes}
required: true
type: enum
enum:
- "VM.DenseIO2.8"
- "VM.DenseIO2.16"
- "VM.DenseIO2.24"
- "VM.Standard2.1"
- "VM.Standard2.2"
- "VM.Standard2.4"
- "VM.Standard2.8"
- "VM.Standard2.16"
- "VM.Standard2.24"
- "VM.Standard.E2.1"
- "VM.Standard.E2.2"
- "VM.Standard.E2.4"
- "VM.Standard.E2.8"
- "VM.Standard.E3.Flex"
- "VM.GPU3.1"
- "VM.GPU3.2"
- "VM.GPU3.4"
- "BM.Standard2.52"
- "BM.Standard.E2.64"
- "BM.Standard.E3.128"
- "BM.DenseIO2.52"
- "BM.HPC2.36"
- "BM.GPU3.8"
client_node_ocpus:
title: Cores
type: integer
description: Number of OCPU's for flex shape
minimum: 1
maximum: 64
default: 2
visible:
eq:
- ${client_node_shape}
- "VM.Standard.E3.Flex"
required: true
client_node_count:
title: "Number of clients"
description: "Number of client instances."
type: integer
default: 1
minimum: 0
visible: ${create_client_nodes}
required: false
client_node_hostname_prefix:
type: string
required: false
default: "client-"
description: "Client hostname prefix "
visible: ${create_client_nodes}
beegfs_stripe_size:
type: string
required: true
default: "1m"
description: "Default file stripe size (aka chunk_size) used by clients to striping file data and send to desired number of storage targets (OSTs). Example: 1m, 512k, 2m, etc"
visible: ${create_client_nodes}
beegfs_mount_point:
type: string
required: true
default: "/mnt/beegfs"
description: "Mount point on client instances for BeeGFS filesystem. "
visible: ${create_client_nodes}
beegfs_high_availability:
type: boolean
required: false
default: false
description: "Select checkbox to deploy BeeGFS file system with high availability."
visible: true
management_high_availability:
type: boolean
required: false
default: false
description: "Select checkbox to deploy BeeGFS Management service with high availability(HA). Two nodes configured with Network Attached Shared Disk/Block Volume Storage and Corosync/Pacemaker for HA"
visible: ${beegfs_high_availability}
metadata_high_availability:
type: boolean
required: false
default: false
description: "Select checkbox to deploy BeeGFS Metadata service with high availability(HA)."
visible: ${beegfs_high_availability}
storage_high_availability:
type: boolean
required: false
default: false
description: "Select checkbox to deploy BeeGFS Storage service with high availability(HA)."
visible: ${beegfs_high_availability}
metadata_use_shared_disk:
type: boolean
required: false
default: false
description: "Select checkbox to use Network Attached Shared Disks for high availability(HA) to reduce storage cost. If checkbox is not selected, it will use BeeGFS Buddy Mirror/Replication for HA."
visible:
and:
- ${beegfs_high_availability}
- ${metadata_high_availability}
storage_use_shared_disk:
type: boolean
required: false
default: false
description: "Select checkbox to use Network Attached Shared Disks for high availability(HA) to reduce storage cost. If checkbox is not selected, it will use BeeGFS Buddy Mirror/Replication for HA."
visible:
and:
- ${beegfs_high_availability}
- ${storage_high_availability}
ad_number:
description: "Shadowed TF value to ignore"
type: integer
required: true
default: -1
scripts_directory:
type: string
required: true
default: "script"
description: "Folder which has all the scripts."
ssh_user:
type: string
required: true
default: "opc"
description: "opc for OracleLinux & CentOS, ubuntu for Ubuntu OS."
mp_listing_id:
type: string
required: true
description: "Marketplace Listing ID"
mp_listing_resource_id:
type: oci:core:image:id
required: true
description: "Marketplace Image OCID"
dependsOn:
compartmentId: ${compartment_ocid}
mp_listing_resource_version:
type: string
required: true
description: "Marketplace Listing package version"
use_existing_vcn:
type: boolean
title: "Use Existing VCN"
description: "Select checkbox, to use existing VCN, otherwise new VCN, subnets and related network resources will be created"
required: false
default: false
vpc_cidr:
title: "VPC CIDR"
description: "Network CIDR to use for VPC/VCN."
type: string
default: "10.0.0.0/16"
required: true
visible:
not:
- ${use_existing_vcn}
vcn_id:
type: oci:core:vcn:id
title: "Existing VCN OCID"
description: "Existing VCN OCID"
dependsOn:
compartmentId: ${compartment_ocid}
visible: ${use_existing_vcn}
required: true
bastion_subnet_id:
type: oci:core:subnet:id
title: "Bastion Subnet OCID"
description: "Public Subnet OCID to deploy a Bastion node to access the file system nodes in private subnets. Ensure the Subnet is regional subnet or is in the same Availability Domain selected in this deployment template"
dependsOn:
compartmentId: ${compartment_ocid}
vcnId: ${vcn_id}
hidePrivateSubnet: true
visible: ${use_existing_vcn}
required: true
storage_subnet_id:
type: oci:core:subnet:id
title: "Storage Subnet OCID"
description: "Private Subnet OCID for file servers to use for their primary NIC (NIC0) and Primary VNIC. File servers use this subnet to read/write data to Storage. Ensure the Subnet is regional subnet or is in the same Availability Domain selected in this deployment template"
dependsOn:
compartmentId: ${compartment_ocid}
vcnId: ${vcn_id}
hidePublicSubnet: true
visible: ${use_existing_vcn}
required: true
fs_subnet_id:
type: oci:core:subnet:id
title: "Filesystem Subnet OCID"
description: "Private Subnet for file servers and client nodes to send and receive data to each other. This subnet is not used to send/receive data to Storage system. Ensure the Subnet is regional subnet or is in the same Availability Domain selected in this deployment template"
dependsOn:
compartmentId: ${compartment_ocid}
vcnId: ${vcn_id}
hidePublicSubnet: true
visible: ${use_existing_vcn}
required: true
management_vip_private_ip:
type: string
title: "Management Virtual IP for HA (Highly Availability)"
description: "Floating Virtual IP to assign to an active node in an active/passive HA cluster. Only one VIP is needed. Provide an unused private IP from FS private subnet. Refer to network architecture diagrams here: https://github.com/oracle-quickstart/oci-beegfs."
required: false
default: "10.0.2.254"
visible:
and:
- ${beegfs_high_availability}
- ${management_high_availability}
metadata_vip_private_ip:
type: string
title: "Metadata Virtual IPs for HA (Highly Availability)"
description: "Floating Virtual IPs to assign to each active node in an active/passive HA pair. For every two Metadata servers, one VIP is needed. If you have four Metadata servers, then two VIPs need to be provided as a comma seperated list. Provide an unused private IP from FS private subnet. Refer to network architecture diagrams here: https://github.com/oracle-quickstart/oci-beegfs."
required: false
default: "10.0.2.253,10.0.2.252"
visible:
and:
- ${beegfs_high_availability}
- ${metadata_high_availability}
- ${metadata_use_shared_disk}
storage_vip_private_ip:
type: string
title: "Storage Virtual IPs for HA (Highly Availability)"
description: "Floating Virtual IPs to assign to each active node in an active/passive HA pair. For every two Storage servers, one VIP is needed. If you have four Storage servers, then two VIPs need to be provided as a comma seperated list. Provide an unused private IP from FS private subnet. Refer to network architecture diagrams here: https://github.com/oracle-quickstart/oci-beegfs."
required: false
default: "10.0.2.251,10.0.2.250"
visible:
and:
- ${beegfs_high_availability}
- ${storage_high_availability}
- ${storage_use_shared_disk}
use_custom_name:
type: boolean
title: "use custom cluster name"
description: "Use custom name for the cluster"
required: false
default: false
cluster_name:
title: "Name of the cluster"
description: "Custom cluster name"
type: string
visible:
and:
- ${use_custom_name}
ha_vip_mapping:
type: string
title: "ha_vip_mapping"
description: "Variable Map to use default VIP for HA failover."
default: ""
hpc_cn_mp_listing_id:
type: string
title: "hpc_cn_mp_listing_id"
description: "hpc_cn_mp_listing_id."
default: ""
hpc_cn_mp_listing_resource_id:
type: string
title: "hpc_cn_mp_listing_resource_id"
description: "hpc_cn_mp_listing_resource_id."
default: ""
hpc_cn_mp_listing_resource_version:
type: string
title: "hpc_cn_mp_listing_resource_version"
description: "hpc_cn_mp_listing_resource_version."
default: ""