summaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-deployment/hosts.xml
blob: a9116028e2b5289c42f32a5d1f656863f86b9e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<hosts xmlns:deploy="vespa" xmlns:preprocess="properties">
    <preprocess:properties>
        <node1.hostname>foo.yahoo.com</node1.hostname>
        <node1.hostname deploy:environment="dev">bar.yahoo.com</node1.hostname>
    </preprocess:properties>
    <host name="${node1.hostname}">
        <alias>node1</alias>
    </host>
</hosts>