aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs_vCPE_with_Tosca_VNF.rst
diff options
context:
space:
mode:
authorzhaoliping123 <zhaoliping@chinamobile.com>2020-04-22 11:52:56 +0800
committerMarco Platania <platania@research.att.com>2020-04-22 13:18:00 +0000
commit906480b1b28446660b4a65f249ddf6722fc8b7e6 (patch)
treee02d29317c3c73916ee31d40bfae50d6415c08f9 /docs/docs_vCPE_with_Tosca_VNF.rst
parentd0bbb7aa2a7cd41b86f8d1b8115acf4d9b28dba3 (diff)
Add vcpe tosca local mode case
- fix json errors - fix not related rst error (due to a broken link as jira.opnfv.org is no more responding) Issue-ID: INT-1285 Change-Id: I733a491c4204334fc532abcf9dbbdc2226900d5b Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/docs_vCPE_with_Tosca_VNF.rst')
-rw-r--r--docs/docs_vCPE_with_Tosca_VNF.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs_vCPE_with_Tosca_VNF.rst b/docs/docs_vCPE_with_Tosca_VNF.rst
index a62001fc7..69db4de34 100644
--- a/docs/docs_vCPE_with_Tosca_VNF.rst
+++ b/docs/docs_vCPE_with_Tosca_VNF.rst
@@ -137,7 +137,7 @@ Known Issues and Resolutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Some SDC NS data model is not aligned to VFC NS data model, VFC NS also according to ETSI SOL0001. we also can refer to https://jira.onap.org/browse/SDC-1897. we have a workaround for this issue, we put the service as artifact file and distribute to VFC.
-- NFV Tosca parser bug https://jira.opnfv.org/browse/PARSER-187. we also filed a bug in VFC https://jira.onap.org/browse/VFC-1196.
+- NFV Tosca parser bug. See bug in VFC https://jira.onap.org/browse/VFC-1196.
- 'artifacts' definition is missing in the exported csar's VDU node, we also can refer to https://jira.onap.org/browse/SDC-1900. It’s a very hacky workaround in VFC’s GVFNM. Because currently the only use case will use GVFNM is vCPE, which only uses the ubuntu16.04 image, so GVFNM just makes the ubuntu16.04 image as the default if the "sw_image" artifact is missing in the SDC’s exported CSAR.
- OOF patch https://gerrit.onap.org/r/73332/ is not accepted by 1.2.4 image. 1.2.5 is available in nexus3 repo. But not available in Casablanca release. If you want to use it, you can use 1.2.5-SNAPSHOT-latest. If you use 1.2.4 image, you also need to modify code according to the patch.
- vnflcm notification error patch https://gerrit.onap.org/r/73852/