summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration/onnx-file/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/integration/onnx-file/services.xml')
-rw-r--r--config-model/src/test/integration/onnx-file/services.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config-model/src/test/integration/onnx-file/services.xml b/config-model/src/test/integration/onnx-file/services.xml
new file mode 100644
index 00000000000..892ce9a9f89
--- /dev/null
+++ b/config-model/src/test/integration/onnx-file/services.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<services>
+ <admin version="2.0">
+ <adminserver hostalias="node1" />
+ <logserver hostalias="node1" />
+ </admin>
+ <content id="test" version="1.0">
+ <redundancy>1</redundancy>
+ <documents>
+ <document type='test' mode="index"/>
+ </documents>
+ <nodes>
+ <node hostalias='node1' distribution-key='0'/>
+ </nodes>
+ </content>
+</services>