Versions Compared

Key

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

...

  1. << what >> – Flow description according to numbering. Include interface (e.g. SDCE-6) and main information  (can have a link to the information link).

  2. ff



PlantUML Macro
titleSDC Service Distribution-1
@startuml
participant SO
participant NFVOrches
participant SDNC
participant OpenStack
autonumber 

group CLOUD RESOURCE REQUEST
	hnote over NFVOrches : Resources API
	hnote over SO : Resources Needed
	SO -> NFVOrches: Cloud Resources Request
	NFVOrches -> NFVOrches : Assign Cloud Resources
	hnote over NFVOrches: VM ID
	NFVOrches -> SO : Cloud Resources Response
end

group INVENTORY RECORD CREATION
	hnote over AAI : AAI API
	SO -> AAI : Inventory Record Creation Request
	AAI -> AAI : Create Inventory Record
	hnote over AAI: INVENTORY RECORD
	SO -> AAI : Inventory Record Creation Response	
end

group HOMING REQUEST
	hnote over SO : xNF Resources, Service ID
	SO -> OOF : Homing Assignment Request
	OOF -> OOF: Homing Assignment
	OOF -> SO : Homing Assignment Response
end

@enduml


  1. << what >> – Flow description according to numbering. Include interface (e.g. SDCE-6) and main information  (can have a link to the information link).

  2. ff
  3. ff

4. Post Condition

The post-conditions are:

...