aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-11 17:33:35 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-11 17:33:35 +0000
commit4a79859fcae8769b95e99bf7ef10c9006fc9c7b0 (patch)
tree1e3a4046ddd239dd7b0b4e236b12e786e03f651e /components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
parent665a8ebbd523ba99688c38db312eeddafac63e5d (diff)
parenta47cb28a3c6e7694233c3de1127f8ce9a1aa739c (diff)
Merge "Blueprint for configuring a PNF"
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json25
1 files changed, 9 insertions, 16 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
index d9153f3f..9f35eef8 100644
--- a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
+++ b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/data_types.json
@@ -1,22 +1,15 @@
{
"data_types" : {
- "dt-assign-activate-properties" : {
- "description" : "Dynamic DataType definition for workflow(assign-activate).",
+ "dt-config-assign-properties" : {
+ "description" : "Dynamic DataType definition for workflow(config-assign).",
"version" : "1.0.0",
- "properties" : {
- "hostname" : {
- "type" : "string"
- },
- "ip": {
- "type": "string"
- },
- "username": {
- "type": "string"
- },
- "password": {
- "type": "string"
- }
- },
+ "properties" : { },
+ "derived_from" : "tosca.datatypes.Dynamic"
+ },
+ "dt-configure-properties" : {
+ "description" : "Dynamic DataType definition for workflow(configure).",
+ "version" : "1.0.0",
+ "properties" : { },
"derived_from" : "tosca.datatypes.Dynamic"
}
}