fixing wim types
[osm/RO.git] / scripts / install-openmano.sh
index e4554ae..a34a0aa 100755 (executable)
@@ -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