diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-11-02 15:19:59 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-11-02 15:45:57 -0700 |
commit | 9cc13107ea7f618a38ed05de2966006756f73d73 (patch) | |
tree | 1b025d667c31ec6ed0faff589730a75e736e04a9 /installation | |
parent | daf021bcfe5bf653fc66bdb73337dd3ad4e8c3ed (diff) |
Update brg topo activate DG
brg-topology-operation-activate should
setup vxlan port/tunnel between vBRG
and vgMUX. This patch adds
the vcpe-vpp-bridge-domain.json template
and edits brg topo activate DG and
the generic-resource-api-dg.properties
to enable setup of the vxlan tunnel.
Issue-Id: SDNC-164
Change-Id: Ic5e473f16e2fb2e90149619accc857a64c3dbbd2
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Former-commit-id: 8235f3c0e35d379937e6e12130435aa76a5ac0bf
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index a818eefb..c0631327 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -2,10 +2,16 @@ restapi.templateDir=/opt/onap/sdnc/restapi/templates controller.url=http://localhost:8181 controller.user=admin controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +honeycomb.url=http://{honeycomb-instance-ip}:8183 +honeycomb.user=admin +honeycomb.password=admin + # Templates restapi.sz.templatefile=security-zone-allotted-resource.json restapi.cr.templatefile=contrail-route-allotted-resource.json restapi.brg.templatefile=brg-allotted-resource.json +restapi.brg.vxlan-tunnel.templatefile=vcpe-vxlan-tunnel.json +restapi.brg.vpp-bridge-domain.templatefile=vcpe-vpp-bridge-domain.json restapi.tx.templatefile=tx-allotted-resource.json restapi.parentsvc.templatefile=parent-provided-allotted-resource.json restapi.network-ar.templatefile=network-provided-allotted-resources.json @@ -14,6 +20,7 @@ restapi.vnf-ar.templatefile=vnf-provided-allotted-resources.json restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/ restapi.sz-allottedresource=/restconf/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/ restapi.brg-allottedresource=/restconf/config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/ +restapi.brg-vpp-honeycomb=/restconf/config/ietf-interfaces:interfaces/interface/{tunnel-name} restapi.tx-allottedresource=/restconf/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/ restapi.vnf-provided-allottedresource=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/ restapi.network-provided-allottedresource=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/ |