From 5163db790f73ceaec4f08d5b41e03a862f7a8818 Mon Sep 17 00:00:00 2001 From: yufei_zhou Date: Thu, 28 Sep 2017 02:39:00 -0700 Subject: Add MSB service register funtion Change-Id: I2ffe7634052c93ce3c287aa996877610f3a46f4c Issue-ID: VFC-53 Signed-off-by: yufei_zhou --- .../vfcadaptorservice/deployment/src/main/release/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nokia/vnfmdriver/vfcadaptorservice/deployment/src/main/release') diff --git a/nokia/vnfmdriver/vfcadaptorservice/deployment/src/main/release/README.txt b/nokia/vnfmdriver/vfcadaptorservice/deployment/src/main/release/README.txt index fa97d7e6..6681c16a 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/deployment/src/main/release/README.txt +++ b/nokia/vnfmdriver/vfcadaptorservice/deployment/src/main/release/README.txt @@ -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? -- cgit 1.2.3-korg