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

Pre-merge code cleanup

parent 3a8a8139
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!272Resolve: "(OPT) QKD Application Register (new component)" (enhancements and fixes)
...@@ -23,7 +23,7 @@ yang_validator = YangValidator('etsi-qkd-sdn-node', ['etsi-qkd-node-types']) ...@@ -23,7 +23,7 @@ yang_validator = YangValidator('etsi-qkd-sdn-node', ['etsi-qkd-node-types'])
nodes = { nodes = {
'10.211.36.220:11111': {'node': { '10.0.2.10:11111': {'node': {
'qkdn_id': '00000001-0000-0000-0000-000000000000', 'qkdn_id': '00000001-0000-0000-0000-000000000000',
}, },
'qkdn_capabilities': { 'qkdn_capabilities': {
...@@ -54,7 +54,7 @@ nodes = { ...@@ -54,7 +54,7 @@ nodes = {
{ {
'qkdi_id': '101', 'qkdi_id': '101',
'qkdi_att_point': { 'qkdi_att_point': {
'device':'10.211.36.220', 'device':'10.0.2.10',
'port':'1001' 'port':'1001'
}, },
'qkdi_capabilities': { 'qkdi_capabilities': {
...@@ -69,7 +69,7 @@ nodes = { ...@@ -69,7 +69,7 @@ nodes = {
} }
}, },
'10.211.36.220:22222': {'node': { '10.0.2.10:22222': {'node': {
'qkdn_id': '00000002-0000-0000-0000-000000000000', 'qkdn_id': '00000002-0000-0000-0000-000000000000',
}, },
'qkdn_capabilities': { 'qkdn_capabilities': {
...@@ -100,7 +100,7 @@ nodes = { ...@@ -100,7 +100,7 @@ nodes = {
{ {
'qkdi_id': '201', 'qkdi_id': '201',
'qkdi_att_point': { 'qkdi_att_point': {
'device':'10.211.36.220', 'device':'10.0.2.10',
'port':'2001' 'port':'2001'
}, },
'qkdi_capabilities': { 'qkdi_capabilities': {
...@@ -109,7 +109,7 @@ nodes = { ...@@ -109,7 +109,7 @@ nodes = {
{ {
'qkdi_id': '202', 'qkdi_id': '202',
'qkdi_att_point': { 'qkdi_att_point': {
'device':'10.211.36.220', 'device':'10.0.2.10',
'port':'2002' 'port':'2002'
}, },
'qkdi_capabilities': { 'qkdi_capabilities': {
...@@ -124,7 +124,7 @@ nodes = { ...@@ -124,7 +124,7 @@ nodes = {
} }
}, },
'10.211.36.220:33333': {'node': { '10.0.2.10:33333': {'node': {
'qkdn_id': '00000003-0000-0000-0000-000000000000', 'qkdn_id': '00000003-0000-0000-0000-000000000000',
}, },
'qkdn_capabilities': { 'qkdn_capabilities': {
...@@ -155,7 +155,7 @@ nodes = { ...@@ -155,7 +155,7 @@ nodes = {
{ {
'qkdi_id': '301', 'qkdi_id': '301',
'qkdi_att_point': { 'qkdi_att_point': {
'device':'10.211.36.220', 'device':'10.0.2.10',
'port':'3001' 'port':'3001'
}, },
'qkdi_capabilities': { 'qkdi_capabilities': {
......
# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
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