Migrate "ms/cds-sdc-listener" from ccsdk/apps
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Templates / hostname-template.vtl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configuration xmlns:junos="http://xml.juniper.net/junos/17.4R1/junos">
3    <system xmlns="http://yang.juniper.net/junos-qfx/conf/system">
4       <host-name operation="delete" />
5       <host-name operation="create">$hostname</host-name>
6    </system>
7 </configuration>