...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
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 | ||||
---|---|---|---|---|
|
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 language bash firstline 1 title Deploy component cfy install -b sonhms -d sonhms -i <inputsFilePath> <blueprintFilePath>
undeploy
Code Block language bash firstline 1 title Undeploy component cfy uninstall sonhms
...