Loading src/interdomain/service/topology_abstractor/AbstractDevice.py +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class AbstractDevice: self.__device_type : DeviceTypeEnum = device_type self.__device : Optional[Device] = None # Dict[device_uuid, Dict[endpoint_name, abstract EndPoint]] # Dict[device_name, Dict[endpoint_name, abstract EndPoint]] self.__device_endpoint_to_abstract : Dict[str, Dict[str, EndPoint]] = dict() # Dict[endpoint_name, device_name] Loading src/interdomain/service/topology_abstractor/ToDo.txt 0 → 100644 +22 −0 Original line number Diff line number Diff line for some reason, context(inter):topology(admin) is being created - applies when topology abstractor is activated - seems it is not due to interdomain, but DLT - check if DLT is creating context(inter) and rest of weird entities - given now IDC works with names, might happen that - DLT is not recognizing local events - IDC is sending to DLT wrong records - revalidate all logs - re-validate nfv-sdn'22 demo - in domain 1, context(admin)/topo(admin) abstracted domain is shown - in domain 1, context(admin)/topo(inter) not rendered properly - in domain 1 there is a wrongly formatted link: UUID Name Endpoints 2a955dca-7282-51b6-bf02-46be28ad4b0e DC1/D1==R1@D1/DC1 D1 / Device: DC1 DC1 / Device: R1@D1 2adc48f1-fbea-5a3d-a7e1-3a28a1351ffa 37b8964d-dac2-5a2b-8bae-35d3154fbf20/DC1==cda90d2f-e7b0-5837-8f2e-2fb29dd9b367/86fce79b-e474-54d7-8a6f-5b2c10cad6c2 DC1 / Device: D1 D1 / Device: DC1 - in domain 2 it is shown an error in webui while accessing context(d1)/topo(admin) src/interdomain/service/topology_abstractor/TopologyAbstractor.py +2 −2 File changed.Contains only whitespace changes. Show changes Loading
src/interdomain/service/topology_abstractor/AbstractDevice.py +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class AbstractDevice: self.__device_type : DeviceTypeEnum = device_type self.__device : Optional[Device] = None # Dict[device_uuid, Dict[endpoint_name, abstract EndPoint]] # Dict[device_name, Dict[endpoint_name, abstract EndPoint]] self.__device_endpoint_to_abstract : Dict[str, Dict[str, EndPoint]] = dict() # Dict[endpoint_name, device_name] Loading
src/interdomain/service/topology_abstractor/ToDo.txt 0 → 100644 +22 −0 Original line number Diff line number Diff line for some reason, context(inter):topology(admin) is being created - applies when topology abstractor is activated - seems it is not due to interdomain, but DLT - check if DLT is creating context(inter) and rest of weird entities - given now IDC works with names, might happen that - DLT is not recognizing local events - IDC is sending to DLT wrong records - revalidate all logs - re-validate nfv-sdn'22 demo - in domain 1, context(admin)/topo(admin) abstracted domain is shown - in domain 1, context(admin)/topo(inter) not rendered properly - in domain 1 there is a wrongly formatted link: UUID Name Endpoints 2a955dca-7282-51b6-bf02-46be28ad4b0e DC1/D1==R1@D1/DC1 D1 / Device: DC1 DC1 / Device: R1@D1 2adc48f1-fbea-5a3d-a7e1-3a28a1351ffa 37b8964d-dac2-5a2b-8bae-35d3154fbf20/DC1==cda90d2f-e7b0-5837-8f2e-2fb29dd9b367/86fce79b-e474-54d7-8a6f-5b2c10cad6c2 DC1 / Device: D1 D1 / Device: DC1 - in domain 2 it is shown an error in webui while accessing context(d1)/topo(admin)
src/interdomain/service/topology_abstractor/TopologyAbstractor.py +2 −2 File changed.Contains only whitespace changes. Show changes