6f69da3a-a243-4058-974e-baf11c357b7a test context 7adfee73-44be-4813-a0dc-89f657f0a436 {{ range $node := .Values.nodes }} {{ $node.uuid }} {{ $node.nodeEdgePointUuid }} ETH tapi-dsr:DIGITAL_SIGNAL_TYPE_GigE BIDIRECTIONAL SYMMETRIC interface-name {{ $node.interfaceName }} interface-description {{ $node.interfaceDescription }} LOCKED ENABLED INSTALLED ETH device-name {{ $node.name }} LOCKED ENABLED INSTALLED cost value-1 alg1 property-1 latency-1 queue-1 jitter-1 wander-1 {{ end }} {{ $topologyUuid := .Values.topologyUuid }} {{ $nodes := .Values.nodes }} {{ range $link := .Values.links }} {{ $link.uuid }} {{ $topologyUuid }} {{ range $duNode := $nodes }}{{ if eq $duNode.name $link.duNode}} {{ $duNode.uuid }} {{ $duNode.nodeEdgePointUuid }} {{ end }}{{ end }} {{ $topologyUuid }} {{ range $ruNode := $nodes }}{{ if eq $ruNode.name $link.ruNode }} {{ $ruNode.uuid }} {{ $ruNode.nodeEdgePointUuid }} {{ end }}{{ end }} ETH BIDIRECTIONAL link-name {{ $link.duNode }}-to-{{ $link.ruNode }} LOCKED ENABLED INSTALLED cost value-1 alg1 property-1 latency-1 queue-1 jitter-1 wander-1 risk-name risk-1 mechanism-1 validated very-robust layer-protocol-1---should-it-be-an-uuid? layer-protocol-2---should-it-be-an-uuid? {{ end }} ETH test topology