Versions Compared

Key

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

...

Run Control Loop #3


Reconfigure Control Loop


Image Added

Code Block
titleUML Code for Flow 5
collapsetrue
@startuml
title This is the flow that will be tested in Beijing
participant CLAMP
actor CLAMP_Tester
participant Policy
participant DCAE_Policy_Handler
participant DCAE_Consul
autonumber
CLAMP_Tester -> CLAMP : Reonfigure thresholds\n of control loop
CLAMP -> Policy : Update Configuration Policy
Policy -> DCAE_Policy_Handler : Updated Configuration Policy
DCAE_Policy_Handler -> DCAE_Consul: Store config
participant TCA_Instance
TCA_Instance -> DCAE_Consul: Get Configuration
@enduml


Stop Control Loop


Dashboard

...