aboutsummaryrefslogtreecommitdiffstats
path: root/lib/_installers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_installers')
-rwxr-xr-xlib/_installers3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/_installers b/lib/_installers
index bfc8574..f972d36 100755
--- a/lib/_installers
+++ b/lib/_installers
@@ -350,10 +350,9 @@ function _install_kubespray_k8s {
local src_folder=/opt/kubespray
clone_repo kubernetes-incubator/kubespray $src_folder https://github.com/
- install_python_package netaddr
- install_python_package ansible==2.4.0.0
install_docker
pushd $src_folder
+ install_python_requirements .
rm -rf inventory/*
mkdir -p inventory/group_vars
cp /var/onap/files/aio_inventory.cfg ./inventory/inventory.cfg