X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;fp=scripts%2Finstall-openmano.sh;h=bbf33e4934cde53a13d031d50dfa7990b5d54c92;hb=319c26fb8f4e6516556778df2db57fc572cee0a2;hp=e4554ae7141b50f7edc2815811542cb2094cac4b;hpb=3c44e7b19cf724506ac5a5ed5935916d96a7f2df;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index e4554ae7..bbf33e49 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -259,6 +259,8 @@ 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 OpenNebula connector pip2 install untangle || exit 1