5 participant "rApp Manager"
6 collections "File System"
7 participant "ACM Runtime"
8 participant "A1PMS Participant"
9 participant "Kserve Participant"
10 participant "K8s Participant"
11 participant "DME Participant"
15 group Create rApp Instance
16 "API User"->"rApp Manager": Create rApp Instance
17 "rApp Manager"->"API User": Create rApp Instance response
21 group Deploy rApp Instance
22 "API User"->"rApp Manager": Deploy rApp Instance
23 "rApp Manager"->"File System": Fetch rApp Package and Instance details
25 "rApp Manager"->"ACM Runtime": Instantiate and Deploy ACM Instance
27 "ACM Runtime"->"A1PMS Participant": Deploy ACM Instance
28 "ACM Runtime"<--"A1PMS Participant": Response
30 group Deploy Kserve Part
31 "ACM Runtime"->"Kserve Participant": Deploy ACM Instance
32 "ACM Runtime"<--"Kserve Participant": Response
34 group Deploy Kubernetes Part
35 "ACM Runtime"->"K8s Participant": Deploy ACM Instance
36 "ACM Runtime"<--"K8s Participant": Response
39 "ACM Runtime"->"DME Participant": Deploy ACM Instance
40 "ACM Runtime"<--"DME Participant": Response
42 "rApp Manager"->"ACM Runtime": ACM Deployment Status
46 "rApp Manager"->"SME": Create SME entities
47 "SME"->"SME": Create the entities as provided
48 "rApp Manager"<-"SME": Response of SME entities creation
50 "API User"<-"rApp Manager": Deploy rApp Instance Status
54 group Undeploy rApp Instance
55 "API User"->"rApp Manager": Undeploy rApp Instance
56 "rApp Manager"->"File System": Fetch rApp Package and Instance details
58 "rApp Manager"->"ACM Runtime": Undeploy ACM Instance
59 group Undeploy A1 Part
60 "ACM Runtime"->"A1PMS Participant": Undeploy ACM Instance
61 "ACM Runtime"<--"A1PMS Participant": Response
63 group Undeploy Kserve Part
64 "ACM Runtime"->"Kserve Participant": Undeploy ACM Instance
65 "ACM Runtime"<--"Kserve Participant": Response
67 group Undeploy Kubernetes Part
68 "ACM Runtime"->"K8s Participant": Undeploy ACM Instance
69 "ACM Runtime"<--"K8s Participant": Response
71 group Undeploy DME Part
72 "ACM Runtime"->"DME Participant": Undeploy ACM Instance
73 "ACM Runtime"<--"DME Participant": Response
75 "rApp Manager"->"ACM Runtime": ACM Undeployment Status
76 "rApp Manager"->"ACM Runtime": Delete ACM Instance
77 "rApp Manager"<-"ACM Runtime": Delete ACM Instance response
81 "rApp Manager"->"SME": Delete SME entities
82 "SME"->"SME": Delete the entities as provided
83 "rApp Manager"<-"SME": Response of SME entities Deletion
85 "API User"<-"rApp Manager": Undeploy rApp Instance Status
89 group Delete rApp Instance
90 "API User"->"rApp Manager": Delete rApp Instance
91 "rApp Manager"->"API User": Delete rApp Instance response