X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Ftopology-server%2Fresources%2Fconfig%2Ftapi-common-operational.xml;fp=smo-install%2Foran_oom%2Ftopology-server%2Fresources%2Fconfig%2Ftapi-common-operational.xml;h=0000000000000000000000000000000000000000;hb=dd88f8e183d4463db48e1db2abb5d101e3dfb02a;hp=87927ca25d902c196f3193690bbd9ba9c21a6e7a;hpb=aed39eed3108410e207827c54b103581e45ae3ed;p=it%2Fdep.git diff --git a/smo-install/oran_oom/topology-server/resources/config/tapi-common-operational.xml b/smo-install/oran_oom/topology-server/resources/config/tapi-common-operational.xml deleted file mode 100644 index 87927ca2..00000000 --- a/smo-install/oran_oom/topology-server/resources/config/tapi-common-operational.xml +++ /dev/null @@ -1,113 +0,0 @@ - - 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 - - - -