Ian Letourneau letian
  • Joined on 2025-04-08
letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:33:09 +00:00
0f27056090 demo: describe the storyline of the talk
letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:31:53 +00:00
121e9346c3 demo: describe the storyline of the talk
letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:30:46 +00:00
ed22d61524 demo: describe the storyline of the talk
letian created pull request NationTech/harmony#131 2025-09-04 18:29:09 +00:00
demo: describe the storyline of the talk
letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:29:01 +00:00
21acf56b3f demo: describe the storyline of the talk
letian created branch demo-cncf in NationTech/harmony 2025-09-04 18:29:01 +00:00
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-04 17:05:28 +00:00
9b892dc882 test: add load_balancer::configure_service tests
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-04 02:00:38 +00:00
a31b459f33 fix: de-duplicate backend servers list mapped from topology
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-04 01:55:39 +00:00
3ecda84530 fix: de-duplicate backend servers list mapped from topology
3d8dd4d8e6 support optional server fields
Compare 2 commits »
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-03 21:18:29 +00:00
01206f5db1 de-duplicate stuff
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-03 19:58:32 +00:00
fc4c18ccea remove old service components (frontend, backend, servers, healthcheck) with same bind address before adding new service
letian commented on pull request NationTech/harmony#129 2025-09-01 11:49:46 +00:00
fix(opnsense-config): ensure load balancer service configuration is idempotent

For now we only merge the existing config with the service (if it already exists). Should we also remove stale services?

letian commented on pull request NationTech/harmony#129 2025-09-01 11:49:05 +00:00
fix(opnsense-config): ensure load balancer service configuration is idempotent

As of now, the first time you add a load balancer service, everything will work as expected.

letian commented on pull request NationTech/harmony#129 2025-09-01 11:44:09 +00:00
fix(opnsense-config): ensure load balancer service configuration is idempotent

we might want to rename this add_or_update_service instead of just add_service

letian created pull request NationTech/harmony#129 2025-09-01 11:42:56 +00:00
WIP: fix: merge existing services in load balancer config
letian created branch idempotent-load-balancer in NationTech/harmony 2025-09-01 11:39:59 +00:00
letian pushed to idempotent-load-balancer at NationTech/harmony 2025-09-01 11:39:59 +00:00
e9a1aa4831 fix: merge existing services in load balancer config
letian deleted branch feat/inventory_persistence from NationTech/harmony 2025-08-31 22:49:35 +00:00
letian pushed to master at NationTech/harmony 2025-08-31 22:49:31 +00:00
62fa3c2b10 Merge pull request 'feat: Inventory PhysicalHost persistence with sqlx and local sqlite db' (#125) from feat/inventory_persistence into master
ea1380f98a Merge pull request 'refact: Move basic types to harmony_types crate to avoid external dependencies.' (#126) from refact/harmony_types into feat/inventory_persistence
701d8cfab9 feat: automatically discover inventory (#127)
f9906cb419 refact: Move basic types to harmony_types crate to avoid external dependencies.
cb4382fbb5 feat: Inventory PhysicalHost persistence with sqlx and local sqlite db
Compare 5 commits »
letian merged pull request NationTech/harmony#125 2025-08-31 22:49:29 +00:00
feat: Inventory PhysicalHost persistence with sqlx and local sqlite db