Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TOSCA template: service-Vloadbalancerms-template.yml

Service Metadata

...

Section

Used for specifying a control loop specific to a service.

Code Block
titleExample From VLoadbalancer YAML
tosca_definitions_version: tosca_simple_yaml_1_1

metadata:
  invariantUUID: ebacca8b-9fb8-498a-8a2b-24757f5236a9
  UUID: e9129f70-1657-4e6d-955c-2651aba4cc28
  name: vLoadBalancerMS
  description: vLBMS

...

VNF Node Template Metadata Section(s)

Used in order for an Operational Policy to take an action on a specific VNF

Code Block
topology_template:
  node_templates:
    vLoadBalancerMS 0:
      type: org.openecomp.resource.vf.Vloadbalancerms
      metadata:
        invariantUUID: 20ad46cc-6b16-4404-9895-93d2baaa8d25
        UUID: 4f715117-08b9-4221-9d63-f3fa86919742
        customizationUUID: 586e41fd-8e13-476e-a055-60e72adc3478
        version: '1.0'
        name: vLoadBalancerMS
        description: vLBMS
        type: VF

...