Go to primary content
Oracle® Communications Cloud Native Diameter Routing Agent (CNDRA) Installation Guide
Release 1.0
F16991-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

CNDRA Installation Preparation

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

Table 2-3 CNDRA Installation Preparation

Step Procedure Description

1

Download the OCCNDRA package file

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

<OCCNDRA>-pkg-<release-number>.tgz

For example: occndra-pkg-1.0.0.0.0.tgz .

2

Untar the OCCNDRA Package File

Untar the CNDRA package:

tar -xzvf <<OCCNDRA>-pkg-<release-number>>.tgz 

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

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

    occndra-images-1.0.0.tar

  2. Helm File

    occndra-1.0.0.tgz

  3. Readme txt file

    Readme.txt (Contains cksum and md5sum of tarballs)

3

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

Refer to the Readme.txt file for commands and checksum details.

4

Load the tarball to system

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

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

5

Check if all the images are loaded

Execute the following command to check:

docker images

Refer table CNDRA Image Files in section CNDRA 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>

For example: docker tag occndra/cndra:1.0.0 occndra-registry:5000/cndra:1.0.0

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

For example: docker push occndra-registry:5000/cndra:1.0.0

Where,

<docker-repo>, is the destination repository to manage the docker images.

7

Untar Helm Files

Untar the helm files:

tar -xzvf occndra-1.0.0.tgz

8

Download the Cloud Native Diameter Routing Agent (CNDRA) Custom Template ZIP file
Download the Cloud Native Diameter Routing Agent (CNDRA) Custom Template ZIP file:
  • Go to the URL, docs.oracle.com
  • Navigate to Industries->Communications->Diameter Signaling Router->Cloud Native Network Elements
  • Click the Cloud Native Diameter Routing Agent (CNDRA) Custom Template link to download the zip file.
  • Unzip to get occndra-custom-values-1.0.0.yaml file.