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

Server Deployment

This procedure describes the steps to deploy SEPP Server on CNE.

Table 3-2 SEPP Server Deployment

Step # Procedure Description

1

Master Node1: Prepare custom_values.yaml file

Prepare a custom_values.yaml file with the required parameter information. Refer to Server Yaml File for sample YAML file.

2

Master Node1: Navigate to the directory where ocsepp-1.0.0.tgz is extracted Navigate to the directory where ocsepp-1.0.0.tgz is extracted

3

Master Node1: Deploy SEPP Server Execute the following command:

helm install ocsepp-server/ --name <deployment_name> --namespace <namespace_name> -f <customized_server_yaml_file.yaml>

Where:

deployment_name and namespace_name: depends on customer configuration

customized_yaml_file.yaml: Yaml file after modifying the values based on the requirement.

4

Master Node1: Deploy SEPP envoy Execute the following command:

helm install ocsepp-server-envoy/ --name <deployment_envoy_name> --namespace <namespace_name> -f <customized_envoy_yaml_file.yaml>

5

Master Node1: Check repo status Execute helm ls to check the deployment status.

6

Master Node1: Check svc status Check if all the services are deployed and running:

kubectl -n <namespace_name> get services

Note: Status must be Running and Ready must be 1/1.

7

Master Node1: Verify SEPP deployment Execute command helm status <deployment_name> and verify deployment, pod and service status should be up.