Initial openvim v0.4.6 upload
[osm/openvim.git] / test / hosts / new_host.yaml
1 ##
2 # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
3 # This file is part of openmano
4 # All Rights Reserved.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License"); you may
7 # not use this file except in compliance with the License. You may obtain
8 # a copy of the License at
9 #
10 #         http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15 # License for the specific language governing permissions and limitations
16 # under the License.
17 #
18 # For those usages not covered by the Apache License, Version 2.0 please
19 # contact with: nfvlabs@tid.es
20 ##
21
22 {
23     "${}":[
24         "${name} host name",
25         "${user} host user (n2)",
26         "${ip_name} host access ip or name (${name}.hi.inet)",
27         "${description} host description (${name})"
28     ],
29
30     "host":{
31         "name": "${name}",
32         "user": "${user}", 
33         "ip_name": "${ip_name}", 
34         "description": "${description}" 
35     }
36 }