Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
62
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
25
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
TFS
controller
Commits
c103dda5
Commit
c103dda5
authored
5 months ago
by
Javier Diaz
Browse files
Options
Downloads
Patches
Plain Diff
Debugging
parent
9088c657
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!259
Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interdomain/service/topology_abstractor/DltRecorder.py
+1
-1
1 addition, 1 deletion
src/interdomain/service/topology_abstractor/DltRecorder.py
with
1 addition
and
1 deletion
src/interdomain/service/topology_abstractor/DltRecorder.py
+
1
−
1
View file @
c103dda5
...
...
@@ -4,7 +4,7 @@ from typing import Dict, Optional
from
common.Constants
import
DEFAULT_CONTEXT_NAME
,
DEFAULT_TOPOLOGY_NAME
,
INTERDOMAIN_TOPOLOGY_NAME
,
ServiceNameEnum
from
common.Settings
import
ENVVAR_SUFIX_SERVICE_HOST
,
ENVVAR_SUFIX_SERVICE_PORT_GRPC
,
find_environment_variables
,
get_env_var_name
from
common.proto.context_pb2
import
ContextEvent
,
ContextId
,
Device
,
DeviceEvent
,
DeviceId
,
EndPointId
,
Link
,
LinkEvent
,
TopologyId
,
TopologyEvent
from
common.proto.context_pb2
import
ContextEvent
,
ContextId
,
Device
,
DeviceEvent
,
DeviceId
,
EndPointId
,
Link
,
LinkId
,
LinkEvent
,
TopologyId
,
TopologyEvent
from
common.tools.context_queries.Context
import
create_context
from
common.tools.context_queries.Device
import
get_uuids_of_devices_in_topology
from
common.tools.context_queries.Topology
import
create_missing_topologies
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment