Merge "test_kubernetes: mock file operations in test_ssh_key"
[yardstick.git] / samples / vnf_samples / nsut / prox / prox-baremetal-1.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #
15 #;
16
17 nodes:
18 -
19     name: "trafficgen_1"
20     role: TrafficGen
21     ip: 1.1.1.1
22     user: "root"
23     ssh_port: "22"
24     password: "r00t"
25     interfaces:
26         xe0:
27             vpci: "0000:05:00.0"
28             local_mac: "00:00:00:00:00:01"
29             driver: "i40e"
30             local_ip: "152.16.100.19"
31             netmask: "255.255.255.0"
32             dpdk_port_num: 0
33 -   
34     name: "vnf"
35     role: VNF
36     ip: 1.1.1.2
37     user: "root"
38     ssh_port: "22"
39     password: "r00t"
40     interfaces:
41         xe0:
42             vpci: "0000:05:00.0"
43             local_mac: "00:00:00:00:00:02"
44             driver: "i40e"
45             local_ip: "152.16.100.21"
46             netmask: "255.255.255.0"
47             dpdk_port_num: 0
48     routing_table:
49     - network: "152.16.100.20"
50       netmask: "255.255.255.0"
51       gateway: "152.16.100.20"
52       if: "xe0"
53     nd_route_tbl:
54     - network: "0064:ff9b:0:0:0:0:9810:6414"
55       netmask: "112"
56       gateway: "0064:ff9b:0:0:0:0:9810:6414"
57       if: "xe0"