blob: 66ef4d95cd63c0917c25eba67431a7b0d843d191 [file] [log] [blame]
{
"devices" : {
{{ range $index, $element := . }}
"{{ .Id}}" : {
"segmentrouting" : {
"name" : "device-{{ .ChassisId }}",
"nodeSid" : 10{{ $index }},
"routerIp" : "{{ .Annotations.ManagementAddress }}",
"routerMac" : "cc:37:ab:00:00:0{{ $index }}",
"isEdgeRouter" : true,
"adjacencySids" : []
}
}{{ .Comma }}{{ end }}
},