main.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: pv_validation.yml
  16. system_name_wrong: "Failed. Given name might be empty or it containes space or is more than 30 in length"
  17. snmp_wrong_value: "Failed. Snmp value wrong"
  18. snmp_success: "Success: Snmp value correct"
  19. raid_level_wrong: "Failed: wrong raid level entered"
  20. wrong_disk_range: "Failed: disk range should not be empty"
  21. correct_disk_range: "Succes: Disk range is correct"
  22. wrong_pool: "Failed: Given pool value is wrong"
  23. wrong_partition: "Failed: Given partition is wrong"
  24. wrong_vol_size: "Failed: Given volume size is wrong"
  25. wrong_pool_type: "Failed: Given pool type value is wrong"
  26. # Usage: pv_me4_prereq.yml
  27. scsi_product_id: ME4
  28. fail_pv_support: "Failed. Powervault not supported"
  29. success_pv_support: "Success. Powervault supported"
  30. # Usage: main.yml
  31. pv_file: "{{ role_path }}/../../input_params/powervault_me4_vars.yml"
  32. base_pv_file: "{{ role_path }}/../../input_params/base_vars.yml"
  33. # Usage: volume.yml
  34. lun1: 0
  35. lun2: 1
  36. # Usage: ports.yml
  37. port_ip: 192.168.25.
  38. port_netmask: 255.255.255.0
  39. port_gateway: 192.168.25.1
  40. temp: 0
  41. t: 5
  42. set_port_ip: []
  43. up_port: []
  44. # Usage: map_volume.yml
  45. access: rw
  46. login_pv_file: "{{ playbook_dir }}/control_plane/input_params/login_vars.yml"
  47. login_pv_vault_file: "{{ playbook_dir }}/control_plane/input_params/.login_vault_key"