def6216576
... because LF is now commonly used as newline code. Change-Id: Iaebf9330fb1305d9314d9fec05f9923efd7e61c6
233 lines
6.3 KiB
YAML
233 lines
6.3 KiB
YAML
tosca_definitions_version: tosca_simple_yaml_1_2
|
|
|
|
description: Sample VNF ha DF
|
|
|
|
imports:
|
|
- etsi_nfv_sol001_common_types.yaml
|
|
- etsi_nfv_sol001_vnfd_types.yaml
|
|
- Common.yaml
|
|
|
|
topology_template:
|
|
inputs:
|
|
descriptor_id:
|
|
type: string
|
|
descriptor_version:
|
|
type: string
|
|
provider:
|
|
type: string
|
|
product_name:
|
|
type: string
|
|
software_version:
|
|
type: string
|
|
vnfm_info:
|
|
type: list
|
|
entry_schema:
|
|
type: string
|
|
flavour_id:
|
|
type: string
|
|
flavour_description:
|
|
type: string
|
|
configurable_properties:
|
|
type: map
|
|
|
|
substitution_mappings:
|
|
node_type: Sample.VNF.Node
|
|
properties:
|
|
flavour_id: ha
|
|
requirements:
|
|
VDU0_extnet: [ VDU0_extCP0, external_virtual_link ]
|
|
VDU1_extnet: [ VDU1_extCP0, external_virtual_link ]
|
|
VDU_extnet: [ VDU_extvCP, external_virtual_link ]
|
|
RT_extnet: [ RT_extCP, external_virtual_link ]
|
|
|
|
node_templates:
|
|
VNF:
|
|
type: Sample.VNF.Node
|
|
properties:
|
|
flavour_description: 'ha'
|
|
configurable_properties:
|
|
is_autoscale_enabled: false
|
|
is_autoheal_enabled: false
|
|
vnfm_info:
|
|
- Tacker
|
|
interfaces:
|
|
Vnflcm:
|
|
instantiate: []
|
|
instantiate_start: []
|
|
instantiate_end: []
|
|
scale: []
|
|
scale_start: []
|
|
scale_end: []
|
|
heal: []
|
|
heal_start: []
|
|
heal_end: []
|
|
terminate: []
|
|
terminate_start: []
|
|
terminate_end: []
|
|
modify_information: []
|
|
modify_information_start: []
|
|
modify_information_end: []
|
|
|
|
VDU_0:
|
|
type: tosca.nodes.nfv.Vdu.Compute
|
|
properties:
|
|
name: VDU_0
|
|
description: VDU_0
|
|
vdu_profile:
|
|
min_number_of_instances: 1
|
|
max_number_of_instances: 1
|
|
sw_image_data:
|
|
name: sample_image
|
|
version: '1.0'
|
|
checksum:
|
|
algorithm: sha-512
|
|
hash: 6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78
|
|
container_format: bare
|
|
disk_format: qcow2
|
|
min_disk: 0 GB
|
|
size: 1869 MB
|
|
capabilities:
|
|
virtual_compute:
|
|
properties:
|
|
requested_additional_capabilities:
|
|
properties:
|
|
requested_additional_capability_name: sample_flavor
|
|
support_mandatory: true
|
|
target_performance_parameters:
|
|
entry_schema: test
|
|
virtual_memory:
|
|
virtual_mem_size: 512 MB
|
|
virtual_cpu:
|
|
num_virtual_cpu: 1
|
|
virtual_local_storage:
|
|
- size_of_storage: 1 GB
|
|
|
|
VDU_1:
|
|
type: tosca.nodes.nfv.Vdu.Compute
|
|
properties:
|
|
name: VDU_1
|
|
description: VDU_1
|
|
vdu_profile:
|
|
min_number_of_instances: 1
|
|
max_number_of_instances: 1
|
|
sw_image_data:
|
|
name: sample_image
|
|
version: '1.0'
|
|
checksum:
|
|
algorithm: sha-512
|
|
hash: 6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78
|
|
container_format: bare
|
|
disk_format: qcow2
|
|
min_disk: 0 GB
|
|
size: 1869 MB
|
|
capabilities:
|
|
virtual_compute:
|
|
properties:
|
|
requested_additional_capabilities:
|
|
properties:
|
|
requested_additional_capability_name: sample_flavor
|
|
support_mandatory: true
|
|
target_performance_parameters:
|
|
entry_schema: test
|
|
virtual_memory:
|
|
virtual_mem_size: 512 MB
|
|
virtual_cpu:
|
|
num_virtual_cpu: 1
|
|
virtual_local_storage:
|
|
- size_of_storage: 1 GB
|
|
|
|
VDU0_CP0:
|
|
type: tosca.nodes.nfv.VduCp
|
|
properties:
|
|
order: 0
|
|
bitrate_requirement: 1
|
|
vnic_type: normal
|
|
layer_protocols: [ ipv4 ]
|
|
protocol:
|
|
- associated_layer_protocol: ipv4
|
|
address_data:
|
|
- address_type: ip_address
|
|
l3_address_data:
|
|
ip_address_assignment: true
|
|
floating_ip_activated: false
|
|
requirements:
|
|
- virtual_binding: VDU_0
|
|
- virtual_link: VDU_intnet0
|
|
|
|
VDU1_CP0:
|
|
type: tosca.nodes.nfv.VduCp
|
|
properties:
|
|
order: 0
|
|
bitrate_requirement: 1
|
|
vnic_type: normal
|
|
layer_protocols: [ ipv4 ]
|
|
protocol:
|
|
- associated_layer_protocol: ipv4
|
|
address_data:
|
|
- address_type: ip_address
|
|
l3_address_data:
|
|
ip_address_assignment: true
|
|
floating_ip_activated: false
|
|
requirements:
|
|
- virtual_binding: VDU_1
|
|
- virtual_link: VDU_intnet0
|
|
|
|
VDU0_extCP0:
|
|
type: tosca.nodes.nfv.VnfExtCp
|
|
properties:
|
|
layer_protocols: [ ipv4 ]
|
|
requirements:
|
|
- internal_virtual_link: VDU_intnet0
|
|
|
|
VDU1_extCP0:
|
|
type: tosca.nodes.nfv.VnfExtCp
|
|
properties:
|
|
layer_protocols: [ ipv4 ]
|
|
requirements:
|
|
- internal_virtual_link: VDU_intnet0
|
|
|
|
VDU_intnet0:
|
|
type: tosca.nodes.nfv.VnfVirtualLink
|
|
properties:
|
|
connectivity_type:
|
|
layer_protocols: [ ipv4 ]
|
|
vl_profile:
|
|
max_bitrate_requirements:
|
|
root: 1000000
|
|
min_bitrate_requirements:
|
|
root: 100000
|
|
virtual_link_protocol_data:
|
|
- associated_layer_protocol: ipv4
|
|
l2_protocol_data:
|
|
network_type: vxlan
|
|
l3_protocol_data:
|
|
ip_version: ipv4
|
|
cidr: '192.168.0.0/24'
|
|
dhcp_enabled: true
|
|
|
|
RT_extCP:
|
|
type: tosca.nodes.nfv.VnfExtCp
|
|
properties:
|
|
layer_protocols: [ ipv4 ]
|
|
requirements:
|
|
- internal_virtual_link: VDU_intnet0
|
|
|
|
VDU_extvCP:
|
|
type: tosca.nodes.nfv.VnfExtCp
|
|
properties:
|
|
layer_protocols: [ ipv4 ]
|
|
requirements:
|
|
- internal_virtual_link: VDU_intnet0
|
|
|
|
groups:
|
|
VDU_AntiAffinityGroup:
|
|
type: tosca.groups.nfv.PlacementGroup
|
|
members: [ VDU_0, VDU_1 ]
|
|
|
|
policies:
|
|
- VDU_placement_policy:
|
|
type: tosca.policies.nfv.AntiAffinityRule
|
|
targets: [ VDU_AntiAffinityGroup ]
|
|
properties:
|
|
scope: nfvi_node
|