X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=scripts%2Fpython-osm-ro.postinst;h=0f6e5a8f201952112b9da20b8821a44967652c7a;hp=d697afe538f5a735e413eb7f6db1251b57838313;hb=5db670b68349fd1f00a5efc8c0ccd0ef9d073dca;hpb=1c385a3ed806e8144a837199816465e2e3e07085 diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index d697afe5..0f6e5a8f 100755 --- a/scripts/python-osm-ro.postinst +++ b/scripts/python-osm-ro.postinst @@ -22,11 +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 pyvcloud -pip install progressbar -pip install prettytable -pip install pyvmomi +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