aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-pinning-major-version/hosts.xml
blob: f1f96bddc5b1af075a042bc06d80932a4d450b20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright Vespa.ai. 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>