User Details
- User Since
- Feb 3 2026, 12:46 (8 w, 5 d)
- Availability
- Available
Today
Thu, Apr 2
- '0XXX" into XXX : correct permissions for Salt
- Change the name of the script in action (no more script .sh)
- '0644' (Ansible) into 644 (Salt)
Many changes:
- Improved script structure by separating configuration, helper functions, main function and application entry point.
carp-ovh logs were written both to /var/log/messages and /var/log/carp.log.
This change redirects them only to /var/log/carp.log by excluding them from /var/log/messages.
Wed, Apr 1
Apr 1 14:03:22 router-002 kernel: carp: 2@vmx1: MASTER -> BACKUP (more frequent advertisement received) Apr 1 14:03:22 router-002 kernel: in_scrubprefix: err=65, prefix delete failed Apr 1 14:03:22 router-002 carp-ovh[98074]: Not MASTER -> exit
Tue, Mar 31
Minor changes to the script names in init.sls
Fix the path of the script : /usr/local/scripts/carp/carp-ovh.py
Fix the path of the parameter action : /usr/local/scripts/carp/carp-ovh-switch.sh
Mon, Mar 30
Mar 30 14:13:37 router-002 kernel: carp: 2@vmx1: BACKUP -> MASTER (master timed out) Mar 30 14:13:37 router-002 carp-ovh[76122]: Detected MAC on vmx1: 00:50:56:09:3c:f2 Mar 30 14:13:37 router-002 carp-ovh[76126]: Checking current state... Mar 30 14:13:37 router-002 carp-ovh[76130]: Checking IPs for MAC 00:50:56:09:3c:f2 Mar 30 14:13:37 router-002 carp-ovh[76134]: URL used: /dedicated/server/ns3173530.ip-51-210-99.eu/virtualMac/00:50:56:09:3c:f2/virtualAddress Mar 30 14:13:38 router-002 carp-ovh[76138]: OVH returned: ['178.32.70.110', '51.68.252.230'] Mar 30 14:13:38 router-002 carp-ovh[76142]: VIP is already on correct MAC -> nothing to do
When router-003 (The MASTER) become unavailable :
Sun, Mar 29
Enable rotation of Vault AppRole credentials on CARP routers
Wed, Mar 25
Tested locally with ripgrep. Configuration files like .arcconfig are now correctly included in search results !
I tested the Docker image locally and the image builds, the container starts correctly, and the test suite runs inside it.
Tue, Mar 24
The script to test if we can access to the OVH credentials (application_key, application_secret, consumer_key):
The script to test the connection to Vault, using a YAML configuration file that tells the secretsmith client how to connect to Vault :
It is not necessary to create a local map.jinja here, since it only imports a variable from the global map.jinja.
- Install pip using the OS-specific package prefix from map.jinja.