Skip to content

Commit 98fceea

Browse files
committed
<feature>[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
1 parent 2e8dd6e commit 98fceea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@
528528
<artifactId>zmigrate-plugin</artifactId>
529529
<version>${project.version}</version>
530530
</dependency>
531+
<dependency>
532+
<groupId>org.zstack</groupId>
533+
<artifactId>zr-agent-plugin</artifactId>
534+
<version>${project.version}</version>
535+
</dependency>
531536
<dependency>
532537
<groupId>org.zstack</groupId>
533538
<artifactId>zsv</artifactId>

0 commit comments

Comments
 (0)