johnride
  • Joined on 2024-02-06
johnride pushed to feat/disableDadScore at NationTech/harmony 2026-04-15 19:48:28 +00:00
6267c2757f feat: Disable ipv4 address conflict detection score. This is useful when setting up bonds as the wrong mac may get a dhcp offer and then the system will perceive it as a conflict when it sets up the bond correctly
johnride created branch feat/disableDadScore in NationTech/harmony 2026-04-15 19:48:27 +00:00
johnride deleted branch feat/system-reserved-machine-config from NationTech/harmony 2026-04-15 14:41:27 +00:00
johnride pushed to master at NationTech/harmony 2026-04-15 14:41:19 +00:00
1b594c4569 Merge pull request 'feat: create score + example to create a machineconfig resource to configured system reserved parameters' (#262) from feat/system-reserved-machine-config into master
9e46b94e9b feat: add example for okd_system_reserved
a56b2d8bb2 feat: create score + example to create a machineconfig resource to configured system reserved parameters
Compare 3 commits »
johnride merged pull request NationTech/harmony#262 2026-04-15 14:41:13 +00:00
feat: create score + example to create a machineconfig resource to configured system reserved parameters
johnride created branch feat/removesideeffect in NationTech/harmony 2026-04-14 19:55:44 +00:00
johnride pushed to feat/removesideeffect at NationTech/harmony 2026-04-14 19:55:44 +00:00
bffc4b7553 feat: dhcp failover pair now sets a 2 second delay on the backup firewall to avoid conflicts when primary is up
johnride closed pull request NationTech/harmony#235 2026-04-13 12:53:58 +00:00
feat: Brocade switch setup now asks questions for missing links instead of failing
johnride closed pull request NationTech/harmony#208 2026-04-13 12:52:32 +00:00
adr: Staless based failover mechanism ADR proposed
johnride closed pull request NationTech/harmony#213 2026-04-13 12:51:30 +00:00
chore(ha cluster): minor refactoring and fixes in okd hacluster
johnride deleted branch feat/arm-cross-compilation from NationTech/harmony 2026-04-11 11:14:06 +00:00
johnride merged pull request NationTech/harmony#259 2026-04-11 11:13:56 +00:00
feat/arm-cross-compilation
johnride pushed to master at NationTech/harmony 2026-04-11 11:13:55 +00:00
5891d07bb4 Merge pull request 'feat/arm-cross-compilation' (#259) from feat/arm-cross-compilation into master
abb57b4059 fix(build): mark cross-arm.sh executable
0b451c6f35 feat(build): aarch64 cross-compilation for agent crates
Compare 3 commits »
johnride commented on pull request NationTech/harmony#261 2026-04-10 15:34:14 +00:00
feat(config): add named config instances API

I think this should converge to a single opinionated way, either we are named or we're not. I think named only would be better, but the name should be a strong type that restricts the name to only…

johnride created pull request NationTech/harmony#261 2026-04-10 15:23:10 +00:00
feat(config): add named config instances API
johnride created pull request NationTech/harmony#260 2026-04-10 15:21:19 +00:00
WIP: feat/agent-desired-state
johnride commented on pull request NationTech/harmony#259 2026-04-10 15:18:57 +00:00
feat/arm-cross-compilation

This would deserve some refactoring to avoid so much duplication to upload the asset and compile only on a different target.

johnride deleted branch feat/removesideeffect from NationTech/harmony 2026-04-10 15:17:42 +00:00
johnride merged pull request NationTech/harmony#258 2026-04-10 15:17:28 +00:00
feat: Refactor load balancer to remove side effect and improve types