From 7f44bb81df1136d491af97333e278c9a5f76f967 Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso <bernardo@elixxir.io> Date: Wed, 8 May 2019 12:46:53 -0600 Subject: [PATCH] Add all gateways to server config, after server changes --- basice2e/server-1.yaml | 4 ++++ basice2e/server-2.yaml | 4 ++++ basice2e/server-3.yaml | 4 ++++ basice2e/server-4.yaml | 4 ++++ basice2e/server-5.yaml | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/basice2e/server-1.yaml b/basice2e/server-1.yaml index 1b9e5e4..a0a0abf 100644 --- a/basice2e/server-1.yaml +++ b/basice2e/server-1.yaml @@ -18,6 +18,10 @@ servers: - localhost:50004 gateways: - "localhost:8440" + - "localhost:8441" + - "localhost:8442" + - "localhost:8443" + - "localhost:8444" keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt" diff --git a/basice2e/server-2.yaml b/basice2e/server-2.yaml index 184abe1..301e4e7 100644 --- a/basice2e/server-2.yaml +++ b/basice2e/server-2.yaml @@ -17,7 +17,11 @@ servers: - localhost:50003 - localhost:50004 gateways: + - "localhost:8440" - "localhost:8441" + - "localhost:8442" + - "localhost:8443" + - "localhost:8444" keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt" diff --git a/basice2e/server-3.yaml b/basice2e/server-3.yaml index e402126..11fe517 100644 --- a/basice2e/server-3.yaml +++ b/basice2e/server-3.yaml @@ -17,7 +17,11 @@ servers: - localhost:50003 - localhost:50004 gateways: + - "localhost:8440" + - "localhost:8441" - "localhost:8442" + - "localhost:8443" + - "localhost:8444" keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt" diff --git a/basice2e/server-4.yaml b/basice2e/server-4.yaml index 0a6839f..0b7b940 100644 --- a/basice2e/server-4.yaml +++ b/basice2e/server-4.yaml @@ -17,7 +17,11 @@ servers: - localhost:50003 - localhost:50004 gateways: + - "localhost:8440" + - "localhost:8441" + - "localhost:8442" - "localhost:8443" + - "localhost:8444" keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt" diff --git a/basice2e/server-5.yaml b/basice2e/server-5.yaml index b587879..2b9a35c 100644 --- a/basice2e/server-5.yaml +++ b/basice2e/server-5.yaml @@ -17,6 +17,10 @@ servers: - localhost:50003 - localhost:50004 gateways: + - "localhost:8440" + - "localhost:8441" + - "localhost:8442" + - "localhost:8443" - "localhost:8444" keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" -- GitLab