From 62daf7b1734f817da94668dc6a526e7fe6d9c5bb Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Mon, 4 Nov 2019 14:41:22 +0100 Subject: Get ZoneRegistry from ServiceRegistry, to make them the same in container tests --- .../yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controller-api') diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java index 578be18c4d7..3d04c239798 100644 --- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java +++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java @@ -20,6 +20,7 @@ import com.yahoo.vespa.hosted.controller.api.integration.resource.MeteringClient import com.yahoo.vespa.hosted.controller.api.integration.resource.TenantCost; import com.yahoo.vespa.hosted.controller.api.integration.routing.GlobalRoutingService; import com.yahoo.vespa.hosted.controller.api.integration.routing.RoutingGenerator; +import com.yahoo.vespa.hosted.controller.api.integration.zone.ZoneRegistry; import java.time.Clock; @@ -77,4 +78,6 @@ public interface ServiceRegistry { TenantCost tenantCost(); + ZoneRegistry zoneRegistry(); + } -- cgit v1.2.3