From 7fa3328a3bb885f0e376c5dd39ca6b27c18c213b Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Sat, 16 Sep 2017 13:38:56 +0200 Subject: Move orchestrator config to itw own package --- .../main/java/com/yahoo/vespa/orchestrator/config/package-info.java | 6 ++++++ configdefinitions/src/vespa/orchestrator.def | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 configdefinitions/src/main/java/com/yahoo/vespa/orchestrator/config/package-info.java (limited to 'configdefinitions') diff --git a/configdefinitions/src/main/java/com/yahoo/vespa/orchestrator/config/package-info.java b/configdefinitions/src/main/java/com/yahoo/vespa/orchestrator/config/package-info.java new file mode 100644 index 00000000000..f6ee478cc9f --- /dev/null +++ b/configdefinitions/src/main/java/com/yahoo/vespa/orchestrator/config/package-info.java @@ -0,0 +1,6 @@ +// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +@ExportPackage +package com.yahoo.vespa.orchestrator.config; + +import com.yahoo.api.annotations.PublicApi; +import com.yahoo.osgi.annotation.ExportPackage; diff --git a/configdefinitions/src/vespa/orchestrator.def b/configdefinitions/src/vespa/orchestrator.def index a546f8e8a1c..ab52c777398 100644 --- a/configdefinitions/src/vespa/orchestrator.def +++ b/configdefinitions/src/vespa/orchestrator.def @@ -1,5 +1,5 @@ # Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -namespace=vespa.orchestrator +namespace=vespa.orchestrator.config # TODO: Change the default to actual latency in real setup. serviceMonitorConvergenceLatencySeconds int default=0 -- cgit v1.2.3