Add router CARP configuration using Jinja template and Salt state to deploy with Salt the CARP configuration.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Skipped - Unit
No Test Coverage - Branch
- role-router
- Build Status
Buildable 6388 Build 6672: arc lint + arc unit
Event Timeline
Comment Actions
Using a separate file like /etc/rc.conf.d/netif/carp keeps the CARP configuration isolated,
avoids modifying the main /etc/rc.conf, and makes the setup cleaner and safer.
It improves maintainability, reduces the risk of conflicts, and ensures a more modular infrastructure design.