summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/app_sdbundles/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/src/test/apps/app_sdbundles/services.xml')
-rw-r--r--configserver/src/test/apps/app_sdbundles/services.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/configserver/src/test/apps/app_sdbundles/services.xml b/configserver/src/test/apps/app_sdbundles/services.xml
new file mode 100644
index 00000000000..2e5e13cc6b0
--- /dev/null
+++ b/configserver/src/test/apps/app_sdbundles/services.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<services version="1.0">
+
+ <admin version="2.0">
+ <adminserver hostalias="node1"/>
+ <slobroks>
+ <slobrok hostalias="node1"/>
+ <slobrok hostalias="node2"/>
+ </slobroks>
+ </admin>
+
+ <content version="1.0">
+ <redundancy>1</redundancy>
+ <documents>
+ <document type="music" mode="index"/>
+ </documents>
+ <nodes>>
+ <node hostalias="node1" distribution-key="0"/>
+ </nodes>
+ </content>
+
+</services>