WIP: Automatically create node layout, keys and buckets #883
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#883
Loading…
Reference in a new issue
No description provided.
Delete branch "apapsch/garage:feature/auto-config"
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?
Hi! Initial setup of Garage requires quite a few manual steps. I considered cooking up a script, but instead went straight to the Garage source, because it would allow me to keep the small container from scratch that Garage is currently producing. Also, I would rather write a bit of Rust code (and get more familiar with it), than cook up shell code.
The node layout is only applied if all nodes are still unassigned. This is intended to ensure a new Garage cluster is operational as soon as possible. Cluster management beyond that is out of scope. Other resources (keys, buckets and permissions) are always created, if they don't exist already.
I don't have much experience with Rust, so I'm certain there is still some work to do.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.