NF Installation in the cluster
Introduction
This section explains the steps to be followed by NF teams to access OCCNE cluster for installing NF applications in OCCNE cluster.
Procedure Steps
Table 3-17 Procedure to install NF in OCCNE Cluster
Steps | Procedure | Description |
---|---|---|
1.
|
Access Bastion Host of OCCNE cluster | Login to the Bastion Host with user account - "admusr" using the IP supplied from: Installation Preflight Checklist |
2.
|
Configure Bastion Host to access the cluster |
|
3.
|
Install NF applications using HELM | Run the HELM install command to install NF
using HELM chart.
Note: The following command is a sample install command, for complete NF installation procedure, refer to specific NF Installation Guide. # cd to the application directory $ cd <directory for NF application> # HELM chart should be present in the repository with the chart name specified in the below command $ helm install <CHART_NAME> --name <NF_NAME> --namespace <NAMESPACE_VALUE> Example: $ cd /home/admusr/ocscp/ocscp-pkg-1.2.0.0.0 $ /usr/local/bin/helm install -f ocscp_values.yaml --name ocscp ocscp --namespace ocscp |
4.
|
Verify NF Installation |
|