Fixes bug 1424 by adding ip-address on virtual-network-interface-requirement
[osm/IM.git] / tests / examples / etsi_nsd_sol006.yaml
1 #  Copyright 2020 Whitestack LLC
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 # Example adapted from official ETSI repo:
17 #  https://forge.etsi.org/rep/nfv/SOL006/blob/master/example-data/nfv-nsd.xml
18
19 nsd:
20   nsd:
21     - id: firewall-nsd
22       vnfd-id: ASA
23       sapd:
24         - id: inside
25         - id: management
26         - id: outside
27       df:
28         - id: firewall
29           vnf-profile:
30             - id: firewall
31               vnfd-id: ASA
32               flavour-id: normal
33               instantiation-level: single
34               min-number-of-instances: '1'
35               max-number-of-instances: '1'
36           ns-instantiation-level:
37             - id: single
38               vnf-to-level-mapping:
39                 - vnf-profile-id: firewall
40                   number-of-instances: '1'