diff options
-rwxr-xr-x | functions.sh | 2 | ||||
-rw-r--r-- | sw_config/bmra/patched_kubespray_requirements.txt | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh index c8968a3..6d8e923 100755 --- a/functions.sh +++ b/functions.sh @@ -241,6 +241,8 @@ cp ${PROJECT_ROOT}/${INSTALLER}/patched_rhel_packages.yml \ ${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/rhel.yml cp ${PROJECT_ROOT}/${INSTALLER}/patched_packages.yml \ ${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/main.yml +cp ${PROJECT_ROOT}/${INSTALLER}/patched_kubespray_requirements.txt \ + ${PROJECT_ROOT}/container-experience-kits/playbooks/k8s/kubespray/requirements.txt sudo docker run --rm \ -e ANSIBLE_CONFIG=/bmra/ansible.cfg \ diff --git a/sw_config/bmra/patched_kubespray_requirements.txt b/sw_config/bmra/patched_kubespray_requirements.txt new file mode 100644 index 0000000..de70e12 --- /dev/null +++ b/sw_config/bmra/patched_kubespray_requirements.txt @@ -0,0 +1,7 @@ +ansible==2.9.17 +jinja2==2.11.1 +netaddr==0.7.19 +pbr==5.4.4 +jmespath==0.9.5 +ruamel.yaml==0.16.10 +ruamel.yaml.clib==0.2.2 |