Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Local Controller Emulator as a simple http server with basic auth that takes POST input, logs the data and returns successsucces-dci-connnect.jsons.

      2. Create the Directed Graph

...

cd /opt/openecomp/sdnc/data

create the file "l3-dci-connnectconnect.json"


No Format
{
   "l3-dci-connect": {
	   "id": "${device.id}",
	   "name": "${device.name}",
	   "description": "${device.description}",
	   "router_id": "${device.router_id}",
	   "local_subnets": ["${device.local_subnets}"],
	   "local_network_all":false,
	   "evpn_irts": ["${device.evpn_irts}"],
	   "evpn_erts": ["${device.evpn_erts}"],
	   "l3_vni": "${device.wan.l3_vni}"
   }
}

...