blob: f490082ab657cc8a1ac70221248c3ccba9a02b2d [file] [log] [blame]
magnussonld8c1b392020-06-30 16:48:08 +02001# 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
17pil:
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 project: hackfest_project_a
30 pil_endpoints:
31 - OpenStack1
32 - OpenStack3
33 - pil_description: Link between OpenStack1 and OpenStack4
34 pil_price: 14
35 pil_jitter: 1400
36 project: hackfest_project_a
37 pil_endpoints:
38 - OpenStack1
39 - OpenStack4
40 - pil_description: Link between OpenStack2 and OpenStack3
41 pil_price: 23
42 project: hackfest_project_a
43 pil_endpoints:
44 - OpenStack2
45 - OpenStack3
46 - pil_description: Link between OpenStack2 and OpenStack4
47 pil_price: 24
48 pil_latency: 240
49 pil_jitter: 2400
50 project: hackfest_project_a
51 pil_endpoints:
52 - OpenStack2
53 - OpenStack4
54 - pil_description: Link between OpenStack3 and OpenStack4
55 pil_price: 34
56 pil_latency: 340
57 pil_jitter: 3400
58 project: hackfest_project_a
59 pil_endpoints:
60 - OpenStack3
61 - OpenStack4