From 6a6002263c2c572ae3e80ee4aed9c9ddff92f834 Mon Sep 17 00:00:00 2001 From: "tao.gan" Date: Mon, 11 May 2026 14:37:53 +0800 Subject: [PATCH] [build]: register zr-agent in build aggregator Add the premium zr-agent module as a managed dependency in build/pom.xml so the all-in-one distribution bundles the new MN Agent Gateway v1 plugin. The zr-agent module (plugin-premium/zr-agent) implements the MN side of the dual-track ZRM <-> kvmagent gateway contract (sync via /internal/zrm/v1/agent-call-sync, async via /internal/zrm/v1/agent-call + poll). Without this registration the plugin jar is built but not pulled into the assembly, and ZRM calls land on a MN that has no /internal/zrm/v1/* handler. Resolves: ZSV-12345 Change-Id: I68766f6d7363796f656a6f70706371647565736a --- build/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/pom.xml b/build/pom.xml index 39f3566de95..88f05201ea7 100755 --- a/build/pom.xml +++ b/build/pom.xml @@ -528,6 +528,11 @@ zmigrate-plugin ${project.version} + + org.zstack + zr-agent-plugin + ${project.version} + org.zstack zsv