[#48] Add S3 Lifecycler #51

Merged
alexvanin merged 1 commit from pogpp/frostfs-aio-pogpp:feature/48_add_lifecycler into nightly-v1.7 2024-11-08 14:09:25 +00:00
Member

close #48
Signed-off-by: Pavel Pogodaev p.pogodaev@yadro.com

close #48 Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
pogpp added 1 commit 2024-11-05 11:27:26 +00:00
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
pogpp requested review from alexvanin 2024-11-05 11:27:53 +00:00
pogpp requested review from dkirillov 2024-11-05 11:27:53 +00:00
pogpp requested review from mbiryukova 2024-11-05 11:27:53 +00:00
pogpp requested review from nzinkevich 2024-11-05 11:27:54 +00:00
nzinkevich approved these changes 2024-11-07 13:57:00 +00:00
Dismissed
Owner

@pogpp please, change PR target to nightly-v1.7 branch.

@pogpp please, change PR target to `nightly-v1.7` branch.
alexvanin reviewed 2024-11-07 14:55:44 +00:00
@ -0,0 +1,30 @@
{
Owner

Is this a wallet of data-user or wallet of the service? I think this is a wallet of the service, maybe it's better to name it just lc-wallet.json

Is this a wallet of data-user or wallet of the service? I think this is a wallet of the service, maybe it's better to name it just `lc-wallet.json`
@ -0,0 +28,4 @@
use: wallets
source:
wallets:
- path: /config/lc-user-wallet.json
Owner

I don't think we need lc-wallet.json here. We have plenty of user wallets.
I suggest you to add a few:

  • /config/user-wallet.json DONE
  • /wallets/wallet1.json
  • /wallets/wallet2.json
  • /wallets/wallet3.json

This should be enough for most test cases. All of them have empty passwords. They are located in wallets dir in repo.

I don't think we need `lc-wallet.json` here. We have plenty of user wallets. I suggest you to add a few: - /config/user-wallet.json **DONE** - /wallets/wallet1.json - /wallets/wallet2.json - /wallets/wallet3.json This should be enough for most test cases. All of them have empty passwords. They are located in wallets dir in repo.
Owner

You've added wallet1.json but not wallet2.json and wallet3.json. Why?

You've added wallet1.json but not wallet2.json and wallet3.json. Why?
pogpp force-pushed feature/48_add_lifecycler from 9031da1b60 to 59968bf8ba 2024-11-08 09:50:00 +00:00 Compare
pogpp dismissed nzinkevich's review 2024-11-08 09:50:00 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dkirillov reviewed 2024-11-08 10:26:28 +00:00
@ -0,0 +4,4 @@
address: NhCHDEtGgSph1v6PmjFC1gtzJWNKtNSadk # Account address. If omitted default one will be used.
passphrase: "" # Passphrase to decrypt wallet. If you're using a wallet without a password, place '' here.
logger:
Member

Should we also enable tags?

Should we also enable tags?
Owner

I would rather see how it goes first, and then enable some tags by default later.

I would rather see how it goes first, and then enable some tags by default later.
dkirillov marked this conversation as resolved
dkirillov approved these changes 2024-11-08 10:34:46 +00:00
Dismissed
dkirillov left a comment
Member

LGTM

LGTM
pogpp force-pushed feature/48_add_lifecycler from 59968bf8ba to 13159fd7af 2024-11-08 11:51:36 +00:00 Compare
pogpp dismissed dkirillov's review 2024-11-08 11:51:37 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

pogpp changed target branch from master to nightly-v1.7 2024-11-08 11:52:15 +00:00
pogpp force-pushed feature/48_add_lifecycler from 13159fd7af to b30dc2ae02 2024-11-08 11:54:10 +00:00 Compare
alexvanin approved these changes 2024-11-08 14:09:19 +00:00
alexvanin merged commit b30dc2ae02 into nightly-v1.7 2024-11-08 14:09:25 +00:00
alexvanin deleted branch feature/48_add_lifecycler 2024-11-08 14:09:31 +00:00
Sign in to join this conversation.
No description provided.