Versions Compared

Key

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

...

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 INVENTORYNETWORK RECORD CREATIONASSIGNMENTS
	hnote over AAISO : AAISO API
	SO -> AAISDNC : InventoryNetwork Record CreationAssignment Request
	AAISDNC -> AAISDNC : CreatePerform InventoryNetwork RecordAssignments
	hnote over AAISDNC: INVENTORYAAI RECORDUpdate
	SO -> AAISDNC : InventoryNetwork Record CreationAssignments Response	
end

group HOMINGINSTANTIATION REQUEST
	hnote over SO : xNF Resources, Service ID
	SO -> OOFOpenStack : Homing AssignmentInstantiation Request
	OOFOpenStack -> OOFOpenStack: HomingVNF AssignmentInstantiations
	OOFOpenStack -> SO : Homing AssignmentInstantiation 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

...