16 lines
636 B
Text
16 lines
636 B
Text
|
|
{
|
||
|
|
name = "fleet_daemon",
|
||
|
|
version = "0.1.0",
|
||
|
|
description = "libre-forge fleet control plane — arbitrates claims, persists state in NATS KV, exposes HTTP API and emits provisioning RPCs over NATS",
|
||
|
|
tags = ["fleet", "control-plane", "nats", "appserv"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "fleet-control-plane", version = "0.1.0", interface = "fleet-daemon" }],
|
||
|
|
requires = [
|
||
|
|
{ capability = "nats-messaging", kind = 'Required },
|
||
|
|
{ capability = "block-storage-csi", kind = 'Required },
|
||
|
|
],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_007", "bp_016"],
|
||
|
|
}
|