gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] branch master updated: add more detail about variables


From: gnunet
Subject: [taler-grid5k] branch master updated: add more detail about variables
Date: Thu, 28 Apr 2022 10:55:58 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

The following commit(s) were added to refs/heads/master by this push:
     new cc22335  add more detail about variables
cc22335 is described below

commit cc22335c9988dd3caf8657608472324f66f7099e
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Apr 28 10:55:51 2022 +0200

    add more detail about variables
---
 experiment/scripts/setup.sh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/experiment/scripts/setup.sh b/experiment/scripts/setup.sh
index 6ceeeb4..14ad4d4 100644
--- a/experiment/scripts/setup.sh
+++ b/experiment/scripts/setup.sh
@@ -6,8 +6,14 @@
 # 1. Parse the experiment-info.json from jFed to get
 #    - The user which runs the experiment (used for NFS) - env: G5K_USER
 #    - Which Grid5k node is which node in jFed (used to run the correct script 
later)
-#      This also sets variables like PRIMARY_EXCHANGE, NUM_<NODES>, NODE_NAME 
(jFed) and
-#      G5K_HOST (e.g. dahu-3)
+#      This also sets variables like PRIMARY_EXCHANGE, NUM_<NODES>, NODE_NAME 
(jFed), <NODE>_HOSTS and
+#      G5K_HOST (e.g. dahu-3) 
+#    - <NODE>_HOSTS will be used in run.sh to identify which role specific 
script to call
+#    - NUM_<NODES> is particularly interesting for e.g. sharding to know how 
many shards 
+#      to create for the main db node
+#    - PRIMARY_EXCHANGE is mainly used when multiple Exchange nodes use NFS to 
+#      share key material. The primary one is then responsible for generating.
+#    - G5K_HOST can be used to identify the nodes, but is not used in scripts 
anywhere
 # 2. Setup the directory where application logs will be stored 
(/home/G5K_USER/exp-logs) 
 #    or /tmp/exp-logs
 # 3. Export all environment to ~/.env and /etc/environment

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]