Fixed ogAgent deployImage bug. Variable partitionInfo deprecated
testing/ogcore-api/pipeline/head This commit looks good Details

hotfix-timeout
Manuel Aranda Rosales 2025-02-21 10:27:03 +01:00
parent 7098d4fcb1
commit 52f5f9157f
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ class DeployImageAction extends AbstractController
throw new ValidatorException('IP is required');
}
$partitionInfo = json_decode($image->getPartitionInfo(), true);
$method = match ($input->method) {
DeployMethodTypes::MULTICAST_UFTP_DIRECT, DeployMethodTypes::MULTICAST_UDPCAST_DIRECT, => 'multicast-direct',
DeployMethodTypes::MULTICAST, DeployMethodTypes::MULTICAST_UFTP, DeployMethodTypes::MULTICAST_UDPCAST => 'multicast',