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

Missing consoles and console_libraries files when installing Prometheus 3.0.0 #478

Open
maximepoulin-hl opened this issue Nov 27, 2024 · 2 comments

Comments

@maximepoulin-hl
Copy link

Since upgrading to version 0.23.0, prometheus.prometheus.prometheus fails to install Prometheus version 3.0.0 with the following error:

TASK [prometheus.prometheus.prometheus : Propagate official console templates] *****************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [prometheus1] (item=console_libraries) => {"ansible_loop_var": "item", "changed": false, "item": "console_libraries", "msg": "Could not find or access '/tmp/prometheus-linux-arm64/3.0.0/console_libraries' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option
failed: [prometheus1] (item=consoles) => {"ansible_loop_var": "item", "changed": false, "item": "consoles", "msg": "Could not find or access '/tmp/prometheus-linux-arm64/3.0.0/consoles' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}

I've checked and the downloaded tarball is indeed missing those files. The directories are there on 2.55.1.

Works as expected installing Prometheus 2.55.1.

@SuperQ
Copy link
Contributor

SuperQ commented Nov 27, 2024

This is an expected change. Prometheus no longer includes consoles in 3.0.

@SuperQ SuperQ closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2024
@SuperQ SuperQ reopened this Nov 27, 2024
@SuperQ
Copy link
Contributor

SuperQ commented Nov 27, 2024

Wait, sorry, that should not error. It should skip the whole step.

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

2 participants