- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Yesterday
Mon, Apr 20
ysul.nasqueron.org# show ip ospf neighbor
ysul.nasqueron.org# show ip ospf neighbor
Activated OSPF in interface gre2 so then Ysul can get the route to 172.27.27.0/27.
Sun, Apr 19
Little change of Header
Use an absolute shebang (/usr/local/bin/python3) because devd runs with a limited environment and does not include /usr/local/bin in its PATH.
This is an exception to the usual #!/usr/bin/env python3 pattern, which cannot work in this context.
- Send all error to STDERR with file=sys.stderr
- Use the OVH /me endpoint to perform a real API call and ensure the credentials are valid and authentication is working
Unit tests
Algo can be overriden
Algo can be overriden
To put tests in a namespace is certainly a good idea, but that will be in a follow-up commit.
Use os.path.expanduser
Actually, this config CARP will work only in FreeBSD machine because DEVD works only in FreeBSD, so it is not necessary to use dir from map.jinja,
we can put manually the path directory for the scripts that will help the final script carp-ovh-failover that works only in FreeBSD.
Actually, this config CARP will work only in FreeBSD machine because DEVD works only in FreeBSD, so it is not necessary to use dir from map.jinja,
we can put manually the path directory for the scrit carp-ovh-failover and config.yaml.
@dereckson I think it is better to use os.path.expanduser to resolve the user configuration path instead of relying on $HOME, as it provides a more robust and portable way to determine the user’s home directory across environments.
I'm not sure this issue is still relevant as we're reinstalling Ysul in T2315.
Tested here: https://devcentral.nasqueron.org/T2316#36853
Arcanist code has been patched in our production branch @ https://github.com/nasqueron/arcanist
We don't currently track on DevCentral our patches for nasqueron/arcanist, but for reference and documentation of T2316 resolution, it's best to publish it here too.