gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/02: Config.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: Config.
Date: Fri, 28 Jun 2019 20:21:37 +0200

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

marcello pushed a commit to branch master
in repository deployment.

commit 68d287037b3c99476ac33bd77213bdb0c0a3752e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 28 20:08:07 2019 +0200

    Config.
    
    Introducing option to instruct ARM
    whether to launch the Twister or not.
---
 config/generate-config | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 4970d21..ffd6a37 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -68,6 +68,11 @@ def config(obj):
 
     # Twisting the merchant backend responses.
     if obj.twisted:
+
+        ##
+        # Instructs ARM to lunch the Twisters.
+        obj.cfg_put("twister", "taler_deployed", "YES")
+
         obj.cfg_put("twister", "serve", "unix")
         obj.cfg_put("twister", "chaos_rate", "20")
         obj.cfg_put("twister", "destination_base_url", 
"https://backend.{}.taler.net".format(obj.envname))
@@ -285,6 +290,7 @@ def main(currency, envname, outdir, exchange_pub, twisted):
     config_files.append(mc)
 
     if "demo" != envname and twisted:
+
         # Twisting the exchange.
         twist_exchange_conf = ConfigFile(envname, currency, exchange_pub, 
"twister-exchange.conf")
         twist_exchange_conf.cfg_put("twister", "serve", "unix")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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