Logic looks good to me.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Yesterday
The tunnel from router-001 to cloudhugger has been destroyed.
improved indentation
1.Rename CARP functions for clarity.
Added IP canonical IP addresses to router-002 and router-003
Change comment/section titles
testing
- modified network.sls
Tue, Mar 17
Excellent work to integrate CARP configuration. If it passes black, only a slight comment/section titles change and it's ready to land.
If we trigger the script through devd, we can provide a .conf configuration file in /usr/local/etc/devd.
Works like a charm:
Fix: router-002 and router-003 should have a canonical_public_ipv4 that is the VIP.
Mon, Mar 16
using for loop to create GRE tunnel on router-002 and 003
This task required the renewal of the Vault certificate :
Fix : {{ in place of { {
Put the line "# Enable CARP preemption" in the if block so we don't have the
orphan comment in non-router systems.
-Last Update
Update
Sun, Mar 15
- Update
Changes :
- roles/router/carp/files/carp-loader.conf rename on roles/router/carp/files/carp.conf
- roles/router/carp/files/carp.conf is not a Jinja template
- The Salt function is now called in the state and its result is passed to the template through the context, it is a convention.
roles/core/network/files/FreeBSD/gre.conf is not a Jinja template.
Normalize to double quotes in Jinja templates as requested