diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-25 13:47:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-25 13:47:35 +0000 |
commit | a15a3effb98c412f7dc2deb3133f7d4f99749f86 (patch) | |
tree | 4efb8d1e0dee01c1c92619ba8767926c121e8982 /components | |
parent | 31ed1c89973726bb4e47e46ac4c50986dcc5cb2a (diff) | |
parent | 39800c759802dd011b8ca0d9508c37df6772d869 (diff) |
Merge "Add dsl model definition"
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json index c21f4c9d..138260fe 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json +++ b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json @@ -24,6 +24,15 @@ "file": "Definitions/policy_types.json" } ], + "dsl_definitions" : { + "dynamic-rest-source": { + "type" : "basic-type", + "url" : "http://localhost:8080", + "userId" : { + "get_input": "rest-user-name" + } + } + }, "topology_template": { "inputs": { "request-id": { |