aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-05 01:51:28 +0300
committerMichael Lando <ml636r@att.com>2017-10-05 01:51:28 +0300
commit168dd68fa502bd817dd4d6babe63e3e39876908b (patch)
treea4b0ffac38eb51ecb66568e5e055b073aee30dff /catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
parent51e8fb68f82c59d75cd992a257d733fc2fd8672c (diff)
normative fix
Change-Id: I5ba61afae1d974c78d1a80e931533f386e0015f0 Issue-ID: SDC-410 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py')
-rw-r--r--catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
index 44b63a795b..f91b64ed81 100644
--- a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
+++ b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
@@ -21,7 +21,12 @@ import importCommon
def importOnapTypes(beHost, bePort, adminUser, fileDir, updateversion):
- onapTypes = [ "vduCompute",
+ onapTypes = [ "extImageFile",
+ "extLocalStorage",
+ "extZteCP",
+ "extZteVDU",
+ "extZteVL",
+ "vduCompute",
"vduCpd",
"vduVirtualStorage",
"vnfVirtualLinkDesc"