Done
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Fix versions
Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Fix versions
Priority
Created September 2, 2019 at 1:31 PM
Updated July 29, 2020 at 11:53 AM
Resolved February 13, 2020 at 4:05 PM
SDC is currently using AAI to store the meta-data information about service models.
Essentially, this is done using model-ver:object (storing version-specific information about Service Models).
We need to extend the model-ver:object, to incorporate an additional parameter related to Service-Model - "orchestration-type".
The are 2 allowed names for orchestration-type:
"a-la-carte"
"macro"
Default is "a-la-carte", and a Service Model needs to have always the orchestration-type assigned.
Goal of this Story is to extend the existing object model, with this additional parameter.
Additionally:
Use AAI-ModelLoader component of AAI to store the value of service model`s orchestration-type in relevant AAI model-ver object field.
Proposal:
Extend the model-ver:object (orchestration-type is version-specific)
Add a field: orchestration-type
Field type: string
Required?: No
Extend the AAI-ML CSAR processor to fill-up the new field defined before