powervault_me4_vars.yml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. # By default it is set to "Uninitialized_Name"
  21. # Length should be less than 30 and it should not contain space.
  22. # This is "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 is "none"
  33. # Compulsory
  34. powervault_me4_snmp_notify_level: "none"
  35. # Specify the required RAID Level
  36. # The different RAID levels and the min and max number of disks supported for each RAID are
  37. # r1/raid1: 2
  38. # r5/raid5: 3-16
  39. # r6/raid6: 4-16
  40. # r10/raid10: 4-16
  41. # adapt: 12-128
  42. # Default value is "raid1"
  43. # Compulsory
  44. powervault_me4_raid_levels: "raid1"
  45. # Specify the range of disks
  46. # Select a range of disks within an enclosure by entering a comma-separated list that contains
  47. # the enclosure number and disk range in the Enter Range of Disks text box.
  48. # Use the format enclosure-number.disk-range,enclosure-number.disk-range.
  49. # For example, to select disks 3-12 in enclosure 1 and 5-23 in enclosure 2, enter 1.3-12,2.5-23.
  50. # For ME4012 - 0.0-0.11,1.0-1.11 are the allowed values
  51. # Default value is 0.1-2
  52. # Compulsory
  53. powervault_me4_disk_range: "0.1-2"
  54. # Specify the volume names
  55. # Cannot be left blank
  56. # the default value is "k8s_volume" and "slurm_volume"
  57. # Compulsory
  58. powervault_me4_k8s_volume_name: "k8s_volume"
  59. powervault_me4_slurm_volume_name: "slurm_volume"
  60. # Specify the disk group name
  61. # If left blank, system automatically assigns the name
  62. powervault_me4_disk_group_name: "omnia"
  63. # Specify the percentage for partition in disk
  64. # Default value is "60%"
  65. # Compulsory
  66. powervault_me4_disk_partition_size: "60"
  67. # Specify the volume size
  68. # Format: 100GB <SizeGB>
  69. # Compulsory
  70. powervault_me4_volume_size: "100GB"
  71. #Specify the pool for volume
  72. # Pool can either be a/A or b/B.
  73. # Compulsory
  74. powervault_me4_pool: "a"
  75. # Specify the nic of the server with which Powervault is connected.
  76. # Default value is eno1.
  77. # Compulsory
  78. powervault_me4_server_nic: "eno1"