X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=e797e79b83bec2f523ed7558bf406872e5447f6d;hb=532cfff8eaad73781cbb410064cd3b4bda5e3095;hp=23ae16496edf44440a8579fea690f80b02275e4f;hpb=06bf0ac45889ffe00fc6e27e68ffa15c2f519e6f;p=demo.git diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json index 23ae1649..e797e79b 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json @@ -1,78 +1,153 @@ { "data_types": { "dt-config-assign-properties": { + "derived_from": "tosca.datatypes.Dynamic", "description": "Dynamic DataType definition for workflow(config-assign).", - "version": "1.0.0", "properties": { - "service-instance-id": { - "description": "", - "required": false, - "type": "string" + "config-deploy-setup": { + "description": "configuration for config value setup", + "type": "json" }, - "vnf-id": { + "service-instance-id": { + "constraints": [ + {} + ], "description": "", + "entry_schema": { + "type": "" + }, "required": false, + "status": "", "type": "string" }, "vf-modules-list": { "type": "json" }, - "config-deploy-setup": { + "vf-modules-list-aai": { + "description": "list of modules associated with vnf from AAI", "type": "json" + }, + "vf-modules-list-sdnc": { + "description": "list of modules associated with vnf from MDSAL", + "type": "json" + }, + "vnf-id": { + "description": "", + "required": false, + "type": "string" } }, - "derived_from": "tosca.datatypes.Dynamic" + "version": "1.0.0" }, "dt-config-deploy-properties": { + "derived_from": "tosca.datatypes.Dynamic", "description": "Dynamic DataType definition for workflow(config-deploy).", - "version": "1.0.0", "properties": { + "config-deploy-setup": { + "description": "configuration for config value setup", + "type": "json" + }, "service-instance-id": { + "constraints": [ + {} + ], "description": "", + "entry_schema": { + "type": "" + }, "required": false, + "status": "", "type": "string" }, + "vf-modules-list-aai": { + "description": "list of modules associated with vnf from AAI", + "type": "json" + }, + "vf-modules-list-sdnc": { + "description": "list of modules associated with vnf from MDSAL", + "type": "json" + }, "vnf-id": { "description": "", "required": false, "type": "string" + } + } + }, + "dt-health-check-properties": { + "description": "Dynamic DataType definition for workflow(health-check).", + "properties": { + "config-deploy-setup": { + "description": "configuration for config value setup", + "type": "json" }, - "vf-modules-list": { + "service-instance-id": { + "constraints": [ + {} + ], + "description": "", + "entry_schema": { + "type": "" + }, + "required": false, + "status": "", + "type": "string" + }, + "vf-modules-list-aai": { + "description": "list of modules associated with vnf from AAI", "type": "json" }, - "config-deploy-setup": { + "vf-modules-list-sdnc": { + "description": "list of modules associated with vnf from MDSAL", "type": "json" + }, + "vnf-id": { + "description": "", + "required": false, + "type": "string" } }, - "derived_from": "tosca.datatypes.Dynamic" + "version": "1.0.0" }, "dt-resource-assignment-properties": { + "derived_from": "tosca.datatypes.Dynamic", "description": "Dynamic DataType definition for workflow(resource-assignment).", - "version": "1.0.0", "properties": { - "vpg-management-port": { - "description": "SSH external port of optional ssh service for vPKG.", - "type": "string", - "default": "0" + "aic-cloud-region": { + "description": "", + "required": false, + "type": "string" }, - "k8s-rb-profile-namespace": { - "description": "K8s namespace to create helm chart for specified profile", + "dcae_collector_ip": { + "default": "10.0.4.1", + "description": "", + "required": false, "type": "string" }, - "k8s-rb-profile-name": { - "description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.", + "dcae_collector_port": { + "default": "30235", + "description": "", + "required": false, "type": "string" }, - "k8s-rb-instance-release-name": { - "description": "Name of the release for the helm package instance in k8s", + "demo_artifacts_version": { + "default": "1.5.0", + "description": "", + "required": false, "type": "string" }, - "k8s-rb-profile-source": { - "description": "The source folder or file relative to 'Templates/k8s-profiles' folder", + "int_private1_net_cidr": { + "description": "", + "required": false, "type": "string" }, - "k8s-rb-profile-k8s-version": { - "description": "Profile k8s version used in multicloud/k8s plugin", + "int_private2_net_cidr": { + "description": "", + "required": false, + "type": "string" + }, + "k8s-rb-config-name": { + "description": "The source of configuration values for config-deploy operation", "type": "string" }, "k8s-rb-config-template-name": { @@ -83,51 +158,31 @@ "description": "The source of configuration template for config-assign operation", "type": "string" }, - "k8s-rb-config-name": { - "description": "The source of configuration values for config-deploy operation", - "type": "string" - }, "k8s-rb-config-value-source": { "description": "The source of configuration values for config-deploy operation", "type": "string" }, - "private1-prefix-id": { - "description": "", - "required": false, - "type": "string" - }, - "private2-prefix-id": { - "description": "", - "required": false, + "k8s-rb-instance-release-name": { + "description": "Name of the release for the helm package instance in k8s", "type": "string" }, - "vnf-id": { - "description": "", - "required": false, + "k8s-rb-profile-k8s-version": { + "description": "Profile k8s version used in multicloud/k8s plugin", "type": "string" }, - "service-instance-id": { - "description": "", - "required": false, + "k8s-rb-profile-name": { + "description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.", "type": "string" }, - "vnf_name": { - "description": "", - "required": false, + "k8s-rb-profile-namespace": { + "description": "K8s namespace to create helm chart for specified profile", "type": "string" }, - "demo_artifacts_version": { - "description": "", - "required": false, - "type": "string", - "default": "1.5.0" - }, - "aic-cloud-region": { - "description": "", - "required": false, + "k8s-rb-profile-source": { + "description": "The source folder or file relative to 'Templates/k8s-profiles' folder", "type": "string" }, - "vf-module-model-customization-uuid": { + "management-prefix-id": { "description": "", "required": false, "type": "string" @@ -137,18 +192,17 @@ "required": false, "type": "string" }, - "management-prefix-id": { + "private1-prefix-id": { "description": "", "required": false, "type": "string" }, - "dcae_collector_ip": { + "private2-prefix-id": { "description": "", "required": false, - "type": "string", - "default": "10.0.4.1" + "type": "string" }, - "int_private1_net_cidr": { + "service-instance-id": { "description": "", "required": false, "type": "string" @@ -158,13 +212,12 @@ "required": false, "type": "string" }, - "dcae_collector_port": { + "vf-module-label": { "description": "", "required": false, - "type": "string", - "default": "30235" + "type": "string" }, - "vf-module-label": { + "vf-module-model-customization-uuid": { "description": "", "required": false, "type": "string" @@ -172,21 +225,31 @@ "vf-module-model-invariant-uuid": { "type": "string" }, + "vf-module-model-version": { + "type": "string" + }, "vf-naming-policy": { "description": "", "required": false, "type": "string" }, - "int_private2_net_cidr": { + "vnf-id": { "description": "", "required": false, "type": "string" }, - "vf-module-model-version": { + "vnf_name": { + "description": "", + "required": false, "type": "string" + }, + "vpg-management-port": { + "default": 0, + "description": "SSH external port of optional ssh service for vPKG.", + "type": "integer" } }, - "derived_from": "tosca.datatypes.Dynamic" + "version": "1.0.0" } } }