summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py')
-rw-r--r--catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py12
1 files changed, 9 insertions, 3 deletions
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/",