From 2452e4469b86f116a1abd9e2b353f45a16457cd9 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Date: Tue, 16 May 2023 11:58:23 +0300 Subject: [PATCH] [#29] Remove prepare.ir make target Signed-off-by: Alejandro Lopez --- README.md | 11 ----------- services/ir/prepare.mk | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 services/ir/prepare.mk diff --git a/README.md b/README.md index b9af689..197d680 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,6 @@ Run all services with command: $ make up ``` -When all services are up, you need to make GAS deposit for test wallet to be -able to pay for FrostFS operations. Test wallet is located in -`wallets/wallet.json` with the corresponding key in `wallets/wallet.key`. The -password is empty. - -``` -$ make prepare.ir -password > -fa6ba62bffb04030d303dcc95bda7413e03aa3c7e6ca9c2f999d65db9ec9b82c -``` - Also, you should add self-signed node (`s04.frostfs.devenv`) certificate to trusted store (default location might be changed using `CA_CERTS_TRUSTED_STORE` variable). This step is required for client services (frostfs-http-gw, diff --git a/services/ir/prepare.mk b/services/ir/prepare.mk deleted file mode 100644 index 6649502..0000000 --- a/services/ir/prepare.mk +++ /dev/null @@ -1,3 +0,0 @@ -# Deposit GAS from default wallet to FrostFS privnet contract -prepare.ir: - @./vendor/frostfs-adm morph set-config -c ./frostfs-adm.yml ContainerFee=0 ContainerAliasFee=0