123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # 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: pv_validation.yml
- system_name_wrong: "Failed. Given name might be empty or it containes space or is more than 30 in length"
- snmp_wrong_value: "Failed. Snmp value wrong"
- snmp_success: "Success: Snmp value correct"
- raid_level_wrong: "Failed: wrong raid level entered"
- wrong_disk_range: "Failed: disk range should not be empty"
- correct_disk_range: "Succes: Disk range is correct"
- wrong_pool: "Failed: Given pool value is wrong"
- wrong_partition: "Failed: Given partition is wrong"
- wrong_vol_size: "Failed: Given volume size is wrong"
- wrong_pool_type: "Failed: Given pool type value is wrong"
- # Usage: pv_me4_prereq.yml
- scsi_product_id: ME4
- fail_pv_support: "Failed. Powervault not supported"
- success_pv_support: "Success. Powervault supported"
- # Usage: main.yml
- pv_file: "{{ role_path }}/../../input_params/powervault_me4_vars.yml"
- base_pv_file: "{{ role_path }}/../../input_params/base_vars.yml"
- # Usage: volume.yml
- lun1: 0
- lun2: 1
- # Usage: ports.yml
- port_ip: 192.168.25.
- port_netmask: 255.255.255.0
- port_gateway: 192.168.25.1
- temp: 0
- t: 5
- set_port_ip: []
- up_port: []
- # Usage: map_volume.yml
- access: rw
- login_pv_file: "{{ playbook_dir }}/control_plane/input_params/login_vars.yml"
- login_pv_vault_file: "{{ playbook_dir }}/control_plane/input_params/.login_vault_key"
|