summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/services-hosted.xml
blob: 0acfad97a54e2eb7099dec460d924121db84efe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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="3.0">
    <nodes count="3" flavor="small"/>
  </admin>

  <jdisc id="container1" version="1.0">
    <nodes count="5" flavor="medium" required="true"/>
  </jdisc>

  <jdisc id="container1" version="1.0">
    <nodes of="search" required="true"/>
  </jdisc>
  
  <container id="container2" version="1.0">
    <nodes of="search"/>
  </container>

  <content id="search" version="1.0">
    <redundancy>2</redundancy>
    <nodes count="7" flavor="large" groups="12"/>
  </content>

</services>