Skip to content
Snippets Groups Projects
Commit 60bc71f4 authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'feature/jono/yamlUpdate' into 'release'

Fix server and gateway YAML files

See merge request elixxir/integration!130
parents 1b3874c2 92773f8b
No related branches found
No related tags found
1 merge request!4Release
......@@ -12,7 +12,7 @@ log: "results/gateways/gateway-1.log"
logLevel: 1
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50000"
cmixAddress: "127.0.0.1:50000"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
devMode: true
......
......@@ -12,7 +12,7 @@ log: "results/gateways/gateway-2.log"
logLevel: 1
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50001"
cmixAddress: "127.0.0.1:50001"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
devMode: true
......
......@@ -12,7 +12,7 @@ log: "results/gateways/gateway-3.log"
logLevel: 1
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50002"
cmixAddress: "127.0.0.1:50002"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
devMode: true
......
......@@ -12,7 +12,7 @@ log: "results/gateways/gateway-4.log"
logLevel: 1
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50003"
cmixAddress: "127.0.0.1:50003"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
devMode: true
......
......@@ -12,7 +12,7 @@ log: "results/gateways/gateway-5.log"
logLevel: 1
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50004"
cmixAddress: "127.0.0.1:50004"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
devMode: true
......
......@@ -9,7 +9,7 @@ registrationCode: "qpol"
useGPU: false
devMode: true
logLevel: 1
node:
cmix:
paths:
idf: "results/servers/nodeID-1.json"
cert: "../keys/cmix.rip.crt"
......@@ -27,7 +27,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -9,7 +9,7 @@ registrationCode: "yiiq"
useGPU: false
devMode: true
logLevel: 1
node:
cmix:
paths:
idf: "results/servers/nodeID-2.json"
cert: "../keys/cmix.rip.crt"
......@@ -27,7 +27,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -9,7 +9,7 @@ registrationCode: "vydz"
useGPU: false
devMode: true
logLevel: 1
node:
cmix:
paths:
idf: "results/servers/nodeID-3.json"
cert: "../keys/cmix.rip.crt"
......@@ -27,7 +27,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -9,7 +9,7 @@ registrationCode: "gwxs"
useGPU: false
devMode: true
logLevel: 1
node:
cmix:
paths:
idf: "results/servers/nodeID-4.json"
cert: "../keys/cmix.rip.crt"
......@@ -27,7 +27,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -9,7 +9,7 @@ registrationCode: "nahv"
useGPU: false
devMode: true
logLevel: 1
node:
cmix:
paths:
idf: "results/servers/nodeID-5.json"
cert: "../keys/cmix.rip.crt"
......@@ -27,7 +27,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -12,7 +12,7 @@ log: "results/gatway-1.log"
logLevel: 2
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60000"
cmixAddress: "127.0.0.1:60000"
# The public IPv4 address of the Gateway, as reported to the network, to use
# instead of dynamically looking up Gateway's own IP address. If a port is not
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-1.json"
lastUpdateIdPath: "results/gateways/lastupdateid-1.txt"
......
......@@ -12,7 +12,7 @@ log: "results/gatway-2.log"
logLevel: 2
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60001"
cmixAddress: "127.0.0.1:60001"
# The public IPv4 address of the Gateway, as reported to the network, to use
# instead of dynamically looking up Gateway's own IP address. If a port is not
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-2.json"
lastUpdateIdPath: "results/gateways/lastupdateid-2.txt"
......
......@@ -12,7 +12,7 @@ log: "results/gatway-3.log"
logLevel: 2
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60002"
cmixAddress: "127.0.0.1:60002"
# The public IPv4 address of the Gateway, as reported to the network, to use
# instead of dynamically looking up Gateway's own IP address. If a port is not
......@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-3.json"
lastUpdateIdPath: "results/gateways/lastupdateid-3.txt"
......
......@@ -8,7 +8,7 @@
registrationCode: "qpol"
useGPU: false
devMode: true
node:
cmix:
paths:
idf: "nodeID-1.json"
cert: "../keys/cmix.rip.crt"
......@@ -26,7 +26,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -8,7 +8,7 @@
registrationCode: "yiiq"
useGPU: false
devMode: true
node:
cmix:
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
......@@ -26,7 +26,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
......@@ -8,7 +8,7 @@
registrationCode: "vydz"
useGPU: false
devMode: true
node:
cmix:
paths:
idf: "nodeID-3.json"
cert: "../keys/cmix.rip.crt"
......@@ -26,7 +26,7 @@ database:
gateway:
paths:
cert: "../keys/cmix.rip.crt"
permissioning:
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
......
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