123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- ---
- 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"
- scsi_product_id: ME4
- fail_pv_support: "Failed. Powervault not supported"
- success_pv_support: "Success. Powervault supported"
- pv_file: "{{ role_path }}/../../input_params/powervault_me4_vars.yml"
- base_pv_file: "{{ role_path }}/../../input_params/base_vars.yml"
- lun1: 0
- lun2: 1
- 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: []
- 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"
|