From 2795cff4f550fe77d880ae06981e5ba9eb3e6fba Mon Sep 17 00:00:00 2001 From: yufei_zhou Date: Sat, 14 Oct 2017 17:39:34 +0800 Subject: Add nokia installation part Change-Id: Ib74111add59eb8c66f899c35421b591a4150a596 Issue-ID: VFC-53 Signed-off-by: yufei_zhou --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 39d8375f..8191c54d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -156,6 +156,7 @@ For testing, we can use curl command to access the swagger api. docker run -d --name vfc-ztevmanagerdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/ztevmanagerdriver docker run -d --name vfc-svnfm-huawei -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/huawei + docker run -d --name vfc-svnfm-nokia -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/nfvo/svnfm/nokia For testing, we can use curl command to access the swagger api. @@ -163,3 +164,4 @@ For testing, we can use curl command to access the swagger api. curl http://${MSB_IP}:80/api/ztevmanagerdriver/v1/swagger.json curl http://${MSB_IP}:80/api/hwvnfm/v1/swagger.json + curl http://${MSB_IP}:80/api/nokiavnfmdriver/v1/swagger.json -- cgit 1.2.3-korg