12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- ### Usage: powervault_me4 ###
- # User type of powervault_me4
- # The vaules supported are "standard" and "SNMPv3"
- # The default value is "standard"
- powervault_me4_usertype: "standard"
- # The user roles for managing and monitoring powervault_me4
- # The values supported are "monitor" and "manage"
- # The default value is "manage"
- # Only "manage" role allows - Addition of disk groups and creation of volumes
- powervault_me4_roles: "manage"
- # This variable indicates the language selection
- # Currently only "English" is supported
- locale: "English"
- # Specify the system name to identify the system
- # By default it is set to "Uninitialized Name"
- powervault_me4_system_name: "Unintialized Name"
- # Specify the snmp notification level
- # critical: Sends notifications for Critical events only.
- # error: Sends notifications for Error and Critical events.
- # warn: Sends notifications for Warning, Error, and Critical events.
- # resolved: Sends notifications for Resolved, Warning, Error, and Critical events.
- # info: Sends notifications for all events.
- # none: All events are excluded from trap notification and traps are disabled.
- # However, Critical events and managed-logs events 400–402 are sent regardless of the notification setting.
- # Default value is "none"
- powervault_me4_snmp_notify_level: "none"
- # Specify the disk group name
- # If left blank, system automatically assigns the name
- powervault_me4_disk_group_name: ""
- # Specify the disk type
- # Values supported are "Virtual" and "Read Cache"
- powervault_me4_disk_type: "Virtual"
- # Specify the required RAID Level
- # The different RAID levels and the min and max number of disks supported for each RAID are
- # RAID1: 2
- # RAID5: 3-16
- # RAID6: 4-16
- # RAID10: 4-16
- # ADAPT: 12-128
- # Default value is "RAID1"
- # If Type "Read Cache" is selected, then RAID levels are not required
- powervault_me4_raid_levels: "RAID1"
- # Specify the range of disks
- # Select a range of disks within an enclosure by entering a comma-separated list that contains
- # the enclosure number and disk range in the Enter Range of Disks text box.
- # Use the format enclosure-number.disk-range,enclosure-number.disk-range.
- # For example, to select disks 3-12 in enclosure 1 and 5-23 in enclosure 2, enter 1.3-12,2.5-23.
- # For ME4012 - 0.0-0.11,1.0-1.11 are the allowed values
- powervault_me4_disk_range: ""
- # Specify the volume name
- # Cannot be left blank
- # the default value is "pv_omnia"
- powervault_me4_volume_name: "pv_omnia"
- # Specify the volume size
- # Format: 100GB <SizeGB>
- powervault_me4_volume_size: "100GB"
|