Commit Graph

  • 9e6f22d7ea chore: Remove mistakenly commited file jeangab 2025-01-09 11:59:18 -05:00
  • bec96c2954 feat(bootstrapping): add bootstrap load balancer and DHCP configurations jeangab 2025-01-09 11:58:49 -05:00
  • a80ead418e fix(config): update package installation command and add load balancer setup script jeangab 2025-01-09 09:30:04 -05:00
  • 0af8e7e6a8 fix(load-balancer): implement missing HAProxy reload and sanitize output handling jeangab 2025-01-08 16:30:56 -05:00
  • a55c63ffa6 feat(harmony_macros): add ipv4 macro Jean-Gabriel Gill-Couture 2025-01-08 11:49:42 -05:00
  • 81d40ec163 feat(opnsense-config): add caddy module with configuration management Jean-Gabriel Gill-Couture 2025-01-07 17:12:39 -05:00
  • 925e84e4d2 feat(harmony): add TFTP server functionality (#10) Jean-Gabriel Gill-Couture 2025-01-07 19:12:35 +00:00
  • 098cb30523 feat(load balancer): Can now fully configure an OPNSense HAProxy instance for and openshift/OKD cluster Jean-Gabriel Gill-Couture 2025-01-04 10:12:16 -05:00
  • 0b6c8bfd09 Merge branch 'master' of https://git.nationtech.io/NationTech/harmony Sylvain Tremblay 2024-12-19 15:53:50 -05:00
  • 9c672a5c80 chore: remove useless files in the tftpboot tree Sylvain Tremblay 2024-12-19 15:51:03 -05:00
  • 367e96b36a feat: Add OKD DNS score with DNS entries and registering dhcp leases Jean-Gabriel Gill-Couture 2024-12-18 15:58:49 -05:00
  • b098757683 Merge pull request 'feat: don't crash if ip:mac already exist, just skip it' (#7) from feat/validateExistingStaticLease into master johnride 2024-12-18 17:46:25 +00:00
  • 0247252474 feat: don't crash if ip:mac already exist, just skip it Sylvain Tremblay 2024-12-18 10:46:36 -05:00
  • f7e97f5c81 Merge pull request 'feat: Add score and opnsense implementation to register dhcp leases in dns server' (#8) from feat/dnsRegisterDhcpLeases into master johnride 2024-12-18 17:45:54 +00:00
  • 478fd9e941 feat: Add score and opnsense implementation to register dhcp leases in dns server Jean-Gabriel Gill-Couture 2024-12-18 12:38:04 -05:00
  • 51c6f1818c feat: remove the getMacAddress Sylvain Tremblay 2024-12-18 09:38:17 -05:00
  • 58f81f0e58 Merge pull request 'feat/opnsenseDNS' (#6) from feat/opnsenseDNS into master johnride 2024-12-18 14:21:54 +00:00
  • 18c67adfad feat: Harmony now sets dhcp next boot server for PXE on okd setup Jean-Gabriel Gill-Couture 2024-12-17 22:45:37 -05:00
  • b15df3c93f feat: OKD Dhcp config works and is actually savec on opnsense firewall, its alive!! First real run on wk cluster Jean-Gabriel Gill-Couture 2024-12-17 15:15:41 -05:00
  • d0d81af796 feat(macro): Add mac_address macro Jean-Gabriel Gill-Couture 2024-12-17 09:54:23 -05:00
  • 1e0c2eb470 feat: Added new crate harmony_macros with ip! macro to facilitate creating ip addresses Jean-Gabriel Gill-Couture 2024-12-09 15:23:12 -05:00
  • 3592b176e5 chore: Some cleanup in harmony repo jeangab 2024-12-03 10:43:50 -05:00
  • 58a4e7882b Merge pull request 'Actual implementation of opnsense dhcp' (#4) from feat/opnsenseDhcp into master johnride 2024-11-29 14:53:22 +00:00
  • 9c18c8be6d Integrated opnsense-config API in harmony, pretty easy, pretty happy. very much encouraging jeangab 2024-11-26 15:58:42 -05:00
  • d30e909b83 feat(opnsense-config): Public API now complete for dhcp add_static_mapping and remove_static_mapping, not perfect but good enough to move forward Jean-Gabriel Gill-Couture 2024-11-23 15:07:04 -05:00
  • b14d0ab686 feat: Can now save configuration, refactored repository into manager as it also executes commands to reload services and calling it a repository was found misleading by @stremblay" Jean-Gabriel Gill-Couture 2024-11-22 14:15:23 -05:00
  • 9a37aa1321 feat(opnsense-config): Public API now a bit simpler, added support for latest opnsense version in xml types Jean-Gabriel Gill-Couture 2024-11-21 21:49:38 -05:00
  • cc9bcb902c feat: DhcpConfig can now effectively manage a config file to add a static map entry Jean-Gabriel Gill-Couture 2024-11-18 17:05:48 -05:00
  • cb1fea1eda wip: Interfaces using NamedList helper type to handle dynamic interface names, some refactoring on top Jean-Gabriel Gill-Couture 2024-11-18 07:08:03 -05:00
  • 65c395aeae wip(opnsense-config): Refactoring to improve usability and features Jean-Gabriel Gill-Couture 2024-11-14 23:45:13 -05:00
  • 85786cf648 feat(opnsense-config): ip_in_range function works jeangab 2024-11-07 09:22:22 -05:00
  • 0700265622 wip: Implement add static mapping public function jeangab 2024-11-07 07:49:13 -05:00
  • 50ca6afb47 feat(opnsense-config): Xml parsing now works great to parse a full production config. Only some element ordering that is not consistent across multiple elements of the same type sometimes does not match but moving some stuff around gets us easily to a 100% matching file Jean-Gabriel Gill-Couture 2024-11-06 16:23:08 -05:00
  • ab59923dae feat(opnsense-config): Add MaybeString type to preserve xml serialization of empty elements Jean-Gabriel Gill-Couture 2024-11-02 13:51:12 -04:00
  • ebdc83b21b wip: RawXml ser/de works well, still a few more complex cases to test but seems good wnough for the opnsense config case Jean-Gabriel Gill-Couture 2024-10-20 07:39:41 -04:00
  • e0acbf304b wip: Full opnsense deserializer almost done, works on a slightly cheated config file, next step is to try the real config file Jean-Gabriel Gill-Couture 2024-10-18 00:48:57 -04:00
  • b332723431 feat(opnsense-config): Refactor config to use a repository trait, implement file based and ssh, save a full config file Jean-Gabriel Gill-Couture 2024-10-14 16:13:20 -04:00
  • 8459c38499 wip(opnsense-config): It compiles now, still have to test it Jean-Gabriel Gill-Couture 2024-10-14 07:53:02 -04:00
  • 32cea6c3ff wip: New crate opnsense-config Jean-Gabriel Gill-Couture 2024-10-13 08:48:56 -04:00
  • 6a5ebdbac7 wip: xml parser Jean-Gabriel Gill-Couture 2024-10-04 11:26:55 -04:00
  • 407bdbc032 wip: OPNSense XML config editor coming along jeangab 2024-09-30 16:20:11 -04:00
  • 465106438a wip: Actual implementation of opnsense dhcp jeangab 2024-09-27 16:51:49 -04:00
  • b0fc55e1fb Merge pull request 'feat: Significant refactoring to introduce the HostBinding struct that has for sole purpose to bind a PhysicalHost and LogicalHost together. The PhysicalHost contains everything hardware up to the mac address, LogicalHost ip address, name and above' (#3) from feat/architecture_v1 into master johnride 2024-09-27 13:29:20 +00:00
  • 13ba3964c0 feat: Improve DHCP architecture, much better, architecture feels good right now jeangab 2024-09-26 22:22:56 -04:00
  • 1e1aa53eaa feat: Significant refactoring to introduce the HostBinding struct that has for sole purpose to bind a PhysicalHost and LogicalHost together. The PhysicalHost contains everything hardware up to the mac address, LogicalHost ip address, name and above jeangab 2024-09-23 00:30:27 -04:00
  • 9d0aa406e4 wip: Trying to figure out a nice way to have inventory and topology bound, maybe creating nodes that have this only purpose would make sense jeangab 2024-09-21 09:35:49 -04:00
  • 042ff7e7dd chore: Move client setups to private repos that can be cloned manually by the developer Jean-Gabriel Gill-Couture 2024-09-13 16:19:49 -04:00
  • 532f600283 Merge pull request 'feat/opnsenseFqm' (#2) from feat/opnsenseFqm into master johnride 2024-09-10 15:41:14 +00:00
  • df714e216a feat: Topology, inventory, score, its all coming together and compiles. I think its very usable as a first alpha version. Game on Jean-Gabriel Gill-Couture 2024-09-08 22:42:29 -04:00
  • ff3d53c704 wip: Working hard on topology, seems to have something that may work, next step is put the building blocks together for real Jean-Gabriel Gill-Couture 2024-09-08 19:06:21 -04:00
  • 87a9ec3ec4 wip: FQM topology with OKDHaCluster, not satisfied yet with the cluster topology data structure Jean-Gabriel Gill-Couture 2024-09-08 11:32:19 -04:00
  • 8592a3bc36 feat: Refactored harmony into a workspace with independent modules per client, completed RusshClient test_connection implementation. Needs refactoring though jeangab 2024-09-06 16:10:06 -04:00
  • cc01ec5fe5 chore(harmony): Use Cargo workspaces for core harmony and client specific implementation jeangab 2024-09-06 12:17:23 -04:00
  • aa28ab37b8 Core domain structure for harmony rs (#1) jeangab 2024-09-06 12:41:00 +00:00
  • 231b1cca9f feat(watchguard): debut d'automation, structure tftp Sylvain Tremblay 2024-09-02 07:49:56 -04:00
  • 411e3ce8cd doc(adr): Wrote ADR for Rust Language and Hexagonal architecture jeangab 2024-09-01 16:09:15 -04:00
  • 1881428a63 try out ipmi and redfish rust crates Jean-Gabriel Gill-Couture 2024-08-30 11:44:25 -04:00
  • 7d69ac447a Try out bifrost and see if we want to use it as bare metal provisionner jeangab 2024-08-28 16:16:36 -04:00