1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- # 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.
- ---
- # vars file for test_powervault.yml file
- connectivity_success_msg: "Connection was successful"
- connectivity_failure_msg: "Connectivity failed"
- product_id_success_msg: "Product id matches the supported powervault versions"
- product_id_failure_msg: "Product id doesn't match the supported powervault versions"
- ip_validation_success_msg: "IP validation was successful"
- ip_validation_failure_msg: "IP validation failed"
- user_validation_success_msg: "Users validation was successful"
- user_validation_failure_msg: "Users validation failed"
- pool_diskgroup_config_success_msg: "Pools and disk groups addition were successful"
- pool_diskgroup_config_failure_msg: "Pools and disk groups addition failed"
- volumes_creation_success_msg: "Volumes creation was successful"
- volumes_creation_failure_msg: "Volumes creation failed"
- snmp_trap_success_msg: "SNMP trap notifications are disabled"
- snmp_trap_enable_success_msg: "SNMP trap notifications are enabled"
- snmp_trap_failure_msg: "Error in setting up the snmp parameters"
- scsi_product_id: "ME4"
- user_roles: "manage"
- user_type: "Standard"
- user_locale: "English"
- pool_a: "A"
- pool_b: "B"
- pool_type: "Virtual"
- linear_pool_type: "Linear"
- raid1_level: "RAID1"
- raid5_level: "RAID5"
- raid6_level: "RAID6"
- raid10_level: "RAID10"
- raid_adapt_level: "ADAPT"
- disk_type_ssdsas: "SSD SAS"
- disk_type_sasmdl: "SAS MDL"
- disk_group_name_omnia: "omnia"
- disk_group_name_omnia_dgA01: "omnia_dgA01"
- disk_group_name_omnia_dgA02: "omnia_dgA02"
- disk_group_name_omnia_dgB01: "omnia_dgB01"
- volume_name_k8s_v1: "k8s_volume"
- volume_name_slurm_v1: "slurm_volume"
- volume_name_k8s_v2: "k8s_V2"
- volume_name_slurm_v2: "slurm_V2"
- volume_size_input_100gb: "100GB"
- volume_size_100gb: "99.9GB"
- disk_range_1_2: "0.1-2"
- disk_range_5_6: "0.5-6"
- disk_range_3_4: "0.3-4"
- disk_range_7_10: "0.7-10"
- disk_range_8_11: "0.8-9:0.10-11"
- disk_range_0_2: "0.0-2"
- disk_range_2_3: "0.2-3"
- disk_range_0_11: "0.0-11"
- dhcp_start_range: "192.168.0.0"
- dhcp_end_range: "192.168.0.100"
- ip_range: "192.168"
- snmp_notify_level_crit: "crit"
- snmp_notify_level_none: "none"
- snmp_destination: "100.96.22.199"
- snmp_notify_status_enable: "Enabled"
- snmp_notify_status_disable: "Disabled"
- login_vars_path: "../input_params/login_vars.yml"
- login_vars_vault_path: "../input_params/.login_vault_key"
- powervault_me4_var_path: "../input_params/powervault_me4_vars.yml"
- base_var_path: "../input_params/base_vars.yml"
- powervault_inventory_name: "test_powervault_me4_inventory"
- template_value: "powervault_me4_template"
- job_name: "test_powervault_me4_template"
- powervault_playbook_path: "control_plane/powervault_me4.yml"
- awx_script_path: "test_prepare.yml"
- failed_job_status: "failed"
- success_job_status: "successful"
- playbook_exec_success_msg: "Powervault playbook execution completed successfully"
- playbook_exec_fail_msg: "Job execution failed. Please check input parameters and try again!"
- failed_job_status_success_msg: "Execution failed. Please check AWX console for appropriate error message"
- failed_msg: "Failed. Please check input parameters and try again!"
- tower_config_file_path: "../roles/webui_awx/files/.tower_cli.cfg"
- tower_vault_file_path: "../roles/webui_awx/files/.tower_vault_key"
- file_perm: '0644'
|