From 28ef96c14e96cbec364f3329e2e645accc98247b Mon Sep 17 00:00:00 2001 From: ngyimesi <norbi@gyimesiek.hu> Date: Thu, 15 Sep 2022 01:28:38 +0200 Subject: [PATCH] Magic linstor defaults config --- files/memory-defaults.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/memory-defaults.yaml diff --git a/files/memory-defaults.yaml b/files/memory-defaults.yaml new file mode 100644 index 0000000..3d2db43 --- /dev/null +++ b/files/memory-defaults.yaml @@ -0,0 +1,10 @@ +NodeConnections: + - Node1: vsalgo-node-1 + Node2: vsalgo-node-2 + RequiredConnections: [ cluster, admin, internal ] + - Node1: vsalgo-node-2 + Node2: vsalgo-node-3 + RequiredConnections: [ cluster, admin, internal ] + - Node1: vsalgo-node-1 + Node2: vsalgo-node-3 + RequiredConnections: [ cluster, admin, internal ] \ No newline at end of file -- GitLab