Support two layouts for vnf_price_list.yaml, ignore single endpoint vlds, new vim...
[osm/PLA.git] / osm_pla / test / pil_price_list_hackfest.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: 5
20     pil_latency: 20
21     pil_endpoints:
22       - OpenStack1
23       - OpenStack2
24   - pil_description: Link between OpenStack1 and OpenStack3
25     pil_price: 30
26     pil_latency: 30
27     pil_endpoints:
28       - OpenStack1
29       - OpenStack3
30   - pil_description: Link between OpenStack1 and OpenStack4
31     pil_price: 30
32     pil_latency: 30
33     pil_endpoints:
34       - OpenStack1
35       - OpenStack4
36   - pil_description: Link between OpenStack2 and OpenStack3
37     pil_price: 10
38     pil_latency: 10
39     pil_endpoints:
40       - OpenStack2
41       - OpenStack3
42   - pil_description: Link between OpenStack2 and OpenStack4
43     pil_price: 10
44     pil_latency: 10
45     pil_endpoints:
46       - OpenStack2
47       - OpenStack4