aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/import
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-09-28 02:24:45 +0300
committerMichael Lando <ml636r@att.com>2017-09-28 02:30:40 +0300
commitb2f407007cb5ea2368c00499bcdff23318b6f96f (patch)
tree3f3dc1a61d22e2e4074e890c940666b7ac54021a /catalog-be/src/main/resources/scripts/import
parent860fe27cfdca42547fc09414133b235f1cc5713f (diff)
Define SDC model to configure VXLAN tunnel
VoLTE use case contains a VXLAN tunnel between edge and core datacenters. This patch defines TOSCA template that enables user to input configuration parameters required to associate local network within dataceter to a VXLAN tunnel between data centers. Local network within data center is created dynamically while provisioning either vIMS or vEPC services and this SDC model enables configuration of VXLAN gateways to forward local network traffic through inter-DC VXLAN tunnel. Change-Id: Idff16d823abb103b1a6df268d69dd81d7fe92f56 Issue-Id: SDC-342 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts/import')
-rw-r--r--catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py
index 0530502376..78b257d6f3 100644
--- a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py
+++ b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py
@@ -52,7 +52,8 @@ def importHeatTypes(beHost, bePort, adminUser, fileDir, updateversion):
"contrailV2VLANSubInterface",
"multiFlavorVFC",
"vnfConfiguration",
- "underlayVpn"
+ "underlayVpn",
+ "overlayTunnel"
]
responseCodes = [200, 201]