Versions Compared

Key

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

...

  • Service Designer
  • Operations Specialist


Image RemovedImage Added

2. Pre-Conditions

...

PlantUML Macro
titleTest with Plantuml
@startuml
participant SDC
participant SO
participant DCAE
participant AAI
Participant SDNC
Participant APPC
Participant CLAMP
Participant POLICY
Participant MC



autonumber 



== Subscribe to ServieService CSAR Distribution == 
Group Subscribe to
SO-->SO: ..

note right: performed by all receptiants of the CSAR

== Service CSAR Distribution
SO-->SO: .. == 

Autonumber resume

group Distribute to SO
	hnote over SO : SO Listner
	SDC --> SO : Service CSAR Distribution 
	note left: Using DMaaP
	SO --> SO : Store CSAR
	SO --> SDC: Distribution Response
end


note over SDC, AAI #FFAAAA
	The flow to DCAE is not correct. DCAE SCH does not get the CSAR itself;
	 SCH get the blueprint through the SDC distribution client 
	(the URL is notified by the SDC and the client library is used to retrieve it)
end note
group Distribute to DCAE
 	hnote over DCAE : Service Change Handler 


 	SDC --> DCAE: Service CSAR Distribution
  	note left : Using DMaaP
	DCAE --> DCAE : Store CSAR
	DCAE --> SDC: Distribution Response
end




group Distribute to AAI
	hnote over AAI: AAI Listner
	SDC --> AAI : Service CSAR Distribution  	
	note left: Using DMaaP
	AAI --> AAI : Store CSAR
	AAI --> SDC: Distribution Response
end



group Distribute to SDNC
 	hnote over SDNC: UEB Listner
 	SDC --> SDNC : Service CSAR Distribution
	note left: Using DMaaP
 	SDNC --> SDNC : Store CSAR
 	SDNC --> SDC: Distribution Response
end


group Distribute to APPC  	
	hnote over APPC: Listner
  	SDC --> APPC : Service CSAR Distribution
 	note left: Using DMaaP
  	APPC --> APPC: Store CSAR
  	APPC --> SDC: Distribution Response
end


group Distribute to CLAMP
	hnote over CLAMP: Listner
   	SDC --> CLAMP : Service CSAR Distribution
  	note left: Using DMaaP
   	CLAMP --> CLAMP: Store CSAR
   	CLAMP --> SDC: Distribution Response
end 



group Distribute to POLICY
	hnote over POLICY: Listner
   	SDC --> POLICY : Service CSAR Distribution
  	note left: Using DMaaP
   	POLICY --> POLICY: Store CSAR
   	POLICY -> SDC: Distribution Response
end

group Distribute to MultiCloud
	hnote over MC: Listner
    	SDC -> MC: Service CSAR Distribution
   	note left: Using DMaaP
    	MC --> MC: Store CSAR
    	MC-> SDC: Distribution Response
end 

@enduml



 

4. Post Condition

...

  • The SDC Service CSAR package contains the (1) Service Descriptor, (2) Resource Descriptor, (3) Service Artifacts, (4) Templates and blueprints associated with the service.
  • SO has successfully received and stored SDC Service CSAR package (4).
  • SO will contain (in local storage) all of the artifacts & components of the SDC Service CSAR Package (3)
  • DCAE has successfully received and stored the SDC Service CSAR Package.(7)
  • DCAE will contain (in local storage) all of the artifacts & components of the SDC Service CSAR Package (6).
  • A&AI has successfully received and stored SDC Service CSAR package (10).
  • A&AI will contain (in local storage) all of the artifacts & components of the SDC Service CSAR Package (9).
  • SDN-C (SDN-R) has successfully received and stored SDC Service CSAR package (13).
  • SDN-C will contain (in local storage) all of the artifacts & components of the SDC Service CSAR Package (12).
  • APP-C has successfully received and stored SDC Service CSAR package (16).
  • APP-C will contain (in local storage) all of the artifacts & components of the SDC Service CSAR Package (15)

...