Merge changes from topics 'YARDSTICK-1354', 'YARDSTICK-1348', 'YARDSTICK-1359', ...
[yardstick.git] / etc / yardstick / nodes / standalone / pod_landslide.yaml
1 # Copyright (c) 2018 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 nodes:
17 -
18     name: "tg__0"
19     role: tg__0
20     tas_manager:
21         ip: 192.168.122.100
22         super_user: SUPER_USER
23         super_user_password: SUPER_USER_PASSWORD
24         cfguser_password: CFGUSER_PASSWORD
25         test_user: TEST_USER
26         test_user_password: TEST_USER_PASSWORD
27         proto: http
28         license: LICENSE_NUMBER
29     interfaces:  # dummy values
30         xe0:
31             vpci: "0000:05:00.0"
32             local_mac: "68:05:ca:30:3d:50"
33             driver: "i40e"
34             local_ip: "152.16.100.19"
35             netmask: "255.255.255.0"
36         xe1:
37             vpci: "0000:05:00.1"
38             local_mac: "68:05:ca:30:3d:51"
39             driver: "i40e"
40             local_ip: "152.16.40.19"
41             netmask: "255.255.255.0"
42     config:
43     - test_server:
44         name: TestServer_1
45         role: SGW_Node
46         ip: 192.168.122.101
47         thread_model: Fireball
48         # override port-subnet and static route reservation information for this
49         # test server within the test session.
50         phySubnets:
51         - base: 10.42.32.100
52           mask: "/24"
53           name: &ts1_port1 eth5
54           numIps: 20
55         - base: 10.42.33.100
56           mask: "/24"
57           name: &ts1_port2 eth6
58           numIps: 20
59         preResolvedArpAddress:  # required for testcases with enabled Fireball mode
60         - StartingAddress: 10.42.33.10
61           NumNodes: 1
62       suts:
63       - name: SGW-C TestNode
64         role: SgwControlAddr
65         managementIp: 12.0.1.1
66         phy: *ts1_port1
67         ip: 10.42.32.100
68         # nextHop: ''
69       - name: SGW-U TestNode
70         role: SgwUserAddr
71         managementIp: 12.0.1.2
72         phy: *ts1_port1
73         ip: 10.42.32.101
74         # nextHop: ''
75
76     - test_server:
77         name: TestServer_2
78         role: SGW_Nodal
79         ip: 192.168.122.102
80         thread_model: Fireball
81         # override port-subnet and static route reservation information for this
82         # test server within the test session.
83         phySubnets:
84         - base: 10.42.32.1
85           mask: "/24"
86           name: &ts2_port1 eth5
87           numIps: 100
88         - base: 10.42.33.1
89           mask: "/24"
90           name: &ts2_port2 eth6
91           numIps: 100
92       suts:
93       - name: eNodeB TestNode
94         role: EnbUserAddr
95         managementIp: 12.0.2.1
96         phy: *ts2_port1
97         ip: 10.42.32.2
98         # nextHop: ''
99       - name: Target eNodeB
100         role: MobEnbUserAddr
101         managementIp: 12.0.2.2
102         phy: *ts2_port1
103         ip: 10.42.32.3
104         # nextHop: ''
105       - name: MME TestNode
106         role: MmeControlAddr
107         managementIp: 12.0.3.1
108         phy: *ts2_port1
109         ip: 10.42.32.1
110         # nextHop: ''
111       - name: NetHost TestNode
112         role: NetworkHostAddrLocal
113         managementIp: 12.0.4.1
114         phy: *ts2_port2
115         ip: 10.42.33.10
116         # nextHop: ''
117       - name: PGW SUT
118         role: PgwV4Sut
119         managementIp: 12.0.5.1
120         phy: *ts1_port1
121         ip: 10.42.32.105
122         # nextHop: ''
123       - name: SGW-C SUT
124         role: SgwSut
125         managementIp: 12.0.6.1
126         ip: 10.42.32.100
127       - name: SGW-U SUT
128         role: SgwUserSut
129         managementIp: 12.0.6.2
130         ip: 10.42.32.101