X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=02f43bcb9fa2876471485043092305e155684868;hb=ac8a5c02130e1b84352508d9c47c696aa212088a;hp=f76e617fc50599266404489b13947ec30f23bbe5;hpb=b45f4856cd283f8b9e3e3372a80767145db6b554;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/README.md b/README.md index f76e617..02f43bc 100755 --- a/README.md +++ b/README.md @@ -5,27 +5,28 @@ rApp manager is an application which lifecycle manages the rApp. ## Architecture -![Image](docs/images/architecture.png "Rapp Manager Architecture") +![Image](docs/images/architecture.png "rApp Manager Architecture") ### rApp Package (**It is a prototype**) -![Image](docs/images/rApp-package.png "Rapp package") +![Image](docs/images/rApp-package-1.png "rApp package") +![Image](docs/images/rApp-package-2.png "rApp package") ### rApp States -![Image](docs/images/rApp-states.png "Rapp States") +![Image](docs/images/rApp-states.png "rApp States") ### rApp Instance States -![Image](docs/images/rApp-instance-states.png "Rapp Instance States") +![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") +![Image](docs/images/rApp-state-events.png "rApp Manager State Events") ### rApp Entity Relationship -![Image](docs/images/rApp-entity-relationship.png "Rapp Entity Relationship") +![Image](docs/images/rApp-entity-relationship.png "rApp Entity Relationship") ## Integrations @@ -36,9 +37,9 @@ ONAP ACM is used here as a backend of rApp manager to lifecycle manage the deplo 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) +### Integration of SME (Service Manager) -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) +This integration is based on the Service Manager function developed as part of O-RAN SC. It is available [here](https://github.com/o-ran-sc/nonrtric-plt-sme/blob/master/servicemanager/README.md) ### Integration of DME (ICS) @@ -48,22 +49,22 @@ This integration is based on the ICS as part of O-RAN SC NONRTRIC. It is availab ### Application Lifecycle -![Image](docs/images/application-lifecycle.png "Rapp Manager Application Lifecycle") +![Image](docs/images/application-lifecycle.png "rApp Manager Application Lifecycle") ### rApp Flow -![Image](docs/images/rApp-flow.png "Rapp Flow") +![Image](docs/images/rApp-flow.png "rApp 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 This build supports Linux and Windows environments. -In case of below error during the build in Windows environment, +In case of below error during the build in Windows environment: ``` [INFO] --- exec-maven-plugin:3.1.0:exec (git submodule update) @ rapp-manager-sme ---