Versions Compared

Key

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

...

The kubernetes chart can be cloned from <> https://github.com/onap-oof-pci-poc/pcihms.git

Code Block
languagebash
titlegit clone
    git clone <>https://github.com/onap-oof-pci-poc/pcihms.git

Generate apikeys from DMaaP

4 apikey/secret pair should generated from DMaaP(one for management of topics, one for PCI-Microservice, one for Policy and one for SDNR). These apikeys must be set as configuration parameter in PCI-Microservice.

Setting Configuration parameters

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

ParameterDescription
Values.global.config.dmaapServerDMAAPSERVERDNS or cluster IP of message router service 
  Values.global.config.sdnrService  SDNRSERVICE   DNS or cluster IP of SDNR service 
Values.global.config.policyService POLICYSERVICEDNS or cluster IP of pdp service
 Values.global.config.oofService  OOFSERVICE

DNS or cluster IP of oof-osdf service

MANAGERAPIKEYapi key/secret generated from DMaaP
MANAGERSECRETapi key/secret generated from DMaaP
PCIMSAPIKEYapi key/secret generated from DMaaP
PCIMSSECRETKEYapi key/secret generated from DMaaP
SDNRAPIKEYapi key/secret generated from DMaaP
POLICYAPIKEYapi key/secret generated from DMaaP


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

...