From abbad5a00c11ab0615567b617486a16d649afc1c Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 26 Apr 2019 08:14:07 +0800 Subject: vCPE tosca: Add metadata VNFD_SCHEMA_VERSION 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 --- tosca/vCPE/vgw/MainServiceTemplate.yaml | 1 + tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'tosca/vCPE/vgw') diff --git a/tosca/vCPE/vgw/MainServiceTemplate.yaml b/tosca/vCPE/vgw/MainServiceTemplate.yaml index 3fda350c..5a8611a0 100644 --- a/tosca/vCPE/vgw/MainServiceTemplate.yaml +++ b/tosca/vCPE/vgw/MainServiceTemplate.yaml @@ -3,6 +3,7 @@ metadata: template_name: vCPE_vgw template_version: "1.0" template_author: onap + VNFD_SCHEMA_VERSION: "2.5.1+1" description: vCPE_vgw imports: diff --git a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml index bb7819f3..4063f957 100644 --- a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml @@ -3,6 +3,7 @@ metadata: template_name: vCPE_vgw template_version: "1.0" template_author: onap + VNFD_SCHEMA_VERSION: "2.5.1+1" description: vCPE_vgw imports: -- cgit 1.2.3-korg