Skip to content
Snippets Groups Projects
Commit d8f44444 authored by Rick Carback's avatar Rick Carback
Browse files

Changes to make permissioning work

parent 82142ec4
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ certPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
udbID: 3
groups:
cmix:
......
......@@ -50,7 +50,7 @@ do
echo "$SERVERCMD -- $PIDVAL"
done
sleep 5 # Give servers some time to boot
sleep 15 # Give servers some time to boot
# Start gateways
for GWID in $(seq 5 -1 1)
......
......@@ -6,7 +6,7 @@
################################################################################
# batch size
batch: 4
skipReg: false
skipReg: true
# debug logging
verbose: true
node:
......
......@@ -6,7 +6,7 @@
################################################################################
# batch size
batch: 4
skipReg: false
skipReg: true
# debug logging
verbose: true
node:
......
......@@ -6,7 +6,7 @@
################################################################################
# batch size
batch: 4
skipReg: false
skipReg: true
# debug logging
verbose: true
node:
......
......@@ -6,7 +6,7 @@
################################################################################
# batch size
batch: 4
skipReg: false
skipReg: true
# debug logging
verbose: true
node:
......
......@@ -6,7 +6,7 @@
################################################################################
# batch size
batch: 4
skipReg: false
skipReg: true
# debug logging
verbose: true
node:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment