summaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-deployment/hosts.xml
blob: 5d2be9b0cde868118a5f80c0817a6a7d1371f648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright 2017 Yahoo Holdings. 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>