aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2019-04-26 08:14:07 +0800
committerLianhao Lu <lianhao.lu@intel.com>2019-04-26 10:42:04 +0800
commitabbad5a00c11ab0615567b617486a16d649afc1c (patch)
tree4e2f4c27e974c6a3f72d89737ac43e063ec02966
parent943ade5dc3214b3c40d85c227d8837d5d33e5561 (diff)
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 <lianhao.lu@intel.com>
-rw-r--r--tosca/vCPE/infra/MainServiceTemplate.yaml1
-rw-r--r--tosca/vCPE/infra/MainServiceTemplate_sriov.yaml1
-rw-r--r--tosca/vCPE/vbng/MainServiceTemplate.yaml1
-rw-r--r--tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml1
-rw-r--r--tosca/vCPE/vbrgemu/MainServiceTemplate.yaml1
-rw-r--r--tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml1
-rw-r--r--tosca/vCPE/vgmux/MainServiceTemplate.yaml1
-rw-r--r--tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml1
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate.yaml1
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml1
10 files changed, 10 insertions, 0 deletions
diff --git a/tosca/vCPE/infra/MainServiceTemplate.yaml b/tosca/vCPE/infra/MainServiceTemplate.yaml
index b117c7e6..7b44e835 100644
--- a/tosca/vCPE/infra/MainServiceTemplate.yaml
+++ b/tosca/vCPE/infra/MainServiceTemplate.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_infra
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_infra
imports:
diff --git a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
index 2945555d..ca343334 100644
--- a/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/infra/MainServiceTemplate_sriov.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_infra
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_infra
imports:
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:
diff --git a/tosca/vCPE/vbrgemu/MainServiceTemplate.yaml b/tosca/vCPE/vbrgemu/MainServiceTemplate.yaml
index 1e4a36e9..e337008d 100644
--- a/tosca/vCPE/vbrgemu/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vbrgemu/MainServiceTemplate.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_vbrgemu
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_vbrgemu
imports:
diff --git a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
index 58153231..af778c25 100644
--- a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_vbrgemu
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_vbrgemu
imports:
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate.yaml b/tosca/vCPE/vgmux/MainServiceTemplate.yaml
index 2a6385bc..dd3e8f29 100644
--- a/tosca/vCPE/vgmux/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vgmux/MainServiceTemplate.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_vgmux
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_vgmux
imports:
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
index 3b727d27..171f8782 100644
--- a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
+++ b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml
@@ -3,6 +3,7 @@ metadata:
template_name: vCPE_vgmux
template_version: "1.0"
template_author: onap
+ VNFD_SCHEMA_VERSION: "2.5.1+1"
description: vCPE_vgmux
imports:
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: