diff options
author | yufei_zhou <yufei.zhou@nokia-sbell.com> | 2017-10-14 17:39:34 +0800 |
---|---|---|
committer | yufei_zhou <yufei.zhou@nokia-sbell.com> | 2017-10-14 17:39:34 +0800 |
commit | 2795cff4f550fe77d880ae06981e5ba9eb3e6fba (patch) | |
tree | 4650a462ad091b754b0e0dfedfead00d343ef2d3 /docs/installation.rst | |
parent | 2a7084782f03366fce6d8b722311e886445adf9b (diff) |
Add nokia installation part
Change-Id: Ib74111add59eb8c66f899c35421b591a4150a596
Issue-ID: VFC-53
Signed-off-by: yufei_zhou <yufei.zhou@nokia-sbell.com>
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |