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/vbng/MainServiceTemplate.yaml | 1 + tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'tosca/vCPE/vbng') diff --git a/tosca/vCPE/vbng/MainServiceTemplate.yaml b/tosca/vCPE/vbng/MainServiceTemplate.yaml index d1ee7a18..f4b7633d 100644 --- a/tosca/vCPE/vbng/MainServiceTemplate.yaml +++ b/tosca/vCPE/vbng/MainServiceTemplate.yaml @@ -3,6 +3,7 @@ metadata: template_name: vCPE_vbng template_version: "1.0" template_author: onap + VNFD_SCHEMA_VERSION: "2.5.1+1" description: vCPE_vbng imports: diff --git a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml index 4dfd3d0b..99d217b3 100644 --- a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml @@ -3,6 +3,7 @@ metadata: template_name: vCPE_vbng template_version: "1.0" template_author: onap + VNFD_SCHEMA_VERSION: "2.5.1+1" description: vCPE_vbng imports: -- cgit 1.2.3-korg