powervault_me4_vars.yml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. # User type of powervault_me4
  17. # The vaules supported are "standard" and "SNMPv3"
  18. # The default value is "standard"
  19. powervault_me4_usertype: "standard"
  20. # The user roles for managing and monitoring powervault_me4
  21. # The values supported are "monitor" and "manage"
  22. # The default value is "manage"
  23. # Only "manage" role allows - Addition of disk groups and creation of volumes
  24. powervault_me4_roles: "manage"
  25. # This variable indicates the language selection
  26. # Currently only "English" is supported
  27. locale: "English"
  28. # Specify the system name to identify the system
  29. # By default it is set to "Uninitialized Name"
  30. powervault_me4_system_name: "Unintialized Name"
  31. # Specify the snmp notification level
  32. # critical: Sends notifications for Critical events only.
  33. # error: Sends notifications for Error and Critical events.
  34. # warn: Sends notifications for Warning, Error, and Critical events.
  35. # resolved: Sends notifications for Resolved, Warning, Error, and Critical events.
  36. # info: Sends notifications for all events.
  37. # none: All events are excluded from trap notification and traps are disabled.
  38. # However, Critical events and managed-logs events 400–402 are sent regardless of the notification setting.
  39. # Default value is "none"
  40. powervault_me4_snmp_notify_level: "none"
  41. # Specify the disk group name
  42. # If left blank, system automatically assigns the name
  43. powervault_me4_disk_group_name: ""
  44. # Specify the disk type
  45. # Values supported are "Virtual" and "Read Cache"
  46. powervault_me4_disk_type: "Virtual"
  47. # Specify the required RAID Level
  48. # The different RAID levels and the min and max number of disks supported for each RAID are
  49. # RAID1: 2
  50. # RAID5: 3-16
  51. # RAID6: 4-16
  52. # RAID10: 4-16
  53. # ADAPT: 12-128
  54. # Default value is "RAID1"
  55. # If Type "Read Cache" is selected, then RAID levels are not required
  56. powervault_me4_raid_levels: "RAID1"
  57. # Specify the range of disks
  58. # Select a range of disks within an enclosure by entering a comma-separated list that contains
  59. # the enclosure number and disk range in the Enter Range of Disks text box.
  60. # Use the format enclosure-number.disk-range,enclosure-number.disk-range.
  61. # For example, to select disks 3-12 in enclosure 1 and 5-23 in enclosure 2, enter 1.3-12,2.5-23.
  62. # For ME4012 - 0.0-0.11,1.0-1.11 are the allowed values
  63. powervault_me4_disk_range: ""
  64. # Specify the volume name
  65. # Cannot be left blank
  66. # the default value is "pv_omnia"
  67. powervault_me4_volume_name: "pv_omnia"
  68. # Specify the volume size
  69. # Format: 100GB <SizeGB>
  70. powervault_me4_volume_size: "100GB"