Cherry Application LCM Step 1 - Create Application Package

Development Lifecycle (Draft)

Application Package

Use Case Sequence Diagram

 Click here to show plantuml source
@startuml
Title OSC Cherry Application LCM Step 1 - Create Application Package
skinparam sequenceArrowThickness 2
skinparam ParticipantPadding 5
skinparam BoxPadding 10
skinparam ArrowColor #blue
autonumber

Box Vendor #lightsteelblue
Participant PMGR as "Package Manager" <<RICAPP>>
End box

Box Personnel #lightblue
Actor xDEV as "Application Developer" <<INT OTF>>
End box

== Package ==

xDEV -> PMGR : CreatePackage {releaseDir}
loop foreach defined deployment configuration
PMGR -> PMGR :
Note Right: Add App Descriptor for deployment

PMGR -> PMGR :
Note Right: Add Policy Profiles for deployment

PMGR -> PMGR :
Note Right: Add Data Consumption Requirements

PMGR -> PMGR :
Note Right: Add Data Publication Capabilities

PMGR -> PMGR :
Note Right: Add Deployment Configuration Data Requirements

PMGR -> PMGR :
Note Right: Add Application Configuration Data Requirements

PMGR -> PMGR :
Note Right: Add Deployment Images

alt Optional Certifications
PMGR -> PMGR : Add Image Signatures/Certificates
end if
end

@enduml