[#48] Add S3 Lifecycler #51
No reviewers
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-aio#51
Loading…
Reference in a new issue
No description provided.
Delete branch "pogpp/frostfs-aio-pogpp:feature/48_add_lifecycler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #48
Signed-off-by: Pavel Pogodaev p.pogodaev@yadro.com
@pogpp please, change PR target to
nightly-v1.7
branch.@ -0,0 +1,30 @@
{
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
I don't think we need
lc-wallet.json
here. We have plenty of user wallets.I suggest you to add a few:
This should be enough for most test cases. All of them have empty passwords. They are located in wallets dir in repo.
You've added wallet1.json but not wallet2.json and wallet3.json. Why?
9031da1b60
to59968bf8ba
New commits pushed, approval review dismissed automatically according to repository settings
@ -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:
Should we also enable tags?
I would rather see how it goes first, and then enable some tags by default later.
LGTM
59968bf8ba
to13159fd7af
New commits pushed, approval review dismissed automatically according to repository settings
13159fd7af
tob30dc2ae02