From: Bartek Grzybowski Date: Fri, 29 Nov 2019 14:13:33 +0000 (+0100) Subject: Update vCPE doc in regard of customer service X-Git-Tag: 6.0.0-ONAP~272 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=48a45d1acc24778b9ba2620714815b6a0c034379;p=integration.git 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 Issue-ID: TEST-204 --- 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