Oracle® Communications Security Edge Proxy Protection (SEPP) Cloud Native Installation Guide Release 1.1 F17667-01 |
|
![]() Previous |
![]() Next |
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 :
|
2 ![]() |
Untar the SEPP Package File |
Untar the SEPP package to the specific repository tar -xvf <<nfname>-pkg-<marketing-release-number>>.tgz
|
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:
|
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 |