130 Commits (fe081a42970e9f29c1bd5242c52cfc960ebf7350)
 

Author SHA1 Message Date
Alejandro Mery fe081a4297 env: set ceph monitors variables 10 months ago
Alejandro Mery cea8362fe6 zones: extend scan to ensure every zone has a ceph monitor 10 months ago
Alejandro Mery b772ec0a3d zones: store ceph FSID on scan 10 months ago
Alejandro Mery 77ad016e99 zones: set Machine.CephMonitor if its referenced as monitor on ceph.conf 10 months ago
Alejandro Mery bf4bfeb3fc zones: introduce GenCephConfig() 10 months ago
Alejandro Mery e3ab931eb1 zones: introduce Zone.GetCephMonitors() 10 months ago
Alejandro Mery 05e04c758b zones: introduce Zones.GetCephConfig() accessor for m/ceph.conf 10 months ago
Alejandro Mery 94011a3a03 ceph: add NewConfigFromReader() and initial ceph.conf parser 10 months ago
Alejandro Mery 025b9072b4 zones: introduce Machine.CephMonitor field 10 months ago
Alejandro Mery 0fb8c1d44b zones: introduce Zones.CephFSID and Zones.GetCephFSID() 10 months ago
Alejandro Mery a8849b747c vscode: add ceph to the dictionary 10 months ago
Alejandro Mery 879d2b4d1c chore: update dependencies 10 months ago
Alejandro Mery ff4bb97599 vscode: add jpictl, zerolog and darvaza to the dictionary 10 months ago
Alejandro Mery c95bf06da2 chore: update dependencies 10 months ago
Alejandro Mery 2e48f34f7f chore: update revive to 1.3.3 10 months ago
Alejandro Mery 8e5fc44e62 Merge pull request 'jpictl: introduce `gateway` command' (#7) 10 months ago
Nagy Károly Gábriel 3d5a766161
jpictl: introduce `gateway` command 10 months ago
Alejandro Mery 6f5ca3f235 Merge pull request 'zones: add methods to work with files at the root of `m/`' (#6) 10 months ago
Alejandro Mery 296d4007ff zones: add methods to work with files at the root of m/ 10 months ago
Alejandro Mery 1a03404a07 Merge pull request 'zone.ScanOptions, custom resolver and prevent unnecessary DNS calls' (#5) 10 months ago
Alejandro Mery d2f0a0744b Merge pull request 'zones: Env: allow multiple gateways and drop unused `ZONE{zoneID}_IP`' (#4) 10 months ago
Alejandro Mery 71a1d1a7c2 zones: Env: allow multiple gateways on a Zone 10 months ago
Alejandro Mery de45fa6c30 zones: Env: minor tidy up 10 months ago
Alejandro Mery 6e46d23b45 jpictl: only load Machine.PublicAddresses for `jpictl dump` 10 months ago
Alejandro Mery 94daf5ad59 zones: export Machine.LookupNetIP() and Machine.UpdatePublicAddresses() 10 months ago
Alejandro Mery 0989dec5e8 zones: add ResolvePublicAddresses() ScanOption to prevent early LookupIP calls 10 months ago
Alejandro Mery 216bf5aa29 zones: WithLookuper()/WithResolver() 10 months ago
Alejandro Mery 9af88f6593 zones: introduce ScanOption/ScanOptions for New()/NewFS() 10 months ago
Alejandro Mery af2d836000 zones: Env: drop unused ZONE{zoneID}_IP 10 months ago
Alejandro Mery 1655ce85bc Merge pull request 'zones: FilterMachines() and Zone.GatewayIDs()' (#3) 10 months ago
Alejandro Mery 9c4f6d987d Merge pull request 'env: introduce Env() factory and `jpictl env -e` to export variables' (#2) 10 months ago
Alejandro Mery fb82a7f358 Merge pull request 'zones: fix PruneWireguardConfig recursion' (#1) 10 months ago
Alejandro Mery f63ce6c4e7 zones: introduce Zone.GatewayIDs() 10 months ago
Alejandro Mery 1885c76198 zones: FilterMachines() creates a Machines subset 10 months ago
Alejandro Mery 2224e70638 zones: introduce Machines type. iterable and sortable 10 months ago
Alejandro Mery 6ee848e6ca jpictl: introduce `-e` for `jpictl env` to export variables 10 months ago
Alejandro Mery 864eb02f9d zones: turn Zones.WriteEnv() into Zones.Env().WriteTo() 10 months ago
Alejandro Mery 9da2f8711f zones: fix PruneWireguardConfig recursion 10 months ago
Alejandro Mery 2a14205e7e wireguard: fix misspellings 10 months ago
Alejandro Mery a5d9466fb8 zones: change WriteEnv() to not fake gateways 10 months ago
Alejandro Mery 3d638e9a85 zones: add Zone.SetGateway() to set one by ID 10 months ago
Alejandro Mery 60d3a2c290 zones: set first node of a Zone as ring0 gateway if it doesn't have one already 10 months ago
Alejandro Mery af90825f13 zones: Machine.SetGateway() 10 months ago
Alejandro Mery b4f1d2e4d9 wireguard: implement Machine.SyncWireguardConfig() 10 months ago
Alejandro Mery acf9e0e81d zones: extend WriteWireguardConfig to include a Name indicating the ring ID 10 months ago
Alejandro Mery 3b43e0c9ea wireguard: add support for optional Name comment 10 months ago
Alejandro Mery 9762e78f5e jpictl: do SyncWireguardConfig() on `write` 10 months ago
Alejandro Mery 3534e7b755 zones: SyncWireguardConfig() as Prune+Write 10 months ago
Alejandro Mery b80dc84a26 zones: introduce WireguardConfigWriters 10 months ago
Alejandro Mery c0ef6ae9c4 zones: rearrange code around WireguardConfigPruner 10 months ago