Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
api-tests
Merge requests
!137
2.7.1 dev sol003 vnf lcm descriptors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
2.7.1 dev sol003 vnf lcm descriptors
2.7.1-dev-SOL003-VNF-LCM-descriptors
into
2.7.1-dev-SOL003-reference-descriptors
Overview
0
Commits
6
Pipelines
0
Changes
6
Merged
Giacomo Bernini
requested to merge
2.7.1-dev-SOL003-VNF-LCM-descriptors
into
2.7.1-dev-SOL003-reference-descriptors
4 years ago
Overview
0
Commits
6
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
2.7.1-dev-SOL003-reference-descriptors
2.7.1-dev-SOL003-reference-descriptors (base)
and
latest version
latest version
b4898891
6 commits,
4 years ago
6 files
+
349
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
SOL003/VNFLifecycleManagement-API/descriptors/SOL001/vnf-b-1_VNF.yaml
0 → 100644
+
169
−
0
Options
tosca_definitions_version
:
tosca_simple_yaml_1_2
description
:
"
TST010
reference
VNF-B"
metadata
:
descriptor_id
:
"
VNF-B"
vendor
:
"
ETSI
TST
WG"
version
:
"
2.0"
topology_template
:
substitution_mappings
:
node_type
:
"
tosca.nodes.nfv.VNF"
requirements
:
virtual_link_management
:
[
management
,
virtual_link_management
]
virtual_link_left
:
[
left
,
virtual_link_left
]
virtual_link_right
:
[
right
,
virtual_link_right
]
node_templates
:
VDU-B-1
:
type
:
"
tosca.nodes.nfv.Vdu.Compute"
properties
:
name
:
"
vdu-b-1-vcd"
descriptor
:
"
Description
of
VDU-B-1"
vdu_profile
:
min_number_of_instances
:
1
max_number_of_instances
:
2
capabilities
:
virtual_compute
:
properties
:
virtual_memory
:
virtual_mem_size
:
4096
numa_enabled
:
false
virtual_cpu
:
num_virtual_cpu
:
2
requirements
:
virtual_storage
:
-
"
vdu-b-1-vsd"
VDU-B-2
:
type
:
"
tosca.nodes.nfv.Vdu.Compute"
properties
:
name
:
"
vdu-b-2-vcd"
descriptor
:
"
Description
of
VDU-B-2"
vdu_profile
:
min_number_of_instances
:
1
max_number_of_instances
:
4
capabilities
:
virtual_compute
:
properties
:
virtual_memory
:
virtual_mem_size
:
6144
numa_enabled
:
false
virtual_cpu
:
num_virtual_cpu
:
2
requirements
:
virtual_storage
:
-
"
vdu-b-2-vsd"
right
:
type
:
"
tosca.nodes.nfv.VduCp"
properties
:
order
:
1
requirements
:
virtual_link_right
:
virtual_binding
:
VDU-B-2
management
:
type
:
"
tosca.nodes.nfv.VduCp"
properties
:
order
:
0
requirements
:
virtual_link_management
:
virtual_binding
:
VDU-B-1
left
:
type
:
"
tosca.nodes.nfv.VduCp"
properties
:
order
:
2
requirements
:
virtual_link_left
:
virtual_binding
:
VDU-B-1
internal_vl
:
type
:
tosca.nodes.nfv.VnfVirtualLink
properties
:
connectivity_type
:
layer_protocols
:
[
ipv4
]
description
:
Internal Virtual link in the VNF
vl_profile
:
max_bitrate_requirements
:
root
:
100000
leaf
:
20000
min_bitrate_requirements
:
root
:
10000
leaf
:
10000
internal_vdu_b_1_cp
:
type
:
tosca.nodes.nfv.VduCp
properties
:
order
:
2
requirements
:
-
virtual_binding
:
VDU-B-1
-
virtual_link
:
internal_vl
internal_vdu_b_2_cp
:
type
:
tosca.nodes.nfv.VduCp
properties
:
order
:
0
requirements
:
-
virtual_binding
:
VDU-B-2
-
virtual_link
:
internal_vl
vdu-b-1-vsd
:
type
:
"
tosca.nodes.nfv.Vdu.VirtualBlockStorage"
properties
:
virtual_block_storage_data
:
size_of_storage
:
20
rdma_enabled
:
false
sw_image_data
:
name
:
"
vdu-b-1
image"
version
:
"
1.1"
checksum
:
algorithm
:
"
sha-224"
hash
:
"
somehashfortst010"
container_format
:
"
bare"
disk-format
:
qcow2
min-disk
:
'
1'
min-ram
:
'
2'
size
:
'
1'
artifacts
:
sw_image
:
type
:
tosca.artifacts.nfv.SwImage
file
:
vdu-b-1.qcow2
vdu-b-1-vsd
:
type
:
"
tosca.nodes.nfv.Vdu.VirtualBlockStorage"
properties
:
virtual_block_storage_data
:
size_of_storage
:
20
rdma_enabled
:
false
sw_image_data
:
name
:
"
vdu-b-1
image"
version
:
"
1.1"
checksum
:
algorithm
:
"
sha-224"
hash
:
"
somehashfortst010"
container_format
:
"
bare"
disk-format
:
qcow2
min-disk
:
'
1'
min-ram
:
'
2'
size
:
'
1'
artifacts
:
sw_image
:
type
:
tosca.artifacts.nfv.SwImage
file
:
vdu-b-2.qcow2
vnf_b_1_VNF
:
type
:
"
tosca.nodes.nfv.VNF"
properties
:
descriptor_id
:
"
VNF-B-2VDUs"
descriptor_version
:
"
2.0"
provider
:
"
ETSI
TST
WG"
product_name
:
"
VNF-B-2VDUs"
software_version
:
"
2.0"
product_info_name
:
"
VNF-B-2VDUs"
product_info_description
:
"
TST010
reference
VNF-B
with
2
VDUs"
flavour_id
:
"
VNF-B-2VDU_flavor"
flavour_description
:
"
VNF-B
with
2
VDUs
flavor"
vnfm_info
:
etsivnfm
:
-
v2.3.1
interfaces
:
Vnflcm
:
scale
:
implementation
:
scale-example.yaml
terminate
:
implementation
:
terminate-example.yaml
operate
:
implementation
:
operate-example.yaml
Loading