blob: 2bb0e271d999dcf5c2e1f78c67ffe235165d87eb [file] [log] [blame]
gunjan56e19d272016-07-07 14:23:26 -07001{
2 "devices" : {
3{{ range . }}
4 "{{ .Id}}" : {
5 "segmentrouting" : {
6 "name" : "device-{{ .ChassisId }}",
7 "nodeSid" : 1{{ .ChassisId }},
8 "routerIp" : "{{ .Annotations.ManagementAddress }}",
9 "routerMac" : "cc:37:ab:cc:ef:{{ .ChassisId }}",
10 "isEdgeRouter" : true,
11 "adjacencySids" : []
12 }
13 }{{ .Comma }}{{ end }}
14 },
15