powervault_me4_vars.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. ### Usage: powervault_me4 ###
  16. # This variable indicates the language selection
  17. # Currently, only "English" is supported
  18. locale: "English"
  19. # Specify the system name to identify the system
  20. # Default value: "Uninitialized_Name"
  21. # Length should be less than 30 and it should not contain space.
  22. # Optional
  23. powervault_me4_system_name: "Unintialized_Name"
  24. # Specify the snmp notification level
  25. # crit: Sends notifications for Critical events only.
  26. # error: Sends notifications for Error and Critical events.
  27. # warn: Sends notifications for Warning, Error, and Critical events.
  28. # resolved: Sends notifications for Resolved, Warning, Error, and Critical events.
  29. # info: Sends notifications for all events.
  30. # none: All events are excluded from trap notification and traps are disabled.
  31. # However, Critical events and managed-logs events 400–402 are sent regardless of the notification setting.
  32. # Default value: "none"
  33. # Required field
  34. powervault_me4_snmp_notify_level: "none"
  35. # The type of pool to be created on the powervault
  36. # It can be either linear or virtual.
  37. # Default value: "linear"
  38. powervault_me4_pool_type: "linear"
  39. # Specify the required RAID Level
  40. # The different RAID levels and the min and max number of disks supported for each RAID are
  41. # r1/raid1: 2
  42. # r5/raid5: 3-16
  43. # r6/raid6: 4-16
  44. # r10/raid10: 4-16
  45. # adapt: 12-128
  46. # Default value: "raid1"
  47. # Required field
  48. powervault_me4_raid_levels: "raid1"
  49. # Specify the range of disks
  50. # Select a range of disks within an enclosure by entering a comma-separated list that contains
  51. # the enclosure number and disk range in the Enter Range of Disks text box.
  52. # Use the format enclosure-number.disk-range,enclosure-number.disk-range.
  53. # For example, to select disks 3-12 in enclosure 1 and 5-23 in enclosure 2, enter 1.3-12,2.5-23.
  54. # For ME4012 - 0.0-0.11 are the allowed values
  55. # For RAID 10 disk range should be given in subgroups separated by colons with no spaces.
  56. # RAID-10 example:1.1-2:1.3-4:1.7,1.10
  57. # Default value: 0.1-2
  58. # Required field
  59. powervault_me4_disk_range: "0.1-2"
  60. # Specify the volume names
  61. # Default value "k8s_volume" and "slurm_volume"
  62. # Required field
  63. powervault_me4_k8s_volume_name: "k8s_volume"
  64. powervault_me4_slurm_volume_name: "slurm_volume"
  65. # Specify the disk group name
  66. # Required field
  67. powervault_me4_disk_group_name: "omnia"
  68. # Specify the percentage for partition in disk
  69. # Default value is "60%"
  70. # Min: 5
  71. # Max: 90
  72. # Required field
  73. powervault_me4_disk_partition_size: "60"
  74. # Specify the volume size
  75. # Format: 100GB <SizeGB>
  76. # Default: 100GB
  77. # Required field
  78. powervault_me4_volume_size: "100GB"
  79. # Specify the pool for disk and volumes
  80. # Pool can either be a/A or b/B.
  81. # Mandatory if powervault_me4_pool_type selected as "virtual".
  82. powervault_me4_pool: "a"
  83. # Specify the nic of the server with which Powervault is connected.
  84. # Make sure nfs server also has 3 nics (for internet, OS provision and powervault connection)
  85. # Default value: "em1".
  86. # Required field
  87. powervault_me4_server_nic: "em1"