Define SDC model to configure VXLAN tunnel 33/12933/4
authorArun S. Yerra <arun.yerra@huawei.com>
Sun, 17 Sep 2017 23:01:54 +0000 (16:01 -0700)
committerMichael Lando <ml636r@att.com>
Wed, 27 Sep 2017 23:19:23 +0000 (02:19 +0300)
commit9c30830252a19e7d949447896fb097dc86b4f3df
tree5410cf7e19c2a383c503e7db299ab57ffc66fe4e
parent539703511367eaaaac04b0d997ddf8679e224dfb
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>
catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.json [new file with mode: 0644]
catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml [new file with mode: 0644]
catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip [new file with mode: 0644]
catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py