From b2f407007cb5ea2368c00499bcdff23318b6f96f Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Thu, 28 Sep 2017 02:24:45 +0300 Subject: 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 --- catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/scripts/import') 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] -- cgit 1.2.3-korg