Skip to content

ansible: add new interactive dashboard

Ana Guerrero requested to merge ana/valve-infra:dashboard into master

I have made some changes addressing the feedback from https://gitlab.freedesktop.org/mupuf/valve-infra/-/merge_requests/311 The main changes are:

  • The screen refreshes now properly, the dashboard can be used with both mouse and keyboard
  • Machines without PDU assigned are shown in the dashboard with an "unknown" pdu. There is a short message asking the user to fix the situation.
  • All the status messages - from the last action run - are shown in the top.

The patchset adds the new interactive dashboard but I haven't replaced machines.py with dashboard.py yet. I have spent a few hours trying to see how it fits in the current dashboard and it doesn't fit. Not even putting Networking and Services in the same column. Maybe is the time to re-think the dashboard? I await for your great ideas :D

Merge request reports