diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2018-08-29 20:21:23 -0700 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2018-09-06 21:03:58 -0700 |
commit | ca9d5080794355f7267f350a9364162920ed4fcf (patch) | |
tree | baafda54df129a57ec5d100635412ed7da205cdd /tosca/vCPE/README.md | |
parent | 2380377cffe9385c16228a8a3bceb1320ac6e718 (diff) |
Add TOSCA templates for vCPE use case
Adds initial TOSCA files and script to generate
CSAR files for the vCPE use case VNFs.
Change-Id: Idb85153e8e18b9c21f24aa6ef92d887e17da07c3
Issue-ID: INT-536
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Diffstat (limited to 'tosca/vCPE/README.md')
-rw-r--r-- | tosca/vCPE/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tosca/vCPE/README.md b/tosca/vCPE/README.md new file mode 100644 index 00000000..f4f7e9cc --- /dev/null +++ b/tosca/vCPE/README.md @@ -0,0 +1,15 @@ +# vCPE_tosca + +5 VNFs are here for the ONAP vCPE use case. These VNFD are transformed manually from vCPE heat template. + +Please run ./generate_csar.sh to create the csar package files for these 5 VNFS. CSAR package file is just a zip formatted file. + +## pending issues to DM +Please search for "TODO" in the corresponding VNFD to find the pending things. +- HPA detailed format +- Need to remove all the VirtualLink definition. Those VirtualLink(network) should be created in SDC during service design time and have them connected to the VduCp(port). +- Update to the latest heat template. + +## References: +- [vCPE use case](https://wiki.onap.org/pages/viewpage.action?pageId=3246168) +- [vCPE usage tutorial for A release](https://wiki.onap.org/display/DW/vCPE+Use+Case+Tutorial%3A+Design+and+Deploy+based+on+ONAP+Amsterdam+Release) Based on heat. |