johnride
  • Joined on 2024-02-06
johnride created branch feat/multisitePostgreSQL in NationTech/harmony 2025-12-02 16:44:29 +00:00
johnride commented on pull request NationTech/harmony#193 2025-11-14 17:54:47 +00:00
feat/brocade_snmp

switch_ips or just ips if this is the ip address to reach the switches management interface.

johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 16:32:49 +00:00
8ee3f8a4ad chore: Update harmony-inventory-agent binary as some fixes were introduced : port is 25000 now and nbd devices wont make the inventory crash
johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 14:54:03 +00:00
d3634a6313 fix(types): Switch port location failed on port channel interfaces
johnride released Latest Snapshot at NationTech/harmony 2025-11-11 14:17:38 +00:00
johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 14:06:39 +00:00
a0a8d5277c fix: opnsense definitions more accurate for various resources such as ProxyGeneral, System, StaticMap, Job, etc. Also fixed brocade crate export and some warnings
johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 03:59:43 +00:00
43b04edbae feat(brocade): Add feature and example to remove port channel and configure switchport
johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 03:15:40 +00:00
755a4b7749 feat(inventory-agent): Discover algorithm by scanning a subnet of ips, slower than mdns but more reliable and versatile
johnride created branch feat/rebuild_inventory in NationTech/harmony 2025-11-11 03:14:49 +00:00
johnride pushed to feat/rebuild_inventory at NationTech/harmony 2025-11-11 03:14:49 +00:00
3276c08775 feat(inventory-agent): Discover algorithm by scanning a subnet of ips, slower than mdns but more reliable and versatile
johnride released Latest Snapshot at NationTech/harmony 2025-11-09 16:15:57 +00:00
johnride pushed to feat/cluster_monitoring at NationTech/harmony 2025-11-05 22:02:17 +00:00
759a9287d3 Merge remote-tracking branch 'origin/master' into feat/cluster_monitoring
24922321b1 fix: webhook name must be k8s field compliant, add a FIXME note
4ff57062ae Merge pull request 'feat(kube): Convert kube_openapi Resource to DynamicObject' (#180) from feat/kube_convert_dynamic_resource into master
50ce54ea66 Merge pull request 'fix(opnsense-config): mark Interface::enable as optional' (#181) from fix-opnsense-config into master
827a49e56b fix(opnsense-config): mark Interface::enable as optional
Compare 6 commits »
johnride deleted branch feat/kube_convert_dynamic_resource from NationTech/harmony 2025-11-05 21:48:44 +00:00
johnride pushed to master at NationTech/harmony 2025-11-05 21:48:34 +00:00
4ff57062ae Merge pull request 'feat(kube): Convert kube_openapi Resource to DynamicObject' (#180) from feat/kube_convert_dynamic_resource into master
95cfc03518 feat(kube): Utility function to convert kube_openapi Resource to DynamicObject. This will allow initializing resources strongly typed and then bundle various types into a list of DynamicObject
Compare 2 commits »
johnride merged pull request NationTech/harmony#180 2025-11-05 21:48:33 +00:00
feat(kube): Convert kube_openapi Resource to DynamicObject
johnride commented on pull request NationTech/harmony#180 2025-11-05 21:48:21 +00:00
feat(kube): Convert kube_openapi Resource to DynamicObject

I am merging, we can continue the conversation later.

johnride commented on pull request NationTech/harmony#180 2025-11-05 21:46:23 +00:00
feat(kube): Convert kube_openapi Resource to DynamicObject

It does not validate "this" directly, it just validates that the serde Serialize implementation returns equal values for original and dynamic. For all we know they could be empty. I want to make…

johnride commented on pull request NationTech/harmony#180 2025-11-05 21:44:43 +00:00
feat(kube): Convert kube_openapi Resource to DynamicObject

I know it looks this way but I feel more comfortable having them in.

We're completely dependent on the serialized values for the "real" assertion above and I've often seen cases where the value…

johnride approved NationTech/harmony#185 2025-11-05 21:33:33 +00:00
fix(host_network): skip configuration for host with only 1 interface/port

Looks pretty straightforward 👍

johnride commented on pull request NationTech/harmony#183 2025-11-05 21:31:47 +00:00
refactor(host_network): extract NetworkManager as a reusable component

Very nice demo gif !