Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. RAN-Simulator


2. PCI-Micro service

Cloning the chart repository  

The kubernetes chart can be cloned from <>

Code Block
languagebash
titlegit clone
    git clone <>


Setting Configuration parameters

The environment variables for the microservice must be set in values.yaml file. The following parameters must be set in the values.yaml before deploying the microservice.

ParameterDescription
Values.global.config.dmaapServerDNS or cluster IP of message router service 
  Values.global.config.sdnrService   DNS or cluster IP of SDNR service 
Values.global.config.policyService DNS or cluster IP of pdp service
 Values.global.config.oofService  DNS or cluster IP of oof-osdf service


Note : The dns will be <service name>: <namespace>

Build the helm chart

Navigate to the cloned repository and run the following command

Code Block
languagebash
titlebuild hem chart
    make all


Deploying the microservice

DMaaP, Policy, OOF and SDNR must be running before starting the PCI-Microservice. To deploy the microservice, Run the following command

Code Block
languagebash
titledeploying chart to kubernetes
 helm install pci-handler/ -n pci-handler --namespace onap