aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-03-29 09:08:45 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-03-29 15:29:47 -0400
commitfd8845d494fa0f054e00012d3eb13a28d733ba59 (patch)
tree21da64f9f0e1eb10933db77a361a6eb28ca76e7c /components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
parentc4efe038f0a604a59331c69b34a415514a98a7df (diff)
Update golden blueprint
Change-Id: Ib80de8dfed834b0ed062adafd1b029eb715be3e5 Issue-ID: CCSDK-1149 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json156
1 files changed, 70 insertions, 86 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json b/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
index d60e6f00c..8f3b9b4c5 100644
--- a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
+++ b/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json
@@ -1,106 +1,90 @@
{
- "data_types" : {
- "dt-config-deploy-properties" : {
- "description" : "Dynamic DataType definition for workflow(config-deploy).",
- "version" : "1.0.0",
- "properties" : {
- "vfw_interface_ip" : {
- "type" : "dt-netbox-ip"
- },
- "interface-name" : {
- "type" : "string"
- },
- "interface-description" : {
- "type" : "string"
- },
- "unit-number" : {
- "type" : "string"
- },
- "prefix-id" : {
- "type" : "string",
- "default" : "11"
- },
- "vf-module-type" : {
- "type" : "string"
- },
- "vf-module-number" : {
- "type" : "string",
- "default" : "3"
+ "data_types": {
+ "dt-resource-assignment-properties": {
+ "description": "Dynamic DataType definition for workflow(resource-assignment).",
+ "version": "1.0.0",
+ "properties": {
+ "vfw_interface_ip": {
+ "type": "dt-netbox-ip"
+ },
+ "interface-description": {
+ "type": "string"
+ },
+ "vf-module-type": {
+ "type": "string"
+ },
+ "vf-module-number": {
+ "type": "string",
+ "default": "3"
+ },
+ "prefix-id": {
+ "type": "integer",
+ "default": 11
}
},
- "derived_from" : "tosca.datatypes.Dynamic"
+ "derived_from": "tosca.datatypes.Dynamic"
},
- "dt-netbox-ip" : {
- "description" : "This is Netbox IP Data Type",
- "version" : "1.0.0",
- "properties" : {
- "address" : {
- "required" : true,
- "type" : "string"
- },
- "id" : {
- "required" : true,
- "type" : "integer"
+ "dt-config-assign-properties": {
+ "description": "Dynamic DataType definition for workflow(config-assign).",
+ "version": "1.0.0",
+ "properties": {
+ "hostname": {
+ "type": "string"
}
},
- "derived_from" : "tosca.datatypes.Root"
+ "derived_from": "tosca.datatypes.Dynamic"
},
- "dt-resource-assignment-properties" : {
- "description" : "Dynamic DataType definition for workflow(resource-assignment).",
- "version" : "1.0.0",
- "properties" : {
- "hostname" : {
- "type" : "string"
+ "dt-config-deploy-properties": {
+ "description": "Dynamic DataType definition for workflow(config-deploy).",
+ "version": "1.0.0",
+ "properties": {
+ "vfw_interface_ip": {
+ "type": "dt-netbox-ip"
+ },
+ "interface-name": {
+ "type": "string"
},
- "vfw_interface_ip" : {
- "type" : "dt-netbox-ip"
+ "interface-description": {
+ "type": "string"
},
- "interface-description" : {
- "type" : "string"
+ "unit-number": {
+ "type": "string"
},
- "vf-module-type" : {
- "type" : "string"
+ "prefix-id": {
+ "type": "string",
+ "default": "11"
},
- "vf-module-number" : {
- "type" : "string",
- "default" : "3"
+ "vf-module-type": {
+ "type": "string"
},
- "prefix-id" : {
- "type" : "integer",
- "default" : 11
+ "vf-module-number": {
+ "type": "string",
+ "default": "3"
}
},
- "derived_from" : "tosca.datatypes.Dynamic"
+ "derived_from": "tosca.datatypes.Dynamic"
},
- "dt-rollback-properties" : {
- "description" : "Dynamic DataType definition for workflow(rollback).",
- "version" : "1.0.0",
- "properties" : {
- "vfw_interface_ip" : {
- "type" : "dt-netbox-ip"
- },
- "interface-name" : {
- "type" : "string"
- },
- "interface-description" : {
- "type" : "string"
- },
- "unit-number" : {
- "type" : "string"
- },
- "prefix-id" : {
- "type" : "string",
- "default" : "11"
- },
- "vf-module-type" : {
- "type" : "string"
- },
- "vf-module-number" : {
- "type" : "string",
- "default" : "3"
+ "dt-rollback-properties": {
+ "description": "Dynamic DataType definition for workflow(rollback).",
+ "version": "1.0.0",
+ "properties": {
+ },
+ "derived_from": "tosca.datatypes.Dynamic"
+ },
+ "dt-netbox-ip": {
+ "description": "This is Netbox IP Data Type",
+ "version": "1.0.0",
+ "properties": {
+ "address": {
+ "required": true,
+ "type": "string"
+ },
+ "id": {
+ "required": true,
+ "type": "integer"
}
},
- "derived_from" : "tosca.datatypes.Dynamic"
+ "derived_from": "tosca.datatypes.Root"
}
}
} \ No newline at end of file