inject_user_key routine fixes
[osm/RO.git] / scripts / python-osm-ro.postinst
index b2a2ff2..0f6e5a8 100755 (executable)
@@ -22,12 +22,20 @@ OSMRO_PATH=`python -c 'import osm_ro; print osm_ro.__path__[0]'`
 #OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]'`
 
 #Pip packages required for vmware connector
-pip install --upgrade pip
-pip install --upgrade pyvcloud
-pip install --upgrade progressbar
-pip install --upgrade prettytable
-pip install --upgrade pyvmomi
-pip install --upgrade pyang pyangbind
+pip2 install pip==9.0.3
+pip2 install --upgrade pyvcloud==19.1.1
+pip2 install --upgrade progressbar
+pip2 install --upgrade prettytable
+pip2 install --upgrade pyvmomi
+pip2 install --upgrade pyang pyangbind
+pip2 install untangle
+pip2 install pyone
+pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca
+pip2 install azure
+
+# Packages required for fos connector
+pip2 install fog05rest
+
 
 systemctl enable osm-ro.service