aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-13 09:42:10 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-13 09:42:10 +0800
commit2617c135ce28823ff6192f22fb1f8dc9214c597b (patch)
tree35a568926ea431c5e063c57c552a7d4ffec1de75 /docs
parent05ca3ce69dff66250b4d9d2ada646ab8b5cc68e3 (diff)
Format vfc install guide docs
Change-Id: I61cb33996a3b27fa4889015c92db17718127e024 Issue-Id: VFC-526 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst23
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 3c4561a0..4eedbeb7 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -15,10 +15,11 @@ Steps
- Install MSB components.
- VF-C components need to register to MSB when starting, so MSB components should be installed first, \
- you can ref the following link to install MSB.
- http://onap.readthedocs.io/en/latest/submodules/msb/apigateway.git/docs/platform/installation.html
- Note: In the following steps, we use ${MSB_IP} as the IP of msb_apigateway component.
+VF-C components need to register to MSB when starting, so MSB components should be installed first, you can ref the following link to install MSB.
+
+http://onap.readthedocs.io/en/latest/submodules/msb/apigateway.git/docs/platform/installation.html
+
+Note: In the following steps, we use ${MSB_IP} as the IP of msb_apigateway component.
- Install vfc-nfvo-lcm component.
@@ -34,22 +35,22 @@ For testing, we can use curl command to access the swagger api.
- Install vfc-nfvo-wfengine components.
- Totally, there are two docker images should be installed before you can use the workflow normally, \
- one is wfengine-activiti for manage the original activiti service, the other is for manage engine service.
+Totally, there are two docker images should be installed before you can use the workflow normally, \
+one is wfengine-activiti for manage the original activiti service, the other is for manage engine service.
- 1. Pull related docker images
+1. Pull related docker images
::
docker pull $NEXUS_DOCKER_REPO/onap/vfc/wfengine-activiti:$DOCKER_IMAGE_VERSION
docker pull $NEXUS_DOCKER_REPO/onap/vfc/wfengine-mgrservice:$DOCKER_IMAGE_VERSION
- 2. Run the two docker images
+2. Run the two docker images
- The first container is wfengine-activiti,there are some parameters should be injected into container. \
- OPENPALETTE_MSB_IP represents msb server address and OPENPALETTE_MSB_PORT is the relative port, \
- SERVICE_IP represents the docker run environment server address.
+The first container is wfengine-activiti,there are some parameters should be injected into container. \
+OPENPALETTE_MSB_IP represents msb server address and OPENPALETTE_MSB_PORT is the relative port, \
+SERVICE_IP represents the docker run environment server address.
::