Versions Compared

Key

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

...

Code Block
languagebash
firstline1
titleFetch policy
curl -k -v --silent -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ "configName": "PCIMS_CONFIG_POLICY",    "policyName": "com.Config_PCIMS_CONFIG_POLICY1*",    "requestID":"e65cc45a-9efb-11e8-98d0-529269ffa459"  }' 'https://pdp:8081/pdp/api/getConfig'

ConfigDB set-up:

The steps to set up configDB can be found in the attachment below.

View file
nameconfigdb_setup.txt
height250

Deployment Steps

  • Copy sonhms-blueprint and inputs file to /blueprints directory in DCAE bootstrap POD
  • Log-in to the DCAE bootstrap POD's main container
  • validate and deploy component

    Code Block
    languagebash
    firstline1
    titleDeploy component
     cfy install -b sonhms -d sonhms -i <inputsFilePath> <blueprintFilePath>


  • undeploy

    Code Block
    languagebash
    firstline1
    titleUndeploy component
    cfy uninstall sonhms


...