diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-11-29 15:13:33 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-12-06 10:22:10 +0000 |
commit | 48a45d1acc24778b9ba2620714815b6a0c034379 (patch) | |
tree | db6d586a9d4357577e68de83b18e7efccb6d1343 /docs/docs_vCPE.rst | |
parent | ed83db3c55c10fe6f36fd217a42c2fba595d9140 (diff) |
Update vCPE doc in regard of customer service
Creation and distribution of vCPE customer service
should be done prior to 'vcpe.py init' stage which
fails otherwise due to the vCPEResCust service not
being populated.
Change-Id: I04388f342cfb8a3462e1d84524f55aa66ad0122f
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-204
Diffstat (limited to 'docs/docs_vCPE.rst')
-rw-r--r-- | docs/docs_vCPE.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/docs_vCPE.rst b/docs/docs_vCPE.rst index 39a1837b5..9232b71a1 100644 --- a/docs/docs_vCPE.rst +++ b/docs/docs_vCPE.rst @@ -66,26 +66,26 @@ Here are the main steps to run the use case in Integration lab environment, wher 'public_net_id': 'xxxxxxxxxxxxx' } +5. Run Robot to create and distribute for vCPE customer service. This step assumes step 1 has successfully distributed all vcpe models except customer service model -5. If running with oom_mode=False initialize SDNC ip pool by running below command from k8s control node. It will be done automatically otherwise. +:: + + ete-k8s.sh onap distributevCPEResCust + +6. If running with oom_mode=False initialize SDNC ip pool by running below command from k8s control node. It will be done automatically otherwise. :: kubectl -n onap exec -it dev-sdnc-sdnc-0 -- /opt/sdnc/bin/addIpAddresses.sh VGW 10.5.0 22 250 -6. Initialize vcpe +7. Initialize vcpe :: vcpe.py init -7. If running with oom_mode=False run a command printed at the end of the above step from k8s control node to insert vcpe customer service workflow entry in SO catalogdb. It will be done automatically otherwise. +8. If running with oom_mode=False run a command printed at the end of the above step from k8s control node to insert vcpe customer service workflow entry in SO catalogdb. It will be done automatically otherwise. -8. Run Robot to create and distribute for vCPE customer service. This step assumes step 1 has successfully distributed all vcpe models except customer service model - -:: - - ete-k8s.sh onap distributevCPEResCust 9. Instantiate vCPE infra services |