aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-16 09:09:18 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-16 09:09:25 +0800
commit54204dfec22dff809cb0bbb1589cfb7f0d2dd82f (patch)
tree8da5319a81e042495a3710094fdd58f66b3edb85 /docs/platform
parent0a07f2d5a6c39091b1b83ceb2cb5ad077e7c234f (diff)
update VF-C doc
Issue-ID: VFC-1345 Change-Id: I7a23d48fced2db1562156fba3da8044fc2e8edb7 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/installation/installation/vfc-over-oom.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/platform/installation/installation/vfc-over-oom.rst b/docs/platform/installation/installation/vfc-over-oom.rst
index 2f7d5c91..eac3e477 100644
--- a/docs/platform/installation/installation/vfc-over-oom.rst
+++ b/docs/platform/installation/installation/vfc-over-oom.rst
@@ -10,7 +10,7 @@
This is a guide to help developer or tester to try to install VF-C over OOM
-**1 Component & function**
+**2 Component & function**
==========================
Now VF-C have the following repos in https://gerrit.onap.org/r/#/admin/projects/?filter=vfc
@@ -80,7 +80,7 @@ VF-C Docker Images
nexus3.onap.org:10001/onap/vfc/ztevnfmdriver:1.3.0
-**2 VF-C Deployment**
+**3 VF-C Deployment**
=====================
For initialization of docker there are 2 deployment options currently adpoted in ONAP:
@@ -200,8 +200,9 @@ You will see all the pod is runing
dev-vfc-vfc-zte-sdnc-driver-6554df5856-ctjxh 1/1 Running 7 79d
dev-vfc-vfc-zte-vnfm-driver-7dbd4f887-thvvg 2/2 Running 8 79d
-**3 VF-C health check **
-======================================
+
+**4 VF-C health check **
+========================
When VF-C pod is up, if you want to check the service status, you can visit the following APIs in K8S cluster to check.
These swagger API will also show the APIs VF-C provided.
@@ -255,7 +256,7 @@ You can execute the following steps:
You can visit the http://172.60.2.39:30280/api/vnflcm/v1/swagger.json in the browser
-**4 Debug and Testing in running Pod**
+**5 Debug and Testing in running Pod**
======================================
When you are doing the testing and would like to replace some new file like binary or some script and want to check the new resut.
Before you replace the file to the running pod,you need to close the pod livenessProbe and readinessProbe first to avoid the pod restart.
@@ -300,7 +301,7 @@ Take vfc-catalog pod as an example:
Then you can replace the file into the pod.
-**5 Kubectl basic command**
+**6 Kubectl basic command**
======================================
Basic operation of kubernests cluster(Take the namespace of onap in linux client as an example)