This commit is contained in:
Pierre Lannoy 2024-02-05 18:42:13 +01:00
commit bc52de265a
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -14,6 +14,6 @@ The main differences with the original agent are:
## Notes
On Hosterra servers, it is not used in Python virtual envs. So you have to globally install the following libs:
`python3 pip git ethtool dmidecode ipmitool lldpd lshw python3-pynetbox python3-netaddr python3-netifaces python3-yaml python3-configargparse python3-slugify python3-packaging`.
`ethtool dmidecode ipmitool lldpd lshw epel-release python3.11 python3.11-pip python3.11-devel`.
Then you need to force pip to install `jsonargparse` with `pip install jsonargparse --break-system-packages`.
Then you need to install modules with `pip3.11 install jsonargparse pynetbox python-slugify netaddr netifaces pyyaml configargparse packaging`.