Skip to content

MAP-116: Backend Changes for AIV Requested Taranta Dashboard Updates

Alex Schell requested to merge map-116-updates-for-dashboard into main

This MR supports the work split off of MAP-115, which involves modifying how values are displayed/updated on the Taranta dash for Mid CBF Overview. Specifically, it addresses the initial IP being set to a default value of 198.168.8.<board #>, which AIV would prefer to be more explicit in the fact it was not set.

With this merge, the initial IP is instead set to NOT SET for all talons initially, as shown below.

Initial IP example

Once the HW_config file is loaded and the boards set up, this will change to the IP address given by the hw config file:

Configured IP examples

To test the changes in a namespace, the dev version for both MCS and the MCS charts will need to be pulled into the deployment. See the temp branch in mid-psi as an example.

Once deployed, the changes can be confirmed by checking the dashboards for MAP-115, available at https://142.73.34.170/<NAMESPACE>/taranta/devices/mid_csp_cbf/talon_board/001/attributes

Merge request reports