From 69ec750dfeccec5b2458f6f0e08d71275b4001ce Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Tue, 18 Jun 2024 14:30:39 +0000 Subject: [PATCH] Resolve "Add missing config information for QKD manager communication" See merge request danet/quant!154 --- config/goKMS/example02.yaml | 2 ++ config/goKMS/example03.yaml | 2 ++ config/goKMS/example04.yaml | 2 ++ config/goKMS/small_kms_1.yaml | 2 ++ config/goKMS/small_kms_2.yaml | 2 ++ dev_env_data/debug_configs/config/kms/kms_1.yaml | 2 ++ dev_env_data/debug_configs/config/kms/kms_2.yaml | 2 ++ 7 files changed, 14 insertions(+) diff --git a/config/goKMS/example02.yaml b/config/goKMS/example02.yaml index daae3148..32cc939b 100644 --- a/config/goKMS/example02.yaml +++ b/config/goKMS/example02.yaml @@ -32,3 +32,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.16 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/example03.yaml b/config/goKMS/example03.yaml index 8569c6dd..9bb031d7 100644 --- a/config/goKMS/example03.yaml +++ b/config/goKMS/example03.yaml @@ -32,3 +32,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.20 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/example04.yaml b/config/goKMS/example04.yaml index 90d6ced6..c16622a4 100644 --- a/config/goKMS/example04.yaml +++ b/config/goKMS/example04.yaml @@ -34,3 +34,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.21 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/small_kms_1.yaml b/config/goKMS/small_kms_1.yaml index 55f848e9..686e5d39 100644 --- a/config/goKMS/small_kms_1.yaml +++ b/config/goKMS/small_kms_1.yaml @@ -15,3 +15,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_1 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/small_kms_2.yaml b/config/goKMS/small_kms_2.yaml index 5aa02a05..83c4bb0c 100644 --- a/config/goKMS/small_kms_2.yaml +++ b/config/goKMS/small_kms_2.yaml @@ -15,3 +15,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_2 +QkdnManagerServer: + Address: ":8090" diff --git a/dev_env_data/debug_configs/config/kms/kms_1.yaml b/dev_env_data/debug_configs/config/kms/kms_1.yaml index 899aa6a1..2418ae7a 100644 --- a/dev_env_data/debug_configs/config/kms/kms_1.yaml +++ b/dev_env_data/debug_configs/config/kms/kms_1.yaml @@ -20,3 +20,5 @@ Peers: QuantumModule: Type: emulated Address: 172.200.20.20 +QkdnManagerServer: + Address: ":8090" diff --git a/dev_env_data/debug_configs/config/kms/kms_2.yaml b/dev_env_data/debug_configs/config/kms/kms_2.yaml index e9d763dc..de4255d8 100644 --- a/dev_env_data/debug_configs/config/kms/kms_2.yaml +++ b/dev_env_data/debug_configs/config/kms/kms_2.yaml @@ -20,3 +20,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_2 +QkdnManagerServer: + Address: ":8090" -- GitLab