Add MSB service register funtion
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / deployment / src / main / release / README.txt
index fa97d7e..6681c16 100644 (file)
@@ -31,6 +31,8 @@ Configuration steps:
     - Update the VNFM address in 'application.properties' under webapps directory.
     - Update the Catalog address in 'application.properties' under webapps directory.
     - Update the NSLCM address in 'application.properties' under webapps directory.
+    - Update the MSB address in $PATH/etc/conf/restclient.json
+    - Update the vnfmadapter service ip address in $PATH/etc/adapterInfo/vnfmadapterinfo.json
 
 
 How to run?
@@ -43,7 +45,7 @@ How to run?
           'conf/server.xml'
           - Verify that 'Tomcat started.' is reported on the console.
     - Once service is started, please verify below details:
-        - from MSB service, verify that "nokiavnfm"  is reported from GET request on "/openoapi/microservices/v1/services"
+        - from MSB service, verify that "nokia-vnfm-driver"  is reported from GET request on "/openoapi/microservices/v1/services"
         - from this service, run one of the supported REST API mentioned in open-o NFVO wiki and verify that the
           expected response is returned.
 How to stop?