Oracle® Communications Service Communication Proxy (SCP) Cloud Native Installation Guide Release 1.0 F12352-01 |
|
![]() Previous |
![]() Next |
The following procedure describes the steps to download the SCP Images and Helm files from Oracle Software Delivery Cloud.
Table 2-5 Download Images and Helm files
Step # | Procedure | Description |
1 ![]() |
Download the SCP package file |
Customers are required to download the SCP package file from Oracle Software Delivery Cloud (OSDC). Package is named as follows: <nfname>-pkg-<marketing-release-number>.tgz For example: ocscp-pkg-1.0.0.0.0.tgz |
2 ![]() |
Untar the SCP Package File |
Untar the SCP package to the specific repository tar -xvf <<nfname>-pkg-<marketing-release-number>>.tgz The directory consists of following:
|
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 load the tar file docker load --input <image_file_name.tar> |
5 ![]() |
Push docker files to Docker registry (recommended 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> docker push <docker_repo>/<image_name>:<image-tag> |
6 ![]() |
Check if all the images are loaded | Execute the following command to check:
docker images Refer to Table 2-4 table for the list of images. |
7 ![]() |
Push helm files to helm repository (recommended step) | Execute the following command to push the
helm files to helm repository:
helm push <helm_repo> <image_name>.tgz |
8 ![]() |
Download Service Communication Proxy (SCP) Custom Template | The Service Communication Proxy (SCP) Custom
Template are available at the OHC. Customer can download this template and
customize it as per the requirement. The
ocscp-custom-values-1.0.0.yaml
template consists of:
|