With Salt, sudo files content are now managed from rOPS.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mon, Mar 23
Not a priority right now, as we use Alkane to trigger website deployments.
See also T1784 to improve UX and URLs.
Software has been renamed to Redpanda Connect:
Checked today, it works fine:
Sun, Mar 22
Ah, that's now what we need, nice for the script!
vault_policy.router: Creating... module.router_approle.vault_approle_auth_backend_role.this: Creating... module.router_approle.vault_approle_auth_backend_role.this: Creation complete after 0s [id=auth/approle/role/router] module.router_approle.data.vault_approle_auth_backend_role_id.this: Reading... module.router_approle.data.vault_approle_auth_backend_role_id.this: Read complete after 0s [id=auth/approle/role/router/role-id] module.router_approle.vault_approle_auth_backend_role_secret_id.this: Creating... vault_policy.router: Creation complete after 0s [id=router] module.router_approle.vault_approle_auth_backend_role_secret_id.this: Creation complete after 1s [id=backend=approle::role=router::accessor=...] module.router_approle.vault_kv_secret_v2.this: Creating... module.router_approle.vault_kv_secret_v2.this: Creation complete after 0s [id=ops/data/secrets/network/router/vault]
The file /usr/local/etc/devd/carp.conf :
You can directly use variables in the action to pass interface and state with $subsystem and $type
notify 0 {
match "system" "CARP";
match "subsystem" "[0-9]+@[0-9a-z.]+";
match "type" "(MASTER|BACKUP)";
action "/usr/local/scripts/carp-test.sh";
};Closed as inactive.
Next: configure DNS records
This method works well, Salt automation is welcome.
Solution is satisfactory and stable all summer long.
We can consider we're done and handle the remaining as regular tasks.
All server has been upgraded to FreeBSD 15, excepted router-001, which will be decom when router-002/003 will be live.
https://migration.mediawiki.test.ook.space/w/index.php reports an unknown wiki.
[ Not working actively on this, also we'd need a repro URL. ]
[ Not actively working on this, but please ping me if you need this. ]
Not working on this for now, and the number of services in our API doesn't make that urgent.
Not in misc anymore
Whitespace issues
Extract TeX live states to tex.sls for clarity. Fix symlink.
For all CARP external documentation, I think I've found the threshold where information is outdated in that man page:
According carp(4) (man carp) examples section, the name has changed.
@dereckson I first tried to redefine the devd rule by matching specific IFNET event types such as LINK_UP, LINK_DOWN, UP and DOWN, but none of them were triggered during CARP state changes in my tests.
Procedure still the same in current TeX Live Guide, updated the link.
[ Deassigning, as it needs some CI love first, to be able to run modern Node 24 on Jenkins ]
notify 0 {
match "system" "IFNET";
match "subsystem" "vmx1";
action "logger CARP state change detected";
};A dedicated devd file was placed in /usr/local/etc/devd because this directory is usually used for custom configurations added by administrators, while /etc/devd contains the default system rules from FreeBSD. It makes the setup cleaner, avoids mixing custom logic with system configuration, and makes future maintenance or upgrades easier.