X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Fpython-osm-ro.postinst;h=01ce867037d770fac7a7b64e82dc430dca70e4ea;hb=0dc928066a89b2cfae8e98bc76062af1ff4a751c;hp=00f24002936152003dac391dfcc423ced4cc4585;hpb=e5ef517abec7db86ce2ee7cba628548ce4b5a6fd;p=osm%2FRO.git diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index 00f24002..01ce8670 100755 --- a/scripts/python-osm-ro.postinst +++ b/scripts/python-osm-ro.postinst @@ -23,10 +23,11 @@ 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==18.2.2 +pip install --upgrade progressbar +pip install --upgrade prettytable +pip install --upgrade pyvmomi +pip install --upgrade pyang pyangbind systemctl enable osm-ro.service @@ -42,8 +43,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'