Table of Contents |
---|
DCAE Platform support dynamic topic/feed provisioning through usage for DMaap plugin which interfaces with Dmaap-DBCL component to carry out this request and provision AAF based topic/feed; once the provisioning is completed, the corresponding configuration are returned back for MS (as configuration in consul)
...
All test blueprint should be uploaded into into https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/reference_templates
Currently we have the following blueprints:
...
Pre-requisite for running the test blueprints:
1) Add the following dmaap kv key/value into consul under with "dmaap-plugin" as the key.
Note: This step might not be needed, in particular "protocol" : "http" can cause a problem with dmaap-bc connection. Default configuration will be added into consul upon Cloudify Container deployment.
{
"dmaap-plugin" :
{
"username": "whatever",
"password": "whatever",
"owner" : "dcaeorch",
"protocol" : "http"
}
}
2) (With the help of DBCL owner) add location san-francisco into DMaap DBCL if the location is not in there yet.
...