stremblay
  • Joined on 2024-02-08
stremblay commented on pull request NationTech/harmony#299 2026-05-26 17:47:02 +00:00
refactor(fleet-deploy): collapse smoke companion to one trait, one method

SmokeTest companion is not specifically for "Dashboards"... Its to be able to have smoke testing done after deploying any kind of stuff. The "Dashboard" specificity which is everywhere in the comments in this file should be removed.

stremblay created pull request NationTech/harmony#297 2026-05-25 12:28:43 +00:00
feat/ceph-score
stremblay created branch feat/ceph-score in NationTech/harmony 2026-05-25 12:27:26 +00:00
stremblay pushed to feat/ceph-score at NationTech/harmony 2026-05-25 12:27:26 +00:00
14786fc03e fix(k8s+storage/ceph): force-conflicts on Rook CR applies for re-run safety
2ffa717a64 fix(storage/ceph): ship rook-ceph-tools as a typed Deployment, not via Helm
28bcedf9d0 fix(storage/ceph): pin Rook chart + Ceph image to canonical 1.19.5 pairing
e3e07e739d fix(storage/ceph): wait for operator + CRD discovery before applying CephCluster
a661b1d078 fix(examples): drop unneeded env vars from install_rook_ceph/env.sh
Compare 10 commits »
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-22 20:09:43 +00:00
f2ab47de6e fix(opnsense-config): preserve symlinks in upload_folder
a283f92388 feat(okd): extend recovery Score to also re-create byMAC iPXE files
28e6755d5f feat(okd): OKDReapplyDhcpBindingsScore — re-apply DHCP from inventory DB
Compare 3 commits »
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-21 12:02:46 +00:00
a9baa4f15d perf(opnsense-config): bump SFTP upload chunk size to 256 KB
d0fe5802d0 feat(opnsense): pause for operator network reconnect between LAN rebind and reboot
1dfd0dcecc feat(opnsense): reboot + verify reachability at end of OPNsenseBootstrapScore
46dca31108 test(opnsense-vm-integration): exercise OPNsenseLanBridgeScore end-to-end
bd86fffae7 feat(opnsense): OPNsenseLanBridgeScore + bootstrap_score.lan_bridge field
Compare 9 commits »
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-15 17:17:04 +00:00
9d8dab60db docs(opnsense): add reviewer-facing links to ethname / pin docstrings
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-15 17:09:15 +00:00
68a2487b2b fix(opnsense): set LAN DHCP range via REST API before flipping the LAN IP
84e610ca60 style(opnsense): align pin-step log lines with the rest of harmony
Compare 2 commits »
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-15 14:51:28 +00:00
9eeede18b8 feat(opnsense): pin physical NIC names to MAC addresses via vendored ethname
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-15 11:49:04 +00:00
d9c9ffc6fa fix(opnsense-vm-integration): drop stray todo!("stop here") in print_setup
stremblay created pull request NationTech/harmony#285 2026-05-15 11:15:14 +00:00
feat/opnsense-bootstrap-score
stremblay created branch feat/opnsense-bootstrap-score in NationTech/harmony 2026-05-15 11:12:02 +00:00
stremblay pushed to feat/opnsense-bootstrap-score at NationTech/harmony 2026-05-15 11:12:02 +00:00
92717441b6 refactor(opnsense): post-review cleanup — named timeouts, shared upgradestatus helper, doc fixes
27f18d601a refactor(opnsense): drop the wizard-abort call from OPNsenseBootstrapScore
5f34fd5d35 fix(opnsense): drop redundant summary block from Prompt-mode confirmation
51854e205c feat(opnsense): OPNsensePackageInstallScore + linear pipeline in vm_integration
689ab8d21a fix(opnsense): install_package polls upgradestatus + inspects log; example uses the Score via run_cli
Compare 10 commits »
stremblay deleted branch feat/add-new-node from NationTech/harmony 2026-05-12 11:27:44 +00:00
stremblay merged pull request NationTech/harmony#268 2026-05-12 11:27:44 +00:00
wip feat/add-new-node
stremblay pushed to master at NationTech/harmony 2026-05-12 11:27:44 +00:00
07defabec5 Merge pull request 'wip feat/add-new-node' (#268) from feat/add-new-node into master
feadb088c8 fix(inventory): order physical_hosts by rowid, not version_id
4e79f26181 fix(add-node): tolerate transient API errors + sleep before first poll
db6cdca020 fix(add-node): prompt on SSH reboot failure instead of continuing blindly
4f6c449401 fix(os-artifacts): parse sha256sum output instead of piping through awk
Compare 28 commits »
stremblay pushed to feat/deploy_fleet_server_side at NationTech/harmony 2026-05-05 12:56:09 +00:00
e5caaba1e4 feat: add deploy-apache.sh example script
stremblay pushed to feat/deploy_fleet_server_side at NationTech/harmony 2026-05-05 12:53:34 +00:00
286dc2b055 chore(fleet): auto-source env.sh from run_server_install.sh
stremblay pushed to feat/deploy_fleet_server_side at NationTech/harmony 2026-05-04 23:26:42 +00:00
2ab7c102b1 feat(fleet/scripts): default Zitadel on, add NO_ZITADEL opt-out