Versions Compared

Key

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

...

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.

...