Bug fix: Enrichment fails for processor-db source
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / capability_python / Definitions / activation-blueprint.json
index b02397e..9ce89a9 100755 (executable)
   }, {
     "file" : "Definitions/policy_types.json"
   } ],
+  "dsl_definitions": {
+    "dynamic-db-source": {
+      "type": "maria-db",
+      "url": "jdbc:mysql://localhost:3306/sdnctl",
+      "username": "sdnctl",
+      "password": {
+        "get_attribute": [
+          "BPP",
+          "dynamic-db-source.password"
+        ]
+      }
+    }
+  },
   "topology_template" : {
     "inputs" : {
       "request-id" : {