X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=98d09050327607cbface1edd1005bece72a6e495;hp=bbf33e4934cde53a13d031d50dfa7990b5d54c92;hb=5db670b68349fd1f00a5efc8c0ccd0ef9d073dca;hpb=4d22bdc5e63e019216fde7cd911f35d39093b0c4 diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index bbf33e49..98d09050 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -262,8 +262,12 @@ then [ "$_DISTRO" == "Ubuntu" ] && install_packages "genisoimage" [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "genisoimage" + # required for fog connector + pip2 install fog05rest || exit 1 + # required for OpenNebula connector pip2 install untangle || exit 1 + pip2 install pyone || exit 1 pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca || exit 1 # required for AWS connector @@ -277,6 +281,10 @@ then [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-devel" && easy_install \ python-novaclient python-keystoneclient python-glanceclient python-neutronclient python-cinderclient \ python-openstackclient python-networking-l2gw #TODO revise if gcc python-pip is needed + + # required for Azure + pip2 install azure + fi # [[ -z "$NO_PACKAGES" ]] if [[ -z $NOCLONE ]]; then