Add info types for producer and consumer in rApp package
[nonrtric/plt/rappmanager.git] / README.md
index fa7818f..f76e617 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,36 +1,48 @@
-# Rapp Manager (This is a prototype)
-Rapp manager is an application which lifecycle manages the Rapp.
+# rApp Manager (This is a prototype)
+rApp manager is an application which lifecycle manages the rApp.
 
-<mark>**Rapp packaging model used here is purely a prototype**</mark>
+<mark>**rApp packaging model used here is purely a prototype**</mark>
 
 ## Architecture
 
 ![Image](docs/images/architecture.png "Rapp Manager Architecture")
 
-### Rapp States
+### rApp Package (<mark>**It is a prototype**</mark>)
 
-![Image](docs/images/rapp-states.png "Rapp States")
+![Image](docs/images/rApp-package.png "Rapp package")
 
-### Rapp Instance States
+### rApp States
 
-![Image](docs/images/rapp-instance-states.png "Rapp Instance States")
+![Image](docs/images/rApp-states.png "Rapp States")
 
-### Events responsible for Rapp Instance State Transition
+### rApp Instance States
 
-![Image](docs/images/rapp-state-events.png "Rapp Manager State Events")
+![Image](docs/images/rApp-instance-states.png "Rapp Instance States")
+
+### Events responsible for rApp Instance State Transition
+
+![Image](docs/images/rApp-state-events.png "Rapp Manager State Events")
+
+### rApp Entity Relationship
+
+![Image](docs/images/rApp-entity-relationship.png "Rapp Entity Relationship")
 
 ## Integrations
 
 ### ONAP ACM
 
-ONAP ACM is used here as a backend of Rapp manager to lifecycle manage the deployment items as part of Rapp.
+ONAP ACM is used here as a backend of rApp manager to lifecycle manage the deployment items as part of rApp.
 
 ONAP ACM related details can be found [here](https://docs.onap.org/projects/onap-policy-parent/en/london/clamp/clamp.html).
 
 
 ### Integration of SME (CAPIF)
 
-This integration is based on the CAPIF function developed as part of ORAN-SC. It is available [here](https://github.com/o-ran-sc/nonrtric-plt-sme/blob/master/capifcore/README.md)
+This integration is based on the CAPIF function developed as part of O-RAN SC. It is available [here](https://github.com/o-ran-sc/nonrtric-plt-sme/blob/master/capifcore/README.md)
+
+### Integration of DME (ICS)
+
+This integration is based on the ICS as part of O-RAN SC NONRTRIC. It is available [here](https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/overview.html#information-coordination-service)
 
 ## Flow Diagrams
 
@@ -38,13 +50,13 @@ This integration is based on the CAPIF function developed as part of ORAN-SC. It
 
 ![Image](docs/images/application-lifecycle.png "Rapp Manager Application Lifecycle")
 
-### Rapp Flow
+### rApp Flow
 
-![Image](docs/images/rapp-flow.png "Rapp Flow")
+![Image](docs/images/rApp-flow.png "Rapp Flow")
 
-### Rapp Instance Flow
+### rApp Instance Flow
 
-![Image](docs/images/rapp-instance-flow.png "Rapp Instance Flow")
+![Image](docs/images/rApp-instance-flow.png "Rapp Instance Flow")
 
 
 ## Maven Build