Ian Letourneau letian
  • Joined on 2025-04-08
letian created pull request NationTech/harmony#135 2025-09-05 19:14:50 +00:00
feat: add remote_url! and local_folder! macros to make Url easier to create
letian pushed to url_macros_to_the_rescue at NationTech/harmony 2025-09-05 19:10:50 +00:00
6119355681 feat: add remote_url! and local_folder! macros to make Url easier to create
letian created branch url_macros_to_the_rescue in NationTech/harmony 2025-09-05 19:10:50 +00:00
letian commented on pull request NationTech/harmony#133 2025-09-05 16:46:55 +00:00
fix/argo

Is there a way to not have to provide this? It seems to me that the end user shouldn't have to worry about it and that it should be handled by the topology.

letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:59:25 +00:00
0a5da43c76 demo: describe the storyline of the talk
letian pushed to demo-cncf at NationTech/harmony 2025-09-04 18:37:22 +00:00
16cd63118a demo: describe the storyline of the talk
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 created branch demo-cncf in NationTech/harmony 2025-09-04 18:29:01 +00:00
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 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