Define SDC model to configure VXLAN tunnel 43/16143/1
authorMichael Lando <ml636r@att.com>
Wed, 27 Sep 2017 23:24:45 +0000 (02:24 +0300)
committerMichael Lando <ml636r@att.com>
Wed, 27 Sep 2017 23:30:40 +0000 (02:30 +0300)
commitb2f407007cb5ea2368c00499bcdff23318b6f96f
tree3f3dc1a61d22e2e4074e890c940666b7ac54021a
parent860fe27cfdca42547fc09414133b235f1cc5713f
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>
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