Skip to content
Snippets Groups Projects
Commit aa159a61 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

E2E Orchestrator component:

- Corrected vlink optical service endpoints
parent 27392e76
No related branches found
No related tags found
4 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!328Resolve "(CTTC) Update recommendations to use SocketIO on NBI and E2E Orch components",!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -160,7 +160,7 @@ def compose_optical_service(vlink_request : Dict) -> Dict: ...@@ -160,7 +160,7 @@ def compose_optical_service(vlink_request : Dict) -> Dict:
ServiceTypeEnum.SERVICETYPE_OPTICAL_CONNECTIVITY, ServiceTypeEnum.SERVICETYPE_OPTICAL_CONNECTIVITY,
context_id=json_context_id(DEFAULT_CONTEXT_NAME), context_id=json_context_id(DEFAULT_CONTEXT_NAME),
endpoint_ids=[ endpoint_ids=[
optical_border_endpoint_ids[1], optical_border_endpoint_ids[2] optical_border_endpoint_ids[0], optical_border_endpoint_ids[-1]
], ],
constraints=constraints, constraints=constraints,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment