ceph-build icon indicating copy to clipboard operation
ceph-build copied to clipboard

ceph-dashboard-* jobs: Install Prometheus and Alertmanager

Open callithea opened this issue 5 years ago • 2 comments

In order to test the alert configuration within the dashboard (e2e tests) we need to have Prometheus and Alertmanager running on the system. Added a new script which takes care of the installation and running Prometheus and Alertmanager in the background. Added the script only to the dashboard e2e Jenkins job (for the time being), the processes will be killed at the end of the job.

Signed-off-by: Laura Paduano [email protected]

callithea avatar Feb 05 '20 14:02 callithea

Edit: Killing the processes should not be required since the workspace dir will be wiped at the end of the job.

callithea avatar Feb 05 '20 15:02 callithea

Is this still desired?

djgalloway avatar May 25 '22 18:05 djgalloway