blob: 74ffe936e64a94eb11ab17f1f1112cc83aa2f896 [file] [log] [blame]
garciaale76f6a622020-11-19 17:57:42 -03001# 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
16vnfd:
17 id: hackfest_basic-vnf
18 product-name: hackfest_basic-vnf
19 description: A basic VNF descriptor w/ one VDU
20 version: "1.0"
garciaale0a517b92021-01-12 15:44:44 -030021 mgmt-cp: vnf-cp0-ext
garciaale76f6a622020-11-19 17:57:42 -030022
23 virtual-compute-desc:
garciaale0a517b92021-01-12 15:44:44 -030024 - id: hackfest_basic-VM-compute
garciaale76f6a622020-11-19 17:57:42 -030025 virtual-cpu:
26 num-virtual-cpu: 1
27 virtual-memory:
28 size: 1 # Memory size in GB
29
30 virtual-storage-desc:
garciaale0a517b92021-01-12 15:44:44 -030031 - id: hackfest_basic-VM-storage
garciaale76f6a622020-11-19 17:57:42 -030032 size-of-storage: 10
33
34 sw-image-desc:
35 - id: ubuntu1604
36 name: ubuntu1604
garciaale0a517b92021-01-12 15:44:44 -030037 image: ubuntu1604
38 - id: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
39 name: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
garciaale76f6a622020-11-19 17:57:42 -030040 image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
41 vim-type: aws
garciaale76f6a622020-11-19 17:57:42 -030042
43 vdu:
44 - id: hackfest_basic-VM
45 name: hackfest_basic-VM
garciaale0a517b92021-01-12 15:44:44 -030046 virtual-compute-desc: hackfest_basic-VM-compute
garciaale76f6a622020-11-19 17:57:42 -030047 virtual-storage-desc:
garciaale0a517b92021-01-12 15:44:44 -030048 - hackfest_basic-VM-storage
garciaale76f6a622020-11-19 17:57:42 -030049 sw-image-desc: ubuntu1604
50 alternative-sw-image-desc:
garciaale0a517b92021-01-12 15:44:44 -030051 - ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
garciaale76f6a622020-11-19 17:57:42 -030052 int-cpd:
garciaale0a517b92021-01-12 15:44:44 -030053 - id: vdu-eth0-int
garciaale76f6a622020-11-19 17:57:42 -030054 virtual-network-interface-requirement:
55 - name: vdu-eth0
56 virtual-interface:
57 type: PARAVIRT
58
59 df:
garciaale0a517b92021-01-12 15:44:44 -030060 - id: default-df
garciaale76f6a622020-11-19 17:57:42 -030061 vdu-profile:
62 - id: hackfest_basic-VM
63 min-number-of-instances: 1
64 instantiation-level:
garciaale0a517b92021-01-12 15:44:44 -030065 - id: default-instantiation-level
garciaale76f6a622020-11-19 17:57:42 -030066 vdu-level:
67 - vdu-id: hackfest_basic-VM
68 number-of-instances: 1
69
70 ext-cpd:
garciaale0a517b92021-01-12 15:44:44 -030071 - id: vnf-cp0-ext
garciaale76f6a622020-11-19 17:57:42 -030072 int-cpd: # Connection to int-cpd
73 vdu-id: hackfest_basic-VM
garciaale0a517b92021-01-12 15:44:44 -030074 cpd: vdu-eth0-int