X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=084ae0a797a4b0e8039783b0a870097d42e54d2c;hb=refs%2Fchanges%2F62%2F5862%2F11;hp=74bc0a593a31e413ceefaec9ca4642b253410ff7;hpb=751a4ef6a5853c1cafb352ff1800793c4713667f;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 74bc0a59..084ae0a7 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -254,11 +254,15 @@ then # required for vmware connector TODO move that to separete opt in install script pip install --upgrade pip || exit 1 - pip install pyvcloud==18.2.2 || exit 1 + pip install pyvcloud==19.1.1 || exit 1 pip install progressbar || exit 1 pip install prettytable || exit 1 pip install pyvmomi || exit 1 + # required for OpenNebula connector + pip install untangle || exit 1 + pip install -e git+https://github.com/python-oca/python-oca#egg=oca || exit 1 + # required for AWS connector [ "$_DISTRO" == "Ubuntu" ] && install_packages "python-boto" [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-boto" #TODO check if at Centos it exists with this name, or PIP should be used