summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2019-09-26 13:20:28 +0100
committerOren Kleks <oren.kleks@amdocs.com>2019-10-29 14:15:57 +0000
commitc42c9f75adb72f80e57694b5bf67db7c94f33a89 (patch)
treef5e16e64400af3f795061dceb02fee8522ed4245 /common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
parent145e960db3614cf499aa0be0dbb4f19b3ba3183e (diff)
Fix for status properties value.
These changes were made to align the normative types to the TOSCA property definition requirements. Issue-ID: SDC-322 Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml')
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
index 979cd95b96..8505f41a4a 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
@@ -32,7 +32,7 @@ capability_types:
type: map
description: Deployment flavors instance
required: true
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.DeploymentFlavor
@@ -43,7 +43,7 @@ capability_types:
oid:
description: Object Id of the metric
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.AllottedResource:
@@ -56,7 +56,7 @@ capability_types:
oid:
description: Object Id of the metric
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.metric.Ceilometer:
@@ -66,7 +66,7 @@ capability_types:
name:
description: Ceilometer metric type name to monitor. (The name ceilometer is using)
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.Metric:
@@ -76,28 +76,28 @@ capability_types:
unit:
description: Unit of the metric value
type: string
- status: SUPPORTED
+ status: supported
required: true
description:
description: Description of the metric
type: string
- status: SUPPORTED
+ status: supported
required: false
type:
description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
type: string
- status: SUPPORTED
+ status: supported
required: true
category:
description: Category of the metric, for an example, compute, disk, network, storage and etc.
type: string
- status: SUPPORTED
+ status: supported
required: false
attributes:
value:
description: Runtime monitored value
type: string
- status: SUPPORTED
+ status: supported
org.openecomp.capabilities.Forwarder:
derived_from: tosca.capabilities.Root