You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


1. RAN-Simulator


2. PCI-Micro service

Cloning the chart repository  

The kubernetes chart can be cloned from <>

git 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

build 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

deploying chart to kubernetes
 helm install pci-handler/ -n pci-handler --namespace onap



   


  • No labels