You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After adding new systems to cloud01, based on the docs, I was expecting the following command: python3 /usr/lib/python3.12/site-packages/quads/tools/lshw.py
to attempt to ssh to any host that is reachable and in cloud01 to be accessed, and the output of lshw -json to populate into the /opt/quads/lshw directory. But instead, nothing seems to happen.
To Reproduce
Run: python3 /usr/lib/python3.12/site-packages/quads/tools/lshw.py
Expected behavior
Files to appear in /opt/quads/lshw
The text was updated successfully, but these errors were encountered:
Describe the bug
After adding new systems to cloud01, based on the docs, I was expecting the following command:
python3 /usr/lib/python3.12/site-packages/quads/tools/lshw.py
to attempt to ssh to any host that is reachable and in cloud01 to be accessed, and the output of
lshw -json
to populate into the/opt/quads/lshw
directory. But instead, nothing seems to happen.To Reproduce
Run: python3 /usr/lib/python3.12/site-packages/quads/tools/lshw.py
Expected behavior
Files to appear in /opt/quads/lshw
The text was updated successfully, but these errors were encountered: