blob: 7493d52ac089ad31f78a406df809e87a8d6f979d [file] [log] [blame]
tiernobe41e222016-09-02 15:16:13 +02001##
tierno92021022018-09-12 16:29:23 +02002# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
tiernobe41e222016-09-02 15:16:13 +02003# This file is part of openmano
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
21---
22schema_version: "0.1"
23instance:
24 name: complex2-instance
25 description: Example of multisite deployment
26 datacenter: TEST-dc #needed a default datacenter
27 scenario: complex2
28 vnfs:
29 VNF2vms: # vnf name in the scenario
30 datacenter: TEST-dc #by default is datacenter above
31 VNF3:
32 datacenter: openstack
33 networks:
34 dataconn1:
35 sites:
36 - datacenter: openstack
37 netmap-create: null
38 netmap-use: net-corpA
39 - datacenter: TEST-dc
40 netmap-use: data_net
41 dataconn2:
42 sites:
43 - datacenter: openstack
44 netmap-create: null
45 netmap-use: net-corpA
46 - datacenter: TEST-dc
47 netmap-create: datacon
48 default:
49 sites:
50 - datacenter: openstack
51 netmap-use: default
52 - datacenter: TEST-dc
53 netmap-use: default
54
55