Versions Compared

Key

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

...

TOSCA template: service-Vloadbalancerms-template.yml

Service Metadata

...

Sectio

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


TOSCAA&AI MappingNotes

invariantUUID


Minimum value saved to Operational Policy IF the Control Loop Designer wishes to build a control SPECIFIC to this service.
UUID
Q: Do we need this?
name
CLAMP - used by GUI to display to Control Loop designers
type

CLAMP should find the type="Service"


description
CLAMP - used by GUI to display to Control Loop designers (tooltip)

VNF Node Template Metadata Section(s)

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



Policy Creation

Code Block
titlevDNS - TCA Configuration Policy Payload
linenumberstrue
collapsetrue
TODO - New DCAE TCA Model

...