Versions Compared

Key

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

...

Source code repository : https://gerrit.o-ran-sc.org/r/gitweb?p=nonrtric%2Fplt%2Frappmanager.git;a=summary

Architecture


All the components can be installed as shown below,
```
./install-all.sh
```

Individual components can be installed using the commands below,

```./install-base.sh``` - Installs the tools required for other installer scripts.

```./install-acm.sh``` - Installs the ACM, and it's related components.

```./install-kserve.sh``` - Installs the Kserve, and it's related components.

```./install-nonrtric.sh``` - Installs the NONRTRIC components.


Integrations

The rApp Manager integrated with the below components to support lifecycle managing the rApp.

...

This generated package can be used with rApp Manager to create rApp.

Deployment Instructions

The scripts for the deployments of rApp Manager and its dependent components are available here.

Tip

These scripts are specifically designed for a fresh environment. Some tweaks may be required to run these in an environment where there are some existing installations

Pre-requisites

  • Kubernetes Cluster(V1.24.6)
  • GIT

Installation

All the components can be installed as shown below,
```
./install-all.sh
```

Individual components can be installed using the commands below,

```./install-base.sh``` - Installs the tools required for other installer scripts.

```./install-acm.sh``` - Installs the ACM, and it's related components.

```./install-kserve.sh``` - Installs the Kserve, and it's related components.

```./install-nonrtric.sh``` - Installs the NONRTRIC components.

Uninstallation


```./uninstall-all.sh``` - Uninstalls all the components