diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-26 16:43:24 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-26 13:53:05 +0000 |
commit | b65b96ecf1712bed1dedbcefe0fb79e51ed2cda8 (patch) | |
tree | c688c13fbd0a1c29ef4968d05ee09a1d92f605a9 /catalog-be/src | |
parent | 7cb00e69c6090b11095f2fc7df459f03f6b7ccd8 (diff) |
Sanity docker build
Huawei_vHSS.csar + vMME.csar + vPCRF_aligned_fixed.csar +
vCSCF_aligned.csar + vSBC_aligned.csar aligned VNF addition
Change-Id: I7a4fd9b9f82bd5d821568c386c6a22f433e5a557
Issue-ID: SDC-478
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
(cherry picked from commit 4f74ac66e4e115654ec30c1f5553e079c3bd4e58)
Diffstat (limited to 'catalog-be/src')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py | 6 |
1 files changed, 3 insertions, 3 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 664c5cc64a..18d2270442 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py @@ -26,12 +26,12 @@ def importOnapTypes(beHost, bePort, adminUser, fileDir, updateversion): "extZteCP", "extZteVDU", "extZteVL", + "NSD", + "VDU", "vduCompute", "vduCpd", "vduVirtualStorage", - "vnfVirtualLinkDesc", - "NSD", - "VDU" + "vnfVirtualLinkDesc" ] responseCodes = [200, 201] |