main.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. # vars file for control_plane_customiso
  16. #Usage: check_prerequisites.yml
  17. iso_mount_path: /mnt/iso/
  18. iso_mount_check_fail_msg: "ISO file not mounted. Ensure /mnt/iso path is mounted with centos ISO file."
  19. #Usage: edit_iso_config.yml
  20. tmp_iso_dir: /tmp/iso/
  21. kickstart_file: centos7.cfg
  22. file_permission: 0744
  23. isolinux_cfg_path: isolinux/isolinux.cfg
  24. grub_cfg_path: EFI/BOOT/grub.cfg
  25. host_nic:
  26. - em1
  27. - em2
  28. - em3
  29. - em4
  30. - p4p1
  31. - p4p2
  32. - p3p1
  33. - p3p2
  34. - p2p1
  35. - p2p2
  36. - p1p2
  37. - p1p1
  38. #Usage: create_unattended_iso.yml
  39. unattended_iso_filename: unattended_centos7.iso
  40. custom_iso_success_msg: "Unattended ISO file created successfully"
  41. custom_iso_fail_msg: "Unattended ISO file creation failed. Ensure /mnt/iso path is mounted with valid centos minimal ISO file."
  42. management_station_ip_file: "management_station_ip.txt"