forked from TrueCloudLab/frostfs-dev-env
[#29] Remove prepare.ir make target
Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
This commit is contained in:
parent
cbed3ce798
commit
2452e4469b
2 changed files with 0 additions and 14 deletions
11
README.md
11
README.md
|
@ -57,17 +57,6 @@ Run all services with command:
|
||||||
$ make up
|
$ 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
|
Also, you should add self-signed node (`s04.frostfs.devenv`) certificate to trusted
|
||||||
store (default location might be changed using `CA_CERTS_TRUSTED_STORE`
|
store (default location might be changed using `CA_CERTS_TRUSTED_STORE`
|
||||||
variable). This step is required for client services (frostfs-http-gw,
|
variable). This step is required for client services (frostfs-http-gw,
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue