Skip to content

Fix disabling mapping server

Marcos Huck requested to merge fix/mapping_server_disabled into develop

Context

Using a NULL Image for the mapping server didn't disable all the related business logic that is meant to be disabled when we don't want to run the mapping server.

Change

  • LaunchMappingServerPod
  • LaunchMappingServerCopyPod
  • WaitForMappingServerPod
  • GetMappingServerIP
  • CreateNetworkPolicyMappingServer
  • RemoveNetworkPolicy
  • UploadLogs

Other information

The Track data structure is used once again, we probably want to create a job to get the track representation.

Additional documentation

Edited by Marcos Huck

Merge request reports