Initial commit to gerrit repo
[osm/PLA.git] / osm_pla / test / pil_unittest1.yaml
1 # Copyright 2020 ArctosLabs Scandinavia AB
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
12 # implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 # POP Interconnecting Link (PIL), price list and latency
17 pil:
18   - pil_description: Link between OpenStack1 and OpenStack2
19     pil_price: 12
20     pil_latency: 120
21     pil_jitter: 1200
22     pil_endpoints:
23       - http://10.234.12.47:5000/v3
24       - http://10.234.12.44:5000/v3
25   - pil_description: Link between OpenStack1 and OpenStack3
26     pil_price: 13
27     pil_latency: 130
28     pil_jitter: 1300
29     pil_endpoints:
30       - http://10.234.12.47:5000/v3
31       - http://10.234.12.46:5000/v3
32   - pil_description: Link between OpenStack1 and OpenStack4
33     pil_price: 14
34     pil_latency: 140
35     pil_jitter: 1400
36     pil_endpoints:
37       - http://10.234.12.47:5000/v3
38       - http://10.234.12.43:5000/v3
39   - pil_description: Link between OpenStack2 and OpenStack3
40     pil_price: 23
41     pil_latency: 230
42     pil_jitter: 2300
43     pil_endpoints:
44       - http://10.234.12.44:5000/v3
45       - http://10.234.12.46:5000/v3
46   - pil_description: Link between OpenStack2 and OpenStack4
47     pil_price: 24
48     pil_latency: 240
49     pil_jitter: 2400
50     pil_endpoints:
51       - http://10.234.12.44:5000/v3
52       - http://10.234.12.43:5000/v3
53   - pil_description: Link between OpenStack3 and OpenStack4
54     pil_price: 34
55     pil_latency: 340
56     pil_jitter: 3400
57     pil_endpoints:
58       - http://10.234.12.46:5000/v3
59       - http://10.234.12.43:5000/v3