aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vCPE/vgmux/MainServiceTemplate.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Fix spacing issues in YAML files in tosca/Bartek Grzybowski1-1/+0
Fixes applied as reported by yamllint. Change-Id: Ie152fb8a1f5b61488be15cd81915decb2f806364 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-04-26vCPE tosca: Add metadata VNFD_SCHEMA_VERSIONLianhao Lu1-0/+1
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-22Adapt to latest tosca onboarding DM changeLianhao Lu1-71/+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 Huang1-2/+2
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-11-19Change Other to OTHERHaibin Huang1-2/+2
Change-Id: I5c4f26cc89000b58bf1468e54193887a170e27d7 Issue-ID: INT-743 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-11-07update vCPE artifact layout and Template fileliboNet1-39/+15
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-10-18Fix Tosca csar with error variableHuang Haibin1-1/+1
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-09-20Adapt to latest HPA schema changeLianhao Lu1-6/+4
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 Multanen1-0/+383
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>