a222687d367651a6f85d704a77162d9f7c9a3754
[osm/PLA.git] / osm_pla / test / pil_unittest1_keys.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     project: hackfest_project_a
23     pil_endpoints:
24       - OpenStack1
25       - OpenStack2
26   - pil_description: Link between OpenStack1 and OpenStack3
27     pil_price: 13
28     pil_latency: 130
29     pil_jitter: 1300
30     project: hackfest_project_a
31     pil_endpoints:
32       - OpenStack1
33       - OpenStack3
34   - pil_description: Link between OpenStack1 and OpenStack4
35     pil_price: 14
36     pil_latency: 140
37     pil_jitter: 1400
38     project: hackfest_project_a
39     pil_endpoints:
40       - OpenStack1
41       - OpenStack4
42   - pil_description: Link between OpenStack2 and OpenStack3
43     pil_price: 23
44     pil_latency: 230
45     pil_jitter: 2300
46     project: hackfest_project_a
47     pil_endpoints:
48       - OpenStack2
49       - OpenStack3
50   - pil_description: Link between OpenStack2 and OpenStack4
51     pil_price: 24
52     pil_latency: 240
53     pil_jitter: 2400
54     project: hackfest_project_a
55     pil_endpoints:
56       - OpenStack2
57       - OpenStack4
58   - pil_description: Link between OpenStack3 and OpenStack4
59     pil_price: 34
60     pil_latency: 340
61     pil_jitter: 3400
62     project: hackfest_project_a
63     pil_endpoints:
64       - OpenStack3
65       - OpenStack4