Initial commit to gerrit repo
[osm/PLA.git] / osm_pla / test / corrupt_pil_endpoints_config_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 # Point Of Precence (POP), price list
17 pop:
18   - vim_url: http://10.234.12.47:5000/v3
19     vim_name: OpenStack1
20     num_vm: 10
21     vm_price:
22       - x_large: 10
23       - large: 5
24       - medium: 4
25       - small: 3
26       - tiny: 2
27   - vim_url: http://10.234.12.44:5000/v3
28     vim_name: OpenStack2
29     num_vm: 10
30     vm_price:
31       - large: 10
32       - medium: 8
33       - small: 6
34       - tiny: 4
35   - vim_url: http://10.234.12.46:5000/v3
36     vim_name: OpenStack3
37     num_vm: 10
38     vm_price:
39       - large: 8
40       - medium: 6
41       - small: 3
42       - tiny: 2
43   - vim_url: http://10.234.12.43:5000/v3
44     vim_name: OpenStack4
45     num_vm: 10
46     vm_price:
47       - large: 9
48       - medium: 7
49       - small: 4
50       - tiny: 3
51 # POP Interconnecting Link (PIL), price list and latency
52 pil:
53   - pil_description: Link between OpenStack1 and OpenStack2
54     pil_price: 12
55     pil_latency: 120
56     pil_jitter: 1200
57     pil_endpoints:
58       - http://10.234.12.47:5000/v3
59       - http://10.234.12.44:5000/v3
60   - pil_description: Link between OpenStack1 and OpenStack3
61     pil_price: 13
62     pil_latency: 130
63     pil_jitter: 1300
64     pil_endpoints:
65       - http://10.234.12.47:5000/v3
66       - http://10.234.12.46:5000/v3
67   - pil_description: Link between OpenStack1 and OpenStack4
68     pil_price: 14
69     pil_latency: 140
70     pil_jitter: 1400
71     pil_endpoints:
72       - http://10.234.12.47:5000/v3
73       - http://10.234.12.43:5000/v3
74   - pil_description: Link between OpenStack2 and OpenStack3
75     pil_price: 23
76     pil_latency: 230
77     pil_jitter: 2300
78     pil_endpoints:
79       - http://10.234.12.44:5000/v3
80       - http://10.234.12.46:5000/v3
81   - pil_description: Link between OpenStack2 and OpenStack4
82     pil_price: 24
83     pil_latency: 240
84     pil_jitter: 2400
85     pil_endpoints:
86       - http://10.234.12.44:5000/v3
87       - http://10.234.12.43:5000/v3
88   - pil_description: Link between OpenStack3 and OpenStack4
89     pil_price: 34
90     pil_latency: 340
91     pil_jitter: 3400
92     pil_endpoints:
93 #      - http://10.234.12.46:5000/v3
94       - http://10.234.12.43:5000/v3