X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tutorials%2FApacheCNF%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=5a3b9d2d10fda4b9fb02875a1a07739f25c441db;hb=4193053d0fc30b688f991e2356e2c0cd6c446a57;hp=603b0baac258247b327fca5699f5f00517bf37f7;hpb=a112ebd160d3acc20e6766d8550d757a0581797d;p=demo.git diff --git a/tutorials/ApacheCNF/templates/cba/Definitions/data_types.json b/tutorials/ApacheCNF/templates/cba/Definitions/data_types.json index 603b0baa..5a3b9d2d 100644 --- a/tutorials/ApacheCNF/templates/cba/Definitions/data_types.json +++ b/tutorials/ApacheCNF/templates/cba/Definitions/data_types.json @@ -17,6 +17,38 @@ }, "derived_from": "tosca.datatypes.Dynamic" }, + "dt-config-upgrade-assign-properties": { + "description": "Dynamic DataType definition for workflow(config-upgrade-assign).", + "version": "1.0.0", + "properties": { + "service-instance-id": { + "description": "", + "required": false, + "type": "string" + }, + "service-model-uuid": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-id": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-name": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-customization-uuid": { + "description": "", + "required": false, + "type": "string" + } + }, + "derived_from": "tosca.datatypes.Dynamic" + }, "dt-config-deploy-properties": { "description": "Dynamic DataType definition for workflow(config-deploy).", "version": "1.0.0", @@ -30,6 +62,49 @@ "description": "", "required": false, "type": "string" + }, + "replica-count": { + "description": "replica count for apache pods", + "type": "integer", + "required": false + }, + "status-check-max-count": { + "description": "max status check count for pods", + "type": "integer", + "required": false, + "default": 30 + } + }, + "derived_from": "tosca.datatypes.Dynamic" + }, + "dt-config-upgrade-deploy-properties": { + "description": "Dynamic DataType definition for workflow(config-upgrade-deploy).", + "version": "1.0.0", + "properties": { + "service-instance-id": { + "description": "", + "required": false, + "type": "string" + }, + "service-model-uuid": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-id": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-name": { + "description": "", + "required": false, + "type": "string" + }, + "vnf-customization-uuid": { + "description": "", + "required": false, + "type": "string" } }, "derived_from": "tosca.datatypes.Dynamic" @@ -57,6 +132,12 @@ "description": "", "required": false, "type": "string" + }, + "status-check-max-count": { + "description": "max status check count for pods", + "type": "integer", + "required": false, + "default": 30 } }, "derived_from": "tosca.datatypes.Dynamic" @@ -89,6 +170,12 @@ "description": "replica count for apache pods", "type": "integer", "default": 2 + }, + "status-check-max-count": { + "description": "max status check count for pods", + "type": "integer", + "required": false, + "default": 30 } }, "derived_from": "tosca.datatypes.Dynamic" @@ -121,6 +208,12 @@ "description": "replica count for apache pods", "type": "integer", "default": 1 + }, + "status-check-max-count": { + "description": "max status check count for pods", + "type": "integer", + "required": false, + "default": 30 } }, "derived_from": "tosca.datatypes.Dynamic" @@ -158,6 +251,12 @@ "description": "the data content of the policy request parameters", "required": false, "type": "json" + }, + "status-check-max-count": { + "description": "max status check count for pods", + "type": "integer", + "required": false, + "default": 30 } }, "derived_from": "tosca.datatypes.Dynamic"