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:49:07 +0300
committerMichael Lando <ml636r@att.com>2017-10-05 01:49:07 +0300
commit00dfa07e91d2d90422334e1696b94b5e3b39f854 (patch)
treea4c1d71213ec87c1c72c041195487cebc51702bf /catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py
parent7a89caebb380ee1ab9b01d07251c51226cd47336 (diff)
normative fix
Change-Id: I66176e5dcbda425436bf7e0594e6bed1a914bb3f 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"