summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2021-02-11 13:20:21 +0000
committerChristophe Closset <christophe.closset@intl.att.com>2021-02-21 16:01:04 +0000
commit2b609a313cfa4ab4b523f20627541264ad1e30f5 (patch)
tree335f324590094d4c435bcdb9956ee6a7a47237c3 /catalog-be/src/main/resources/scripts/sdcBePy/tosca/models
parent13b39127c1c91d7c05c67ea2c14220c8f992cba5 (diff)
ETSI NSD SOL001 v3.3.1 types
Types in 2.7.1 folder are types valid for v3.3.1 that have not changed from v2.7.1 Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3339 Change-Id: I8961bc9fc22ac53d61c785ef5f6cec0f958e9030
Diffstat (limited to 'catalog-be/src/main/resources/scripts/sdcBePy/tosca/models')
-rw-r--r--catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeToUpdateList.py2
-rw-r--r--catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py12
2 files changed, 10 insertions, 4 deletions
diff --git a/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeToUpdateList.py b/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeToUpdateList.py
index 2d243d80ab..6537b1cdd0 100644
--- a/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeToUpdateList.py
+++ b/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeToUpdateList.py
@@ -58,7 +58,7 @@ def get_nfv(types, base_location="/"):
def get_nfv_2_7_1(types, base_location="/"):
return NormativeTypeCandidate(base_location + "nfv-types/2.7.1/",
- types.get_type("nfv_2_7_1"))
+ types.get_type("nfv_2_7_1"))
def get_nfv_3_3_1(types, base_location="/"):
return NormativeTypeCandidate(base_location + "nfv-types/3.3.1/",
diff --git a/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py b/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py
index 12a4491b96..b6cfb9e264 100644
--- a/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py
+++ b/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py
@@ -112,11 +112,16 @@ def get_nfv(base_file_location="/"):
"OntPnf",
"PonUni",
"OltNni",
- "OntNni"])
+ "OntNni",
+ "Sap"])
def get_nfv_2_7_1(base_file_location="/"):
return NormativeTypeCandidate(base_file_location + "nfv-types/2.7.1/",
- ["vduCompute",
+ ["NfpPositionElement",
+ "NfpPosition",
+ "NFP",
+ "Forwarding",
+ "vduCompute",
"vduVirtualFileStorage",
"vnfExtCp",
"vduCp",
@@ -125,7 +130,8 @@ def get_nfv_2_7_1(base_file_location="/"):
def get_nfv_3_3_1(base_file_location="/"):
return NormativeTypeCandidate(base_file_location + "nfv-types/3.3.1/",
["vduVirtualBlockStorage",
- "VNF"])
+ "VNF",
+ "NS"])
def get_nfv_4_1_1(base_file_location="/"):
return NormativeTypeCandidate(base_file_location + "nfv-types/4.1.1/",