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)
...
1) Add the following key/value into consul 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" :
{
"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.
...