aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-13 10:40:45 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-13 10:40:45 +0800
commit80c48663ef583ec532207f51536fa29d52693b87 (patch)
tree3417da9b2104bf6c7f888938db650e25bb1c078d /docs
parent2617c135ce28823ff6192f22fb1f8dc9214c597b (diff)
Add vfc install guide docs
Change-Id: Ibc2a8e9d85223788b88b9d4876925dd2d2faae0e Issue-Id: VFC-526 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst103
1 files changed, 103 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 4eedbeb7..39d8375f 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -60,3 +60,106 @@ SERVICE_IP represents the docker run environment server address.
docker run -i -t -d --name vfc_wfengine_mgrservice -p 8805:10550 -e SERVICE_IP=$OPENO_IP -e SERVICE_PORT=8805
-e OPENPALETTE_MSB_IP=$OPENO_IP -e OPENPALETTE_MSB_PORT=80 $NEXUS_DOCKER_REPO/onap/vfc/wfengine-mgrservice:$DOCKER_IMAGE_VERSION
+- Install vfc-nfvo-catalog component.
+
+::
+
+ docker run -d --name vfc-catalog -v /var/lib/mysql -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/catalog
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/catalog/v1/swagger.json
+
+- Install vfc-nfvo-resmanagement component.
+
+::
+
+ docker run -d --name vfc-resmanagement -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/resmanagement
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/resmgr/v1/swagger.json
+
+- Install vfc-nfvo-resmanagement component.
+
+::
+
+ docker run -d --name vfc-resmanagement -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/resmanagement
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/resmgr/v1/swagger.json
+
+- Install vfc-nfvo-sfcdriver component.
+
+::
+
+ docker run -d --name vfc-ztesdncdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/ztesdncdriver
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/ztesdncdriver/v1/swagger
+
+- Install vfc-nfvo-emsdriver component.
+
+::
+
+ docker run -d --name vfc-emsdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/emsdriver
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/emsdriver/v1/swagger
+
+- Install vfc-gvnfm components.
+
+::
+
+ docker run -d --name vfc-vnflcm -v /var/lib/mysql -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/vnflcm
+ docker run -d --name vfc-vnfmgr -v /var/lib/mysql -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/vnfmgr
+ docker run -d --name vfc-vnfres -v /var/lib/mysql -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/vnfres
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/vnflcm/v1/swagger.json
+ curl http://${MSB_IP}:80/api/vnfmgr/v1/swagger.json
+ curl http://${MSB_IP}:80/api/vnfres/v1/swagger.json
+
+- Install vfc-gvnfmdriver components.
+
+::
+
+ docker run -d --name vfc-gvnfmdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/gvnfmdriver
+ docker run -d --name vfc-jujudriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/jujudriver
+
+For testing, we can use curl command to access the swagger api.
+
+::
+
+ curl http://${MSB_IP}:80/api/gvnfmdriver/v1/swagger.json
+ curl http://${MSB_IP}:80/openoapi/jujuvnfm/v1/swagger.json
+
+- Install vfc-svnfmdriver components.
+
+::
+
+ 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
+
+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