Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy containers on remote server #8

Open
agraul opened this issue Jan 17, 2024 · 0 comments
Open

Can't deploy containers on remote server #8

agraul opened this issue Jan 17, 2024 · 0 comments

Comments

@agraul
Copy link
Member

agraul commented Jan 17, 2024

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                                                             ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant