Go to primary content
Oracle® Communications Security Edge Proxy Protection (SEPP) Cloud Native Installation Guide
Release 1.1
F17667-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Installation Preparation

This section explains the preparation required before deploying SEPP.

Table 3-1 Download Images and Helm files

Step # Procedure Description

1

Download the SEPP package file

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

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

For example: ocsepp-pkg-1.0.0.0.0.tgz

Extracting "ocsepp-pkg-1.0.0.0.0.tgz" gives following :

  1. SEPP Docker Images File

    ocsepp-images-1.0.0.tar

  2. Helm File

    ocsepp-1.0.0.tgz

2

Untar the SEPP Package File

Untar the SEPP package to the specific repository

tar -xvf <<nfname>-pkg-<marketing-release-number>>.tgz
  1. SEPP Docker Images File

    ocsepp-images-1.0.0.tar

  2. Helm File

    ocsepp-1.0.0.tgz

  3. Readme txt

    Readme.txt

3

Check the checksums Check the checksums of tarballs mentioned in Readme.txt. Refer to Readme.txt for the 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 <image_file_name.tar>

"ocsepp-images-1.0.0.tar" contains following docker images:

  1. ocsepp/server:1.0.0
  2. ocsepp/server-envoy:1.0.0
  3. ocsepp/client-envoy:1.0.0
  4. ocsepp/client:1.0.0

5

Push docker files to Docker registry (optional step) Execute the following command to push the docker files to docker registry:
docker tag <image-name>:<image-tag> <docker-repo/<image-name>:<image-tag>

E.g: docker tag ocsepp/server:1.0.0 repo1/ocsepp1/server:1.0.0
docker push <docker_repo>/<image_name>:<image-tag>

E.g: docker push repo1/ocsepp1/server:1.0.0

7

Push helm files to helm repository Execute the following command to push the helm files to helm repository:
helm push <helm_repo> <image_name>.tgz
E.g: helm push repo1 ocsepp-1.0.0.tgz