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
I installed the tool onto my development machine and wanted to run it against an Uyuni VM. The deployment fails, probably because files are not downloaded to the remote machine where podman build is executed.
output
(.venv) ~src/poc-uyuni-health-check [master]
➤ ssh [email protected]'zypper -n install podman'# [output omitted, successful]
(.venv) ~src/poc-uyuni-health-check [master]
➤ uyuni-health-check -s uyuni.tf.local run
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Uyuni Health Check ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
[11:51:27] Checking connection with podman: main.py:618
podman version 4.7.2 util.py:45
Warning: Permanently added 'uyuni.tf.local' (ED25519) to the list of known hosts. util.py:45
[11:51:28] Creating POD for containers main.py:741
[11:51:29] bc0c634632991816c03c816eb2f43044ea4cce5eb19432b4e7ee2271340dcd2e util.py:45
Warning: Permanently added 'uyuni.tf.local' (ED25519) to the list of known hosts. util.py:45
Building logcli image main.py:744
[11:51:31] An error had happened while running Podman. Maybe you don't have enough privileges to run it. main.py:806╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮│ You can visit now the live dashboards to see metrics and relevant errors at http://uyuni.tf.local:3000/dashboards │╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓┃ Execution Finished ┃┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
The text was updated successfully, but these errors were encountered:
I installed the tool onto my development machine and wanted to run it against an Uyuni VM. The deployment fails, probably because files are not downloaded to the remote machine where
podman build
is executed.output
The text was updated successfully, but these errors were encountered: