...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
######################################
### A Service using the Vendor VNF ###
######################################
topology_template:
node_templates:
vnf_1:
type: com.vendorxxx.VNF_ABC
properties:
num_of_instances_inside: 13
requirements: # infrastructure requirements, to be sutisfied by the orchestrator
- compute:
node_filter:
capabilities:
- onap.capabilities.Compute:
properties:
num_cpus: {in_range: [2, 4]}
mem_size: {greater_or_equal: 1GB}
|
See also: Scaling