aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/multienvapp/content/content_nodes.xml
blob: 7a5fbf7ac0b3f0e9daca848674a0c36aa8892f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<nodes>
    <node hostalias="node0" distribution-key="0" />
</nodes>
<nodes deploy:environment="prod">
    <node hostalias="node0" distribution-key="0" />
    <node hostalias="node1" distribution-key="1" />
</nodes>
<nodes deploy:environment="prod" deploy:region="us-west">
    <node hostalias="node0" distribution-key="0" />
    <node hostalias="node1" distribution-key="1" />
    <node hostalias="node2" distribution-key="2" />
</nodes>