netsys-lab / scion-orchestrator

Tooling to run a SCION infrastructure host or endhost
2 stars 0 forks source link

Add `setup` command that fetches configuration and binaries from coordinator #10

Closed martenwallewein closed 1 month ago

martenwallewein commented 2 months ago

Should per default connect to a sciera coordinator url, add a --coordinator flag to overwrite this. Further flags: --bootstrap: One of the existing SCIERA ASes that run bootstrap servers --isd-as: The SCION ISD and AS to bootstrap into --host: The hostname to fetch the config from (if empty, use system hostname) --secret: The secret to authenticate at the coordinator

Get isd-as, host and secret to authenticate at the coordinator either from .scion-orchestrator file if available.

martenwallewein commented 1 month ago

Delayed for now, since we aim to avoid a central coordination instance.