|
@@ -16,7 +16,7 @@
|
|
|
# vars file for control_plane_common
|
|
|
|
|
|
# Usage: package_installation.yml
|
|
|
-common_packages_leap:
|
|
|
+common_packages:
|
|
|
- git
|
|
|
- gcc
|
|
|
- gcc-c++
|
|
@@ -30,30 +30,15 @@ common_packages_leap:
|
|
|
- net-tools
|
|
|
- python3-netaddr
|
|
|
- dos2unix
|
|
|
- - cri-o
|
|
|
- make
|
|
|
os_supported_leap: "leap"
|
|
|
os_supported_leap_version: "15.3"
|
|
|
-python_version_leap: '3.6.15'
|
|
|
-common_packages:
|
|
|
+python_version_leap: '3.6.13'
|
|
|
+common_packages_rocky:
|
|
|
- epel-release
|
|
|
- yum-utils
|
|
|
- - git
|
|
|
- - gcc
|
|
|
- - gcc-c++
|
|
|
- - nodejs
|
|
|
- device-mapper-persistent-data
|
|
|
- - bzip2
|
|
|
- - python2-pip
|
|
|
- - python3-pip
|
|
|
- - nano
|
|
|
- - lvm2
|
|
|
- - gettext
|
|
|
- - net-tools
|
|
|
- - python3-netaddr
|
|
|
- yum-plugin-versionlock
|
|
|
- - dos2unix
|
|
|
- - make
|
|
|
|
|
|
# Usage: pre_requisite.yml
|
|
|
internet_delay: 0
|
|
@@ -64,11 +49,11 @@ os_supported_centos: "centos"
|
|
|
os_supported_rocky: "rocky"
|
|
|
os_supported_centos_version: "8.3"
|
|
|
os_supported_rocky_version: "8.4"
|
|
|
-fail_os_status: "Unsupported OS or OS version. OS should be {{ os_supported_centos }} {{ os_supported_centos_version }} or {{ os_supported_rocky }} {{ os_supported_rocky_version }}"
|
|
|
+fail_os_status: "Unsupported OS or OS version. OS should be {{ os_supported_centos }} {{ os_supported_centos_version }} or {{ os_supported_rocky }} {{ os_supported_rocky_version }} or {{ os_supported_leap }} {{ os_supported_leap_version }}"
|
|
|
success_os_status: "Management Station OS validated"
|
|
|
internet_status: "Failed. No Internet connection. Make sure network is up."
|
|
|
selinux_status: "SElinux is not disabled. Disable it in /etc/sysconfig/selinux and reboot the system"
|
|
|
-ansible_python_version_status: "For CentOS 8.3, python bindings of firewalld, dnf, selinux are not available if python is installed from source and not from dnf. So please make sure python3.6 is installed using dnf. And ansible uses the python version 3.6 installed using dnf"
|
|
|
+ansible_python_version_status: "For {{ mgmt_os }} {{ ansible_distribution_version }}, python bindings of firewalld, dnf, selinux are not available if python is installed from source and not from dnf or zypper. So please make sure python3.6 is installed using dnf or zypper. And ansible uses the python version 3.6 installed using dnf or zypper"
|
|
|
python_version_support: '3.6.8'
|
|
|
default_ansible_config_file_path: /etc/ansible/ansible.cfg
|
|
|
invalid_run_tag_msg: "Failed. init tag should be used with run tags"
|
|
@@ -255,4 +240,4 @@ idrac_input_filename: input_params/idrac_vars.yml
|
|
|
firmware_update_success_msg: "firmware_update_required validated"
|
|
|
firmware_update_fail_msg: "Failed. firmware_update_required accepts only true or false in idrac_vars.yml"
|
|
|
poweredge_model_success_msg: "poweredge_model validated"
|
|
|
-poweredge_model_fail_msg: "Failed. poweredge_model is incorrect or unsupported. Please update the list with the supported models in the correct format"
|
|
|
+poweredge_model_fail_msg: "Failed. poweredge_model is incorrect or unsupported. Please update the list with the supported models in the correct format"
|