...
TOSCA | A&AI Mapping | Notes |
---|---|---|
invariantUUID | model-invariant-id | Minimum value saved to Operational Policy IF the Control Loop Designer wishes to build a control SPECIFIC to this service. |
UUID | model-version-id | Q: Do we need this? Yes, because there could be different versions of the same model and SO needs to know which version we are using. |
name | AAI has the service-instance-name, not the model instance name | CLAMP - used by GUI to display to Control Loop designers |
type | service-type | CLAMP should find the type="Service" |
description | CLAMP - used by GUI to display to Control Loop designers (tooltip) |
...
Code Block |
---|
groups:
vloadbalancerms0..Vloadbalancerms..dnsscaling..module-1:
type: org.openecomp.groups.VfModule
metadata:
vfModuleModelName: Vloadbalancerms..dnsscaling..module-1
vfModuleModelInvariantUUID: 82165a0f-430c-463c-bcef-e106d02af6c9
vfModuleModelUUID: ddf753e3-c8cc-4247-b902-213fa2083e61
vfModuleModelVersion: '1'
vfModuleModelCustomizationUUID: 3878cce1-47c1-4ec8-812a-3e71e908f58e
properties:
min_vf_module_instances: 0
vf_module_label: dnsscaling
max_vf_module_instances: 50
vf_module_type: Expansion
isBase: false
initial_count: 0
volume_group: false
vloadbalancerms0..Vloadbalancerms..base_vlb..module-0:
type: org.openecomp.groups.VfModule
metadata:
vfModuleModelName: Vloadbalancerms..base_vlb..module-0
vfModuleModelInvariantUUID: b28b4cfa-f793-445e-a8ea-b20299f5961c
vfModuleModelUUID: 86c2fecc-9840-4341-8357-887049e84e53
vfModuleModelVersion: '1'
vfModuleModelCustomizationUUID: 8dc6ef75-7795-4ebd-a3d8-633be62fa698
properties:
min_vf_module_instances: 1
vf_module_label: base_vlb
max_vf_module_instances: 1
vf_module_type: Base
isBase: true
initial_count: 1
volume_group: false
|
CLAMP should parse the "group" section and select only VF Modules that have a property isBase=false in order to do Scale Out.
TOSCA | A&AI | Notes | vfModuleModelInvariantUUID: 82165a0f-430c-463c-bcef-e106d02af6c9 | vfModuleModelUUID: ddf753e3-c8cc-4247-b902-213fa2083e61 | vfModuleModelVersion: '1' | vfModuleModelCustomizationUUID: 3878cce1-47c1-4ec8-812a-3e71e908f58e|
---|---|---|---|---|---|---|
vfModuleModelName | - | |||||
vfModuleModelInvariantUUID | model-invariant-id | |||||
vfModuleModelUUID | model-version-id | |||||
vfModuleModelVersion | - | Do we need this? It may not be in AAI. | ||||
vfModuleModelCustomizationUUID | model-customization-id |
Policy Creation
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
TODO - New DCAE TCA Model |
...