Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update consul key/value with correct value

...

Pre-requisite for running the test blueprints:

1) Add the following dmaap kv key/value into consul under with "dmaap-plugin" as the key.
{
    "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.

...