@dereckson I tried applying these units for role devserver:
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Yesterday
The error occured is :
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.