OpenNebula VIM supported
[osm/RO.git] / scripts / python-osm-ro.postinst
index f04a94c..615cbc4 100755 (executable)
@@ -23,10 +23,13 @@ OSMRO_PATH=`python -c 'import osm_ro; print osm_ro.__path__[0]'`
 
 #Pip packages required for vmware connector
 pip install --upgrade pip
-pip install pyvcloud
-pip install progressbar
-pip install prettytable
-pip install pyvmomi
+pip install --upgrade pyvcloud==19.1.1
+pip install --upgrade progressbar
+pip install --upgrade prettytable
+pip install --upgrade pyvmomi
+pip install --upgrade pyang pyangbind
+pip install untangle
+pip install -e git+https://github.com/python-oca/python-oca#egg=oca
 
 systemctl enable osm-ro.service
 
@@ -42,8 +45,8 @@ then
 fi
 
 echo '
-To make OSM RO work, you have to install mysql and a database, and finally start openmano service'
+To make OSM RO work, you have to install mysql and a database, and finally start osm-ro service'
 echo "     ${OSMRO_PATH}/database_utils/install-db-server.sh # -h for help"
-echo '     service openmano start'
+echo '     service osm-ro start'