X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Fpython-osm-ro.postinst;h=615cbc4a4b6bfc9afba31e0eec36f1a738458d90;hb=refs%2Fchanges%2F62%2F5862%2F11;hp=00f24002936152003dac391dfcc423ced4cc4585;hpb=e5ef517abec7db86ce2ee7cba628548ce4b5a6fd;p=osm%2FRO.git diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index 00f24002..615cbc4a 100755 --- a/scripts/python-osm-ro.postinst +++ b/scripts/python-osm-ro.postinst @@ -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' -echo ' ${OSMRO_PATH}/scripts/install-db-server.sh -u USER -p ' -echo ' service openmano start' +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 osm-ro start'