diff options
author | Arun S. Yerra <arun.yerra@huawei.com> | 2017-09-17 16:01:54 -0700 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-28 02:19:23 +0300 |
commit | 9c30830252a19e7d949447896fb097dc86b4f3df (patch) | |
tree | 5410cf7e19c2a383c503e7db299ab57ffc66fe4e /catalog-be/src/main/resources/scripts | |
parent | 539703511367eaaaac04b0d997ddf8679e224dfb (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.
Issue-Id: SDC-342
Change-Id: I1b3b8bdcff60128223d47f3bfafe50766017d2de
Signed-off-by: Arun S. Yerra <arun.yerra@huawei.com>
Diffstat (limited to 'catalog-be/src/main/resources/scripts')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py | 3 |
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] |