Installing Unified Data Repository
Table 2-1 Installation Procedure
| S No. | Installation Steps | Description |
|---|---|---|
| 1 | Download the UDR package file from Oracle Software Delivery Cloud (OSDC). |
Execute the following command to download UDR package. <nfname>-pkg-<marketing-release-number>.tgz
For example: |
| 2 | Untar the UDR Package File. |
Execute the following command to untar UDR Package File. tar -xvf
ocudr-pkg-1.5.0.0.0.tgz
This command results into
The directory consists of following:
|
| 3 |
Verify the checksums of tarballs. |
Execute the following command: Readme.txt
|
| 4 |
Load the tarballs to docker images. |
Execute the following command: # docker load
--input /root/ocudr-images-1.5.0.tar
|
| 5 |
Check if all the images are loaded |
Execute the following command: docker
images
|
| 6 |
Tag the docker images to docker registry |
Execute the following command: docker tag
<image-name>:<image-tag>
<docker-repo>/<image-name>:<image-tag>
|
| 7 |
Push the docker images to docker registry |
Execute the following command:
|
| 7 |
Untar Helm Files |
Execute the following command: tar -xvzf
ocudr-1.5.0.tgz
|
| 8 |
Download the Unified Data Repository (UDR) Custom Template ZIP file |
Download the UDR Custom Template ZIP file from OHC:
|
OCUDR Images and Helm Files
Table 2-2 OCUDR Images
| Container | Image |
|---|---|
| Nudr-drservice | nudr_datarepository_service |
| Nudr-notify -service | nudr_notify_service |
| Nudr-nrf-client-service | nudr-nrf_client_service |
| ocudr-endpoint | ocingress_gateway |


