X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Fpython-osm-ro.postinst;h=b2a2ff2f3896e6cef373d6dc4841db59bfdc419a;hb=a92a0eaaf370c626b442863f4127cd11fc64754c;hp=00f24002936152003dac391dfcc423ced4cc4585;hpb=e5ef517abec7db86ce2ee7cba628548ce4b5a6fd;p=osm%2FRO.git diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index 00f24002..b2a2ff2f 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 +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'