Go to primary content
Oracle® Communications Network Repository Function (NRF) Cloud Native Installation and Upgrade Guide
Release 1.0
F16981-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

NRF Installation Preparation

The following procedure describes the steps to download the NRF Images and Helm files from OSDC.

Table 3-3 NRF Installation Preparation

Step Procedure Description

1

Download the NRF package file

Customers are required to download the NRF package file from Oracle Software Delivery Cloud (OSDC). Package is named as follows:

<nfname>-pkg-<marketing-release-number>.tgz

For example: ocnrf-pkg-1.0.0.0.0.tgz

2

Untar the NRF Package File

Untar the NRF package:

tar -xvf <<nfname>-pkg-<marketing-release-number>>.tgz 

This command results into <<nfname>-pkg-<marketing-release-number>> directory.

The directory consists of following:
  1. NRF Docker Images File:

    ocnrf-images-1.0.0.tar

  2. Helm File

    ocnrf-1.0.0.tgz

  3. Readme txt file

    Readme.txt (Contains cksum and md5sum of tarballs)

3

Verify the checksums Verify the checksums of tarballs mentioned in Readme.txt.

4

Load the tarball to system

Execute the following command to push the Docker images to docker registry:

docker load --input ocnrf-images-1.0.0.tar

5

Check if all the images are loaded

Execute the following command to check:

docker images

Refer table NRF Images in section Installation Sequence for the list of images.

6

Push docker images to docker registry

Execute the following commands to push the docker images to docker registry:

docker tag <image-name>:<image-tag> <docker-repo>/<image-name>:<image-tag>

docker push <docker-repo>/<image-name>:<image-tag>

7

Untar Helm Files

Untar the helm files:

tar -xvzf ocnrf-1.0.0.tgz

8

Download the Network Repository Function (NRF) Custom Template ZIP file

Download the Network Repository Function (NRF) Custom Template ZIP file from OHC:

  • Go to the URL, docs.oracle.com
  • Navigate to Industries->Communications->Diameter Signaling Router->Cloud Native Network Elements
  • Click the Network Repository Function (NRF) Custom Template link to download the zip file.
  • Unzip the template to get ocnrf-custom-configTemplates-1.0.0.0.0 file that contains the following:
    • NrfAlertrules.yaml
    • NrfDashboard.json
    • ocnrf-custom-values-1.0.0.yaml