Fix tunnelxconn DGs 07/19907/1
authorDan Timoney <dtimoney@att.com>
Fri, 20 Oct 2017 15:46:26 +0000 (11:46 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 20 Oct 2017 15:46:26 +0000 (11:46 -0400)
commit93bb9d70960c1eba2659e05f323531a1859a6c15
tree4110c0b231c57794c1ed4e4871d42e01e90c83f3
parente5434a77ea0d75a44622f5ee881674bda1abc309
Fix tunnelxconn DGs

Tunnelxconn DGs had cut/paste errors (referred to security-zone
incorrectly).  Also, restapi templates were missing.

Change-Id: Ib7aad71796301632e9269aa9e3e5e5fd266d7a94
Issue-ID: SDNC-139
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 76c06d99c067aa7be038e496753caee30ee01d0b
25 files changed:
installation/src/main/properties/generic-resource-api-dg.properties
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-activate.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-assign.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-create.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-deactivate.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-delete.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-unassign.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_tunnelxconn-topology-operation.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-tunnelxconn-input.json [changed mode: 0755->0644]
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-activate.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-assign.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-create.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-deactivate.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-delete.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_tunnelxconn-topology-operation-unassign.xml
platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-tunnelxconn-input.xml
platform-logic/installer/src/assembly/assemble_zip.xml
platform-logic/pom.xml
platform-logic/restapi-templates/pom.xml [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/contrail-route-allotted-resource.json [new file with mode: 0755]
platform-logic/restapi-templates/src/main/json/network-provided-allotted-resources.json [new file with mode: 0755]
platform-logic/restapi-templates/src/main/json/parent-provided-allotted-resource.json [new file with mode: 0755]
platform-logic/restapi-templates/src/main/json/security-zone-allotted-resource.json [new file with mode: 0755]
platform-logic/restapi-templates/src/main/json/tunnelxconn-allotted-resource.json [new file with mode: 0755]
platform-logic/restapi-templates/src/main/json/vnf-provided-allotted-resources.json [new file with mode: 0755]