...
For a complete description, examples and details of on-boarding of DCAE Micro Services, please refer to MicroServices Onboarding in ONAP.
Day 0: DCAE Design Studio Creation of Service Assurance Flows
...
Code Block | ||||
---|---|---|---|---|
| ||||
@startuml title This is the flow for designing, configuring and deploying Control Loops actor Service_Designer participant SDC participant CLAMP actor Operator participant DCAE_SCH participant DCAE_Deployment participant DCAE_Inventory participant Policy participant DCAE_Policy_Handler autonumber Service_Designer -> SDC : Log into SDC SDC -> SDC : Create/Test/Certify service, \nwith control loop DCAE flow SDC -> CLAMP : Blueprint distribution SDC -> DCAE_SCH : Blueprint distribution DCAE_SCH -> DCAE_Inventory : Save blueprint Operator -> CLAMP : Configuration of control loop CLAMP -> Policy : Create Configuration and Operational Policies Policy -> DCAE_Policy_Handler : Configuration Policy CLAMP -> DCAE_Inventory : Get DCAE Service Id based on Distributed Parameters note left Steps 8 and 9 are involved when there is no pre-deployment of control loop in DCAE end note CLAMP -> DCAE_Deployment : Trigger Deployment @enduml |
TODO: Update UML with correct terminology. Update UML to add SDC Service Distribution
...