X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=a34a0aa35d4822faa10c27edd6a8ef3dd8d0370e;hb=c3dfbfbeba188a122ae82169d5a14186586a8901;hp=e4554ae7141b50f7edc2815811542cb2094cac4b;hpb=ebd66721b39fda2bf315102db63ea7e0dcf7becc;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index e4554ae7..a34a0aa3 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -259,6 +259,11 @@ then pip2 install progressbar || exit 1 pip2 install prettytable || exit 1 pip2 install pyvmomi || exit 1 + [ "$_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