X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=a34a0aa35d4822faa10c27edd6a8ef3dd8d0370e;hb=c26cf291fc97d49224c85822e566b795c9692f14;hp=bbf33e4934cde53a13d031d50dfa7990b5d54c92;hpb=1075715c0ebf180a8bdb7f663a8246488fd3849a;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index bbf33e49..a34a0aa3 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -262,6 +262,9 @@ 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 -e git+https://github.com/python-oca/python-oca#egg=oca || exit 1