aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vCPE/vgw
AgeCommit message (Collapse)AuthorFilesLines
2019-04-28vCPE Tosca: use direct for vnic_typeLianhao Lu1-1/+1
Since SDC onboarding DM has added the 'direct' value for vnic_type by patch https://gerrit.onap.org/r/#/c/86346/, we need to use 'direct' for SRIOV use case. Change-Id: I2858195643e970e252e357c45ad1d919764ab20f Issue-ID: INT-1037 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2019-04-26vCPE tosca: Add metadata VNFD_SCHEMA_VERSIONLianhao Lu2-0/+2
Added VNFD_SCHEMA_VERSION property in metadata for backward compatibility requirements. Since the Dublin SDC DM does not support backward compatibility with Casablanca SDC DM, we need a place to idenitfy the DM version it uses in the csar template. Change-Id: I9586d1f442b6d166384acfa5eb3ca969e110b1b0 Issue-ID: INT-1037 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2019-04-25Adapt to latest tosca onboarding DM for vCPE toscaLianhao Lu1-72/+78
Adapted to latest tosca onboarding DM change in SDC to align with SOL001 v2.5.1, for sriov vCPE use case. Change-Id: I2c2fd4cdfbd5d72cfc3a1c7cdfab53763f17d782 Issue-ID: INT-1037 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2019-04-22Adapt to latest tosca onboarding DM changeLianhao Lu1-72/+75
Adapted to latest tosca onboarding DM change in SDC to align with SOL001 v2.5.1. Change-Id: Ib3628fb9bba0d55e9c91aee85e2abb09c0c03b01 Issue-ID: INT-1037 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-11-24Change metadata from integer to stringHaibin Huang2-8/+8
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-11-19Change Other to OTHERHaibin Huang2-4/+4
Change-Id: I5c4f26cc89000b58bf1468e54193887a170e27d7 Issue-ID: INT-743 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-11-07update vCPE artifact layout and Template fileliboNet2-78/+28
remove node_types's definition from MainserviceTemplate.yaml to make it acceptable by SDC SDC artifacts need to be put at the specfieid directory path based on SDC rule Change-Id: If3f625b40d2e445549ebacdd944605024a073007 Issue-ID: INT-711 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-11-01Fix sriov model errorHuang Haibin1-3/+4
Change-Id: I3c14ddb45dc6357e8043dfd4f7d8d6fdf602b8cf Issue-ID: INT-706 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-18Fix Tosca csar with error variableHuang Haibin2-2/+2
a. We don't define oam_private_net_cidr but define onap_private_net_cidr b. sdnc_ip change to sdnc_ip_addr c. define mr_ip_port for infra Change-Id: If8f1b3062d5f1c78881967c24b8d8dd32e197781 Issue-ID: INT-693 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-17Add TOSCA templates to support SRIOV-NICHuang Haibin1-0/+380
Change-Id: Id3c05ac7675f29d61ff9fb0a887c88f2df3ac106 Issue-ID: INT-536 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-10Adapt to latest SDC change for SOL004 complianceLianhao Lu1-1/+1
Change-Id: Icf5673ba497f5059b2df8d60b3c6eae612581c7a Issue-ID: INT-684 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-09-20Adapt to latest HPA schema changeLianhao Lu1-4/+3
There are some HPA schema changes at https://wiki.onap.org/pages/viewpage.action?pageId=28377430 which we need to adapt to accrodingly. Change-Id: I84b758ac5b6841b2706df0a21f6da097acc0d896 Issue-ID: INT-536 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-09-06Add TOSCA templates for vCPE use caseEric Multanen2-0/+386
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>