Versions Compared

Key

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

...

PlantUML Macro
@startuml

participant VNF
participant DCAE
participant Policy
participant "APPC/CDS"
participant SOL002_Adapter
participant External_VNFM
participant VIM

hnote over SOL002_Adapter: Precondition: VNF existsand VNFCs exist in AAI, Policy is created

...
VNF -> DCAE: VES events
DCAE -> Policy: VES events
Policy -> "APPC/CDS": Policy is executed and calls APPC/CDS
"APPC/CDS" -> SOL002_Adapter: execute LCM action (Heal)
SOL002_Adapter -> External_VNFM: POST ../vnflcm/v1/vnf_instances/{vnfInstanceId}/heal
External_VNFM -> VIM: request heal VNFC
VIM -> VNF: restart VNFVNFC

@enduml