aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/multienvapp/content/content_nodes.xml
blob: a17a14f0070632b7df2e2bd8c413072dbdd24798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright Vespa.ai. 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>