taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 0bf1b8a37b05d6ce38b008acca4ea3bf80b7989b
parent dcf5206df37bf232c04270d1a08f0a5b02f7d87e
Author: ms <ms@taler.net>
Date:   Sat, 18 Sep 2021 11:28:35 +0200

no tips and pybank in euFin preparation

Diffstat:
Mbin/taler-deployment-prepare-with-eufin | 11+----------
1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin @@ -193,6 +193,7 @@ function prepare_nexus_account() { libeufin-cli connections download-bank-accounts $3 > /dev/null libeufin-cli connections import-bank-account \ --offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null + echo " OK" # Set how often the automatic routing must fetch the bank account. echo -n "Setting background payment initiator.." libeufin-cli accounts task-schedule $4 \ @@ -373,7 +374,6 @@ taler-deployment-arm -e # Need the following services to config instances and tip reserve: taler-deployment-arm -s taler-deployment-arm -i taler-merchant -taler-deployment-arm -i taler-demobank taler-deployment-arm -i taler-exchange taler-deployment-arm -i taler-exchange-secmod-rsa @@ -385,11 +385,6 @@ if ! taler-deployment-arm -I | grep "^taler-merchant" | grep "status=started" > exit 1 fi -if ! taler-deployment-arm -I | grep "^taler-demobank" | grep "status=started" > /dev/null; then - echo "Bank didn't start, cannot create tip reserve." - exit 1 -fi - if ! taler-deployment-arm -I | grep "^taler-exchange" | grep "status=started" > /dev/null; then echo "Exchange didn't start, cannot create tip reserve." exit 1 @@ -408,11 +403,7 @@ fi echo "Configuring instances" taler-deployment-config-instances-iban -echo "Creating tip reserve" -taler-deployment-config-tips - taler-deployment-arm -k taler-merchant -taler-deployment-arm -k taler-demobank taler-deployment-arm -k taler-exchange taler-deployment-arm -k taler-exchange-secmod-rsa taler-deployment-arm -k taler-exchange-secmod-eddsa