Skip to content

MAP-84: Convert Makefile to Use Deployer and BITE TANGO Devices for Relevant Commands

Alex Schell requested to merge map-84-update-make-to-use-devices into main

This MR switch the commands for Deployer and BITE related tasks to use the new TANGO devices rather than working through kube commands. In order to run these commands, it uses a wrapper python file (ds_local_deploy.py) to set up the proxy to the device, and handle setting properties and executing commands.

Makefile commands switched:

  • config-db
  • device-check
  • generate-talondx-config
  • download-artifacts

It also adds check-deployer to ensure the device is set up, and removes the SLIM mesh config testing command, as this will be rolled up into MCS.

Edited by Alex Schell

Merge request reports