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

Fix server and gateway YAML files

parent 1b3874c2
No related branches found
No related tags found
1 merge request!4Release
...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-1.log" ...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-1.log"
logLevel: 1 logLevel: 1
# The public IP address and port of the node associated with this gateway # 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. # Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field. # Required field.
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
devMode: true devMode: true
......
...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-2.log" ...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-2.log"
logLevel: 1 logLevel: 1
# The public IP address and port of the node associated with this gateway # 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. # Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field. # Required field.
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
devMode: true devMode: true
......
...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-3.log" ...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-3.log"
logLevel: 1 logLevel: 1
# The public IP address and port of the node associated with this gateway # 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. # Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field. # Required field.
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
devMode: true devMode: true
......
...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-4.log" ...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-4.log"
logLevel: 1 logLevel: 1
# The public IP address and port of the node associated with this gateway # 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. # Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field. # Required field.
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
devMode: true devMode: true
......
...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-5.log" ...@@ -12,7 +12,7 @@ log: "results/gateways/gateway-5.log"
logLevel: 1 logLevel: 1
# The public IP address and port of the node associated with this gateway # 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. # Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field. # Required field.
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
devMode: true devMode: true
......
...@@ -9,7 +9,7 @@ registrationCode: "qpol" ...@@ -9,7 +9,7 @@ registrationCode: "qpol"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1 logLevel: 1
node: cmix:
paths: paths:
idf: "results/servers/nodeID-1.json" idf: "results/servers/nodeID-1.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -27,7 +27,7 @@ database: ...@@ -27,7 +27,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -9,7 +9,7 @@ registrationCode: "yiiq" ...@@ -9,7 +9,7 @@ registrationCode: "yiiq"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1 logLevel: 1
node: cmix:
paths: paths:
idf: "results/servers/nodeID-2.json" idf: "results/servers/nodeID-2.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -27,7 +27,7 @@ database: ...@@ -27,7 +27,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -9,7 +9,7 @@ registrationCode: "vydz" ...@@ -9,7 +9,7 @@ registrationCode: "vydz"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1 logLevel: 1
node: cmix:
paths: paths:
idf: "results/servers/nodeID-3.json" idf: "results/servers/nodeID-3.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -27,7 +27,7 @@ database: ...@@ -27,7 +27,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -9,7 +9,7 @@ registrationCode: "gwxs" ...@@ -9,7 +9,7 @@ registrationCode: "gwxs"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1 logLevel: 1
node: cmix:
paths: paths:
idf: "results/servers/nodeID-4.json" idf: "results/servers/nodeID-4.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -27,7 +27,7 @@ database: ...@@ -27,7 +27,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -9,7 +9,7 @@ registrationCode: "nahv" ...@@ -9,7 +9,7 @@ registrationCode: "nahv"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1 logLevel: 1
node: cmix:
paths: paths:
idf: "results/servers/nodeID-5.json" idf: "results/servers/nodeID-5.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -27,7 +27,7 @@ database: ...@@ -27,7 +27,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -12,7 +12,7 @@ log: "results/gatway-1.log" ...@@ -12,7 +12,7 @@ log: "results/gatway-1.log"
logLevel: 2 logLevel: 2
# The public IP address and port of the node associated with this gateway # 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 # 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 # instead of dynamically looking up Gateway's own IP address. If a port is not
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-1.json" knownRoundsPath: "results/gateways/knownrounds-1.json"
lastUpdateIdPath: "results/gateways/lastupdateid-1.txt" lastUpdateIdPath: "results/gateways/lastupdateid-1.txt"
......
...@@ -12,7 +12,7 @@ log: "results/gatway-2.log" ...@@ -12,7 +12,7 @@ log: "results/gatway-2.log"
logLevel: 2 logLevel: 2
# The public IP address and port of the node associated with this gateway # 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 # 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 # instead of dynamically looking up Gateway's own IP address. If a port is not
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-2.json" knownRoundsPath: "results/gateways/knownrounds-2.json"
lastUpdateIdPath: "results/gateways/lastupdateid-2.txt" lastUpdateIdPath: "results/gateways/lastupdateid-2.txt"
......
...@@ -12,7 +12,7 @@ log: "results/gatway-3.log" ...@@ -12,7 +12,7 @@ log: "results/gatway-3.log"
logLevel: 2 logLevel: 2
# The public IP address and port of the node associated with this gateway # 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 # 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 # instead of dynamically looking up Gateway's own IP address. If a port is not
...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key" ...@@ -36,9 +36,9 @@ keyPath: "../keys/cmix.rip.key"
# Path to the certificate file # Path to the certificate file
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate # Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt" schedulingCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file # Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt" cmixCertPath: "../keys/cmix.rip.crt"
knownRoundsPath: "results/gateways/knownrounds-3.json" knownRoundsPath: "results/gateways/knownrounds-3.json"
lastUpdateIdPath: "results/gateways/lastupdateid-3.txt" lastUpdateIdPath: "results/gateways/lastupdateid-3.txt"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
registrationCode: "qpol" registrationCode: "qpol"
useGPU: false useGPU: false
devMode: true devMode: true
node: cmix:
paths: paths:
idf: "nodeID-1.json" idf: "nodeID-1.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -26,7 +26,7 @@ database: ...@@ -26,7 +26,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
registrationCode: "yiiq" registrationCode: "yiiq"
useGPU: false useGPU: false
devMode: true devMode: true
node: cmix:
paths: paths:
idf: "nodeID-2.json" idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -26,7 +26,7 @@ database: ...@@ -26,7 +26,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
registrationCode: "vydz" registrationCode: "vydz"
useGPU: false useGPU: false
devMode: true devMode: true
node: cmix:
paths: paths:
idf: "nodeID-3.json" idf: "nodeID-3.json"
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
...@@ -26,7 +26,7 @@ database: ...@@ -26,7 +26,7 @@ database:
gateway: gateway:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
permissioning: scheduling:
paths: paths:
cert: "../keys/cmix.rip.crt" cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000" address: "127.0.0.1:18000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment