aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-01-30 13:31:32 -0500
committerYang Xu <yang.xu3@huawei.com>2019-01-30 13:32:16 -0500
commit06bbe0df43999906e782e287b6c0918dc15ee419 (patch)
treec52f975a2a3b1f1526886d219e830a2e3e68fcd3
parent862747e8bae94b28eb19c4a4a8939ecd4317cb88 (diff)
Update vCPE release note for Casablanca MR
Change-Id: Icfae0262c56679236d9dc9c022a27c32a08b2dfc Issue-ID: INT-775 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
-rw-r--r--docs/docs_vCPE.rst24
1 files changed, 19 insertions, 5 deletions
diff --git a/docs/docs_vCPE.rst b/docs/docs_vCPE.rst
index 803c9e4e2..5bdaa3fd6 100644
--- a/docs/docs_vCPE.rst
+++ b/docs/docs_vCPE.rst
@@ -23,18 +23,32 @@ Most part of the use case has been automated by vcpe scripts. For the details on
Test Status
~~~~~~~~~~~~~~~~~~~~~
-The use case has been tested for Casablanca release, the test report can be found on https://wiki.onap.org/display/DW/vCPE+-+Test+Status
+The use case had been tested for Casablanca Maintenance release, the regression test is reported on https://wiki.onap.org/display/DW/Casablanca+Maintenance+Release+Integration+Testing+Status
+The use case had been tested for Casablanca release, the test report can be found on https://wiki.onap.org/display/DW/vCPE+-+Test+Status
-Known Issues and Workaround
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Known Issues and Workaround for Casablanca Maintenance Release
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+1) vCPE infra service model distribution will fail due to a bug in SO, see the JIRA on https://jira.onap.org/browse/SO-1400, and follow the instruction on the comment section to expand database table size
+
+2) Firewalls are installed on BRG and vBNG. In order to allow SDNC to send BRG configuration message through vBNG, SDNC host VM IP address is preloaded on BRG and vBNG, and provisioned into the firewalls. If SDNC changes its host VM, SDNC host VM IP changes and we need to manually update the IP in /opt/config/sdnc_ip.txt. Then run:
+
+::
+
+ root>vppctl tap delete tap-0
+ root>vppctl tap delete tap-1
+ root>/opt/bind_nic.sh
+ root>/opt/set_nat.sh
+
+Known Issues and Workaround for Casablanca Release
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1) Firewalls are installed on BRG and vBNG. In order to allow SDNC to send BRG configuration message through vBNG, SDNC host VM IP address is preloaded on BRG and vBNG, and provisioned into the firewalls. If SDNC changes its host VM, SDNC host VM IP changes and we need to manually update the IP in /opt/config/sdnc_ip.txt. Then run:
::
root>vppctl tap delete tap-0
root>vppctl tap delete tap-1
- root>/opt/nat_service.sh
- root>vppctl restart
+ root>/opt/bind_nic.sh
+ root>/opt/set_nat.sh
2) APPC has a bug which prevents DG from reading AAI info. We needs an DG update. See the JIRA on https://jira.onap.org/browse/APPC-1249