From c42c9f75adb72f80e57694b5bf67db7c94f33a89 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 26 Sep 2019 13:20:28 +0100 Subject: 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 --- .../ComputeGlobalTypesServiceTemplate.yaml | 350 ++++++++++----------- .../PortGlobalTypesServiceTemplate.yaml | 80 ++--- ...stractSubstituteGlobalTypesServiceTemplate.yaml | 22 +- .../CinderVolumeGlobalTypesServiceTemplate.yaml | 60 ++-- .../CommonGlobalTypesServiceTemplate.yaml | 86 ++--- ...stractSubstituteGlobalTypesServiceTemplate.yaml | 50 +-- .../ContrailComputeGlobalTypesServiceTemplate.yaml | 28 +- ...ntrailNetworkRuleGlobalTypeServiceTemplate.yaml | 34 +- .../ContrailPortGlobalTypesServiceTemplate.yaml | 16 +- ...railV2NetworkRuleGlobalTypeServiceTemplate.yaml | 38 +-- ...lMachineInterfaceGlobalTypeServiceTemplate.yaml | 18 +- ...lV2VirtualNetworkGlobalTypeServiceTemplate.yaml | 34 +- ...ailVirtualNetworkGlobalTypeServiceTemplate.yaml | 24 +- .../NativeTypesServiceTemplateServiceTemplate.yaml | 52 +-- .../NeutronNetGlobalTypesServiceTemplate.yaml | 28 +- .../NeutronPortGlobalTypesServiceTemplate.yaml | 44 +-- ...ronSecurityRulesGlobalTypesServiceTemplate.yaml | 24 +- .../NovaServerGlobalTypesServiceTemplate.yaml | 70 ++--- 18 files changed, 529 insertions(+), 529 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core') diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/ComputeGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/ComputeGlobalTypesServiceTemplate.yaml index 2e5d468b31..87851d00da 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/ComputeGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/ComputeGlobalTypesServiceTemplate.yaml @@ -19,31 +19,31 @@ node_types: description: Unit of the metric value required: true default: GB - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.ephemeral.size - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Size of ephemeral disk - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported instance: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -53,31 +53,31 @@ node_types: description: Unit of the metric value required: true default: instance - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: instance - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Existence of instance - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported memory: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -87,31 +87,31 @@ node_types: description: Unit of the metric value required: true default: MB - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: memory - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of RAM allocated to the instance - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.iops: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -121,31 +121,31 @@ node_types: description: Unit of the metric value required: true default: count/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.iops - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average disk iops - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.read.requests: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -155,31 +155,31 @@ node_types: description: Unit of the metric value required: true default: request - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.read.requests - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of read requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported cpu.delta: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -189,31 +189,31 @@ node_types: description: Unit of the metric value required: true default: ns - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: cpu.delta - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: CPU time used since previous datapoint - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Delta - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.capacity: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -223,31 +223,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.capacity - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The amount of disk that the instance can see - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.read.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -257,31 +257,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.read.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of reads - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.write.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -291,31 +291,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.write.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of writes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.latency: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -325,31 +325,31 @@ node_types: description: Unit of the metric value required: true default: ms - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.latency - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average disk latency - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.read.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -359,31 +359,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.read.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of reads - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.usage: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -393,31 +393,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.usage - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The physical size in bytes of the image container on the host - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported cpu_util: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -427,31 +427,31 @@ node_types: description: Unit of the metric value required: true default: '%' - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: cpu_util - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average CPU utilization - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.allocation: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -461,31 +461,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.allocation - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The amount of disk per device occupied by the instance on the host machine - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.write.requests.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -495,31 +495,31 @@ node_types: description: Unit of the metric value required: true default: request/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.write.requests.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of write requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.write.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -529,31 +529,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.write.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of writes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.latency: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -563,31 +563,31 @@ node_types: description: Unit of the metric value required: true default: ms - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.latency - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average disk latency per device - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported cpu: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -597,31 +597,31 @@ node_types: description: Unit of the metric value required: true default: ns - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: cpu - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: CPU time used - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.write.requests: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -631,31 +631,31 @@ node_types: description: Unit of the metric value required: true default: request - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.write.requests - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of write requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.write.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -665,31 +665,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.write.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of writes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.read.requests: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -699,31 +699,31 @@ node_types: description: Unit of the metric value required: true default: request - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.read.requests - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of read requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.root.size: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -733,31 +733,31 @@ node_types: description: Unit of the metric value required: true default: GB - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.root.size - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Size of root disk - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.write.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -767,31 +767,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.write.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of writes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported vcpus: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -801,31 +801,31 @@ node_types: description: Unit of the metric value required: true default: vcpu - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: vcpus - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of virtual CPUs allocated to the instance - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.iops: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -835,31 +835,31 @@ node_types: description: Unit of the metric value required: true default: count/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.iops - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average disk iops per device - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.usage: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -869,31 +869,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.usage - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The physical size in bytes of the image container on the host per device - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.read.requests.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -903,31 +903,31 @@ node_types: description: Unit of the metric value required: true default: request/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.read.requests.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of read requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.device.write.requests.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -937,31 +937,31 @@ node_types: description: Unit of the metric value required: true default: request/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.write.requests.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of write requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.allocation: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -971,31 +971,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.allocation - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The amount of disk occupied by the instance on the host machine - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported disk.read.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1005,31 +1005,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.read.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of reads - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.read.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1039,31 +1039,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.read.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of reads - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported memory.usage: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1073,31 +1073,31 @@ node_types: description: Unit of the metric value required: true default: MB - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: memory.usage - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of RAM used by the instance from the amount of its allocated memory - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.device.capacity: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1107,31 +1107,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.device.capacity - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: The amount of disk per device that the instance can see - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: disk - status: SUPPORTED + status: supported memory.resident: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1141,31 +1141,31 @@ node_types: description: Unit of the metric value required: true default: MB - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: memory.resident - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Volume of RAM used by the instance on the physical machine - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED + status: supported disk.write.requests: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -1175,28 +1175,28 @@ node_types: description: Unit of the metric value required: true default: request - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: disk.write.requests - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of write requests - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: compute - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/PortGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/PortGlobalTypesServiceTemplate.yaml index bbaa13873e..f686680112 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/PortGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/enrich/expectedOutput/PortGlobalTypesServiceTemplate.yaml @@ -19,31 +19,31 @@ node_types: description: Unit of the metric value required: true default: packet/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.incoming.packets.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of incoming packets - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.outgoing.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -53,31 +53,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.outgoing.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of outgoing bytes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.outgoing.packets.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -87,31 +87,31 @@ node_types: description: Unit of the metric value required: true default: packet/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.outgoing.packets.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of outgoing packets - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.outpoing.packets: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -121,31 +121,31 @@ node_types: description: Unit of the metric value required: true default: packet - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.outpoing.packets - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of outgoing packets - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.incoming.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -155,31 +155,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.incoming.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of incoming bytes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.incoming.bytes: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -189,31 +189,31 @@ node_types: description: Unit of the metric value required: true default: B - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.incoming.bytes - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of incoming bytes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.outgoing.bytes.rate: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -223,31 +223,31 @@ node_types: description: Unit of the metric value required: true default: B/s - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.outgoing.bytes.rate - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Average rate of outgoing bytes - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Gauge - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED + status: supported network.incoming.packets: type: org.openecomp.capabilities.metric.Ceilometer description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -257,28 +257,28 @@ node_types: description: Unit of the metric value required: true default: packet - status: SUPPORTED + status: supported name: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true default: network.incoming.packets - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false default: Number of incoming packets - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true default: Cumulative - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false default: network - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/AbstractSubstituteGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/AbstractSubstituteGlobalTypesServiceTemplate.yaml index 224e9b746e..c74974bc5b 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/AbstractSubstituteGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/AbstractSubstituteGlobalTypesServiceTemplate.yaml @@ -15,13 +15,13 @@ data_types: type: string description: Substitute Service Template required: true - status: SUPPORTED + status: supported index_variable: type: string description: Index variable required: false default: '%index%' - status: SUPPORTED + status: supported constraints: - min_length: 3 count: @@ -29,19 +29,19 @@ data_types: description: Count required: false default: 1 - status: SUPPORTED + status: supported scaling_enabled: type: boolean description: Indicates whether service scaling is enabled required: false default: true - status: SUPPORTED + status: supported mandatory: type: boolean description: Mandatory required: false default: true - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.substitution.SubstitutionFiltering: derived_from: tosca.datatypes.Root description: Substitution Filter @@ -50,13 +50,13 @@ data_types: type: string description: Substitute Service Template required: true - status: SUPPORTED + status: supported index_value: type: integer description: Index value of the substitution service template runtime instance required: false default: 0 - status: SUPPORTED + status: supported constraints: - greater_or_equal: 0 count: @@ -64,19 +64,19 @@ data_types: description: Count required: false default: 1 - status: SUPPORTED + status: supported scaling_enabled: type: boolean description: Indicates whether service scaling is enabled required: false default: true - status: SUPPORTED + status: supported mandatory: type: boolean description: Mandatory required: false default: true - status: SUPPORTED + status: supported node_types: org.openecomp.resource.abstract.nodes.AbstractSubstitute: derived_from: tosca.nodes.Root @@ -85,4 +85,4 @@ node_types: type: org.openecomp.datatypes.heat.substitution.SubstitutionFiltering description: Substitution Filter required: true - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CinderVolumeGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CinderVolumeGlobalTypesServiceTemplate.yaml index c72ecd31df..c1c5319edf 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CinderVolumeGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CinderVolumeGlobalTypesServiceTemplate.yaml @@ -12,22 +12,22 @@ relationship_types: type: string description: The ID of the volume to be attached required: true - status: SUPPORTED + status: supported location: type: string description: The location where the volume is exposed on the instance, mountpoint required: false - status: SUPPORTED + status: supported instance_uuid: type: string description: The ID of the server to which the volume attaches required: true - status: SUPPORTED + status: supported attributes: show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported node_types: org.openecomp.resource.vfc.nodes.heat.cinder.Volume: derived_from: tosca.nodes.BlockStorage @@ -36,34 +36,34 @@ node_types: type: string description: The availability zone in which the volume will be created required: false - status: SUPPORTED + status: supported image: type: string description: If specified, the name or ID of the image to create the volume from required: false - status: SUPPORTED + status: supported metadata: type: map description: Key/value pairs to associate with the volume required: false - status: SUPPORTED + status: supported entry_schema: type: string volume_type: type: string description: If specified, the type of volume to use, mapping to a specific backend required: false - status: SUPPORTED + status: supported description: type: string description: A description of the volume required: false - status: SUPPORTED + status: supported device_type: type: string description: Device type required: false - status: SUPPORTED + status: supported constraints: - valid_values: - cdrom @@ -73,7 +73,7 @@ node_types: description: 'Bus of the device: hypervisor driver chooses a suitable default if omitted' required: false - status: SUPPORTED + status: supported constraints: - valid_values: - ide @@ -85,94 +85,94 @@ node_types: type: string description: If specified, the backup to create the volume from required: false - status: SUPPORTED + status: supported source_volid: type: string description: If specified, the volume to use as source required: false - status: SUPPORTED + status: supported boot_index: type: integer description: Integer used for ordering the boot disks required: false - status: SUPPORTED + status: supported size: type: scalar-unit.size description: The requested storage size (default unit is MB) required: false - status: SUPPORTED + status: supported constraints: - greater_or_equal: 1 GB read_only: type: boolean description: Enables or disables read-only access mode of volume required: false - status: SUPPORTED + status: supported name: type: string description: A name used to distinguish the volume required: false - status: SUPPORTED + status: supported scheduler_hints: type: map description: Arbitrary key-value pairs specified by the client to help the Cinder scheduler creating a volume required: false - status: SUPPORTED + status: supported entry_schema: type: string swap_size: type: scalar-unit.size description: The size of the swap, in MB required: false - status: SUPPORTED + status: supported delete_on_termination: type: boolean description: Indicate whether the volume should be deleted when the server is terminated required: false - status: SUPPORTED + status: supported multiattach: type: boolean description: Whether allow the volume to be attached more than once required: false - status: SUPPORTED + status: supported attributes: display_description: type: string description: Description of the volume - status: SUPPORTED + status: supported attachments: type: string description: The list of attachments of the volume - status: SUPPORTED + status: supported entry_schema: type: string encrypted: type: boolean description: Boolean indicating if the volume is encrypted or not - status: SUPPORTED + status: supported show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported created_at: type: timestamp description: The timestamp indicating volume creation - status: SUPPORTED + status: supported display_name: type: string description: Name of the volume - status: SUPPORTED + status: supported metadata_values: type: map description: Key/value pairs associated with the volume in raw dict form - status: SUPPORTED + status: supported entry_schema: type: string bootable: type: boolean description: Boolean indicating if the volume can be booted or not - status: SUPPORTED + status: supported status: type: string description: The current status of the volume - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CommonGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CommonGlobalTypesServiceTemplate.yaml index eee8a96129..8b6b93ed92 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CommonGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/CommonGlobalTypesServiceTemplate.yaml @@ -15,12 +15,12 @@ data_types: type: string description: MAC address required: false - status: SUPPORTED + status: supported ip_address: type: string description: IP address required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.network.contrail.port.StaticRoute: derived_from: tosca.datatypes.Root description: static route @@ -29,17 +29,17 @@ data_types: type: string description: Route prefix required: false - status: SUPPORTED + status: supported next_hop: type: string description: Next hop required: false - status: SUPPORTED + status: supported next_hop_type: type: string description: Next hop type required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.network.subnet.HostRoute: derived_from: tosca.datatypes.Root description: Host route info for the subnet @@ -48,12 +48,12 @@ data_types: type: string description: The destination for static route required: false - status: SUPPORTED + status: supported nexthop: type: string description: The next hop for the destination required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.network.neutron.Subnet: derived_from: tosca.datatypes.Root description: A subnet represents an IP address block that can be used for assigning IP addresses to virtual instances @@ -62,18 +62,18 @@ data_types: type: string description: The ID of the tenant who owns the network required: false - status: SUPPORTED + status: supported enable_dhcp: type: boolean description: Set to true if DHCP is enabled and false if DHCP is disabled required: false default: true - status: SUPPORTED + status: supported ipv6_address_mode: type: string description: IPv6 address mode required: false - status: SUPPORTED + status: supported constraints: - valid_values: - dhcpv6-stateful @@ -83,7 +83,7 @@ data_types: type: string description: IPv6 RA (Router Advertisement) mode required: false - status: SUPPORTED + status: supported constraints: - valid_values: - dhcpv6-stateful @@ -95,35 +95,35 @@ data_types: required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string allocation_pools: type: list description: The start and end addresses for the allocation pools required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.AllocationPool subnetpool: type: string description: The name or ID of the subnet pool required: false - status: SUPPORTED + status: supported dns_nameservers: type: list description: A specified set of DNS name servers to be used required: false default: [ ] - status: SUPPORTED + status: supported entry_schema: type: string host_routes: type: list description: The gateway IP address required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.subnet.HostRoute ip_version: @@ -131,7 +131,7 @@ data_types: description: The gateway IP address required: false default: 4 - status: SUPPORTED + status: supported constraints: - valid_values: - '4' @@ -140,24 +140,24 @@ data_types: type: string description: The name of the subnet required: false - status: SUPPORTED + status: supported prefixlen: type: integer description: Prefix length for subnet allocation from subnet pool required: false - status: SUPPORTED + status: supported constraints: - greater_or_equal: 0 cidr: type: string description: The CIDR required: false - status: SUPPORTED + status: supported gateway_ip: type: string description: The gateway IP address required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.network.AllocationPool: derived_from: tosca.datatypes.Root description: The start and end addresses for the allocation pool @@ -166,12 +166,12 @@ data_types: type: string description: Start address for the allocation pool required: false - status: SUPPORTED + status: supported end: type: string description: End address for the allocation pool required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.network.contrail.AddressPair: derived_from: tosca.datatypes.Root description: Address Pair @@ -180,7 +180,7 @@ data_types: type: string description: Address mode active-active or active-standy required: false - status: SUPPORTED + status: supported constraints: - valid_values: - active-active @@ -189,12 +189,12 @@ data_types: type: string description: IP address prefix required: false - status: SUPPORTED + status: supported mac_address: type: string description: Mac address required: false - status: SUPPORTED + status: supported capability_types: org.openecomp.capabilities.Metric: derived_from: tosca.capabilities.nfv.Metric @@ -204,27 +204,27 @@ capability_types: type: string description: Unit of the metric value required: true - status: SUPPORTED + status: supported description: type: string description: Description of the metric required: false - status: SUPPORTED + status: supported type: type: string description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc. required: true - status: SUPPORTED + status: supported category: type: string description: Category of the metric, for an example, compute, disk, network, storage and etc. required: false - status: SUPPORTED + status: supported attributes: value: type: string description: Runtime monitored value - status: SUPPORTED + status: supported org.openecomp.capabilities.metric.Ceilometer: derived_from: org.openecomp.capabilities.Metric description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer. @@ -233,7 +233,7 @@ capability_types: type: string description: Ceilometer metric type name to monitor. (The name ceilometer is using) required: true - status: SUPPORTED + status: supported org.openecomp.capabilities.metric.SnmpPolling: derived_from: org.openecomp.capabilities.Metric description: A node type that includes the Metric capability indicates that it can be monitored using snmp polling. @@ -242,7 +242,7 @@ capability_types: type: string description: Object Id of the metric required: true - status: SUPPORTED + status: supported org.openecomp.capabilities.metric.SnmpTrap: derived_from: org.openecomp.capabilities.Metric description: A node type that includes the Metric capability indicates that it can be monitored using snmp trap. @@ -251,7 +251,7 @@ capability_types: type: string description: Object Id of the metric required: true - status: SUPPORTED + status: supported relationship_types: org.openecomp.relationships.AttachesTo: derived_from: tosca.relationships.Root @@ -265,12 +265,12 @@ group_types: type: string description: Heat file which associate to this group/heat stack required: true - status: SUPPORTED + status: supported description: type: string description: Heat file description required: false - status: SUPPORTED + status: supported policy_types: org.openecomp.policies.placement.valet.Diversity: derived_from: tosca.policy.placement @@ -281,7 +281,7 @@ policy_types: description: diversity required: false default: host - status: SUPPORTED + status: supported constraints: - valid_values: - host @@ -295,7 +295,7 @@ policy_types: description: exclusivity required: false default: host - status: SUPPORTED + status: supported constraints: - valid_values: - host @@ -309,7 +309,7 @@ policy_types: description: affinity required: false default: host - status: SUPPORTED + status: supported constraints: - valid_values: - host @@ -322,12 +322,12 @@ policy_types: type: string description: The name of the policy required: false - status: SUPPORTED + status: supported affinity: type: string description: affinity required: true - status: SUPPORTED + status: supported constraints: - valid_values: - host @@ -341,12 +341,12 @@ policy_types: type: string description: The name of the policy required: false - status: SUPPORTED + status: supported container_type: type: string description: container type required: false - status: SUPPORTED + status: supported constraints: - valid_values: - host diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml index e667df0742..c952b2b4b5 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml @@ -15,26 +15,26 @@ data_types: type: list description: An ordered list of static routes to be added to this interface required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.contrail.port.StaticRoute virtual_network: type: string description: Virtual Network for this interface required: true - status: SUPPORTED + status: supported allowed_address_pairs: type: list description: List of allowed address pair for this interface required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.contrail.AddressPair ip_address: type: string description: IP for this interface required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.abstract.nodes.contrail.AbstractSubstitute: derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute @@ -43,12 +43,12 @@ node_types: type: string description: Availability zone to create servers in required: false - status: SUPPORTED + status: supported static_routes_list: type: list description: Static routes enabled required: false - status: SUPPORTED + status: supported entry_schema: type: boolean availability_zone_enable: @@ -56,33 +56,33 @@ node_types: description: Indicates availability zone is enabled required: false default: false - status: SUPPORTED + status: supported service_template_name: type: string description: Service template name required: false - status: SUPPORTED + status: supported ordered_interfaces: type: boolean description: Indicates if service interface are ordered required: false default: false - status: SUPPORTED + status: supported flavor: type: string description: flavor required: false - status: SUPPORTED + status: supported image_name: type: string description: Image name required: true - status: SUPPORTED + status: supported service_type: type: string description: Service type required: true - status: SUPPORTED + status: supported constraints: - valid_values: - firewall @@ -93,7 +93,7 @@ node_types: type: list description: List of interface types required: true - status: SUPPORTED + status: supported entry_schema: type: string constraints: @@ -106,19 +106,19 @@ node_types: type: string description: Service instance name required: true - status: SUPPORTED + status: supported interface_list: type: list description: List of interfaces required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.contrail.InterfaceData service_mode: type: string description: Service mode required: true - status: SUPPORTED + status: supported constraints: - valid_values: - transparent @@ -128,39 +128,39 @@ node_types: type: list description: Shared ips enabled required: false - status: SUPPORTED + status: supported entry_schema: type: boolean attributes: tenant_id: type: string description: Tenant id of the Service Instance - status: SUPPORTED + status: supported fq_name: type: string description: The FQ name of the service instance - status: SUPPORTED + status: supported service_template_name: type: string description: Service Template of the Service Instance - status: SUPPORTED + status: supported show: type: string description: All attributes - status: SUPPORTED + status: supported active_vms: type: string description: Number of service VMs active for this Service Instance - status: SUPPORTED + status: supported service_instance_name: type: string description: The name of the service instance - status: SUPPORTED + status: supported virtual_machines: type: string description: Service VMs for the Service Instance - status: SUPPORTED + status: supported status: type: string description: Status of the service instance - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailComputeGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailComputeGlobalTypesServiceTemplate.yaml index dff50856cd..a7e5b8243c 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailComputeGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailComputeGlobalTypesServiceTemplate.yaml @@ -16,22 +16,22 @@ node_types: type: string description: flavor required: false - status: SUPPORTED + status: supported image_name: type: string description: Image name required: true - status: SUPPORTED + status: supported availability_zone: type: string description: Availability zone to create servers in required: false - status: SUPPORTED + status: supported service_type: type: string description: Service type required: true - status: SUPPORTED + status: supported constraints: - valid_values: - firewall @@ -43,22 +43,22 @@ node_types: description: Indicates availability zone is enabled required: false default: false - status: SUPPORTED + status: supported service_template_name: type: string description: Service template name required: false - status: SUPPORTED + status: supported service_instance_name: type: string description: Service instance name required: true - status: SUPPORTED + status: supported service_mode: type: string description: Service mode required: true - status: SUPPORTED + status: supported constraints: - valid_values: - transparent @@ -68,24 +68,24 @@ node_types: tenant_id: type: string description: Tenant id of the VM - status: SUPPORTED + status: supported fq_name: type: string description: fq_name - status: SUPPORTED + status: supported show: type: string description: All attributes - status: SUPPORTED + status: supported active_vms: type: string description: Number of active VMs - status: SUPPORTED + status: supported virtual_machines: type: string description: VMs of this compute - status: SUPPORTED + status: supported status: type: string description: status of the compute - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailNetworkRuleGlobalTypeServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailNetworkRuleGlobalTypeServiceTemplate.yaml index 8038479153..16fe3191a1 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailNetworkRuleGlobalTypeServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailNetworkRuleGlobalTypeServiceTemplate.yaml @@ -15,12 +15,12 @@ data_types: type: string description: Start port required: false - status: SUPPORTED + status: supported end_port: type: string description: End port required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrail.network.rule.Rule: derived_from: tosca.datatypes.Root description: policy rule @@ -29,45 +29,45 @@ data_types: type: list description: Source ports required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrail.network.rule.PortPairs protocol: type: string description: Protocol required: false - status: SUPPORTED + status: supported dst_addresses: type: list description: Destination addresses required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrail.network.rule.VirtualNetwork apply_service: type: string description: Service to apply required: false - status: SUPPORTED + status: supported dst_ports: type: list description: Destination ports required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrail.network.rule.PortPairs src_addresses: type: list description: Source addresses required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrail.network.rule.VirtualNetwork direction: type: string description: Direction required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrail.network.rule.RuleList: derived_from: tosca.datatypes.Root description: list of policy rules @@ -76,7 +76,7 @@ data_types: type: list description: Contrail network rule required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrail.network.rule.Rule org.openecomp.datatypes.heat.contrail.network.rule.VirtualNetwork: @@ -87,7 +87,7 @@ data_types: type: string description: Virtual network required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.vfc.rules.nodes.heat.network.contrail.NetworkRules: derived_from: tosca.nodes.Root @@ -96,29 +96,29 @@ node_types: type: org.openecomp.datatypes.heat.contrail.network.rule.RuleList description: A symbolic name for this contrail network rule required: false - status: SUPPORTED + status: supported name: type: string description: A symbolic name for this contrail network rule required: false - status: SUPPORTED + status: supported attributes: tenant_id: type: string description: tenant_id - status: SUPPORTED + status: supported fq_name: type: string description: fq_name - status: SUPPORTED + status: supported show: type: string description: All attributes. - status: SUPPORTED + status: supported rules: type: list description: List of rules - status: SUPPORTED + status: supported entry_schema: type: string requirements: diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailPortGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailPortGlobalTypesServiceTemplate.yaml index 06857ed1dd..f8c10146cf 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailPortGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailPortGlobalTypesServiceTemplate.yaml @@ -16,25 +16,25 @@ node_types: type: list description: An ordered list of static routes to be added to this interface required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.contrail.port.StaticRoute virtual_network: type: string description: Virtual Network for this interface required: true - status: SUPPORTED + status: supported static_route: type: boolean description: Static route enabled required: false default: false - status: SUPPORTED + status: supported allowed_address_pairs: type: list description: List of allowed address pair for this interface required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.contrail.AddressPair shared_ip: @@ -42,17 +42,17 @@ node_types: description: Shared ip enabled required: false default: false - status: SUPPORTED + status: supported ip_address: type: string description: IP for this interface required: false - status: SUPPORTED + status: supported interface_type: type: string description: Interface type required: true - status: SUPPORTED + status: supported constraints: - valid_values: - management @@ -63,4 +63,4 @@ node_types: fq_name: type: string description: fq_name - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2NetworkRuleGlobalTypeServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2NetworkRuleGlobalTypeServiceTemplate.yaml index 11e29bde76..7ffef5fad4 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2NetworkRuleGlobalTypeServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2NetworkRuleGlobalTypeServiceTemplate.yaml @@ -15,7 +15,7 @@ data_types: type: string description: Source addresses Virtual network required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.network.rule.DstVirtualNetwork: derived_from: tosca.datatypes.Root description: destination addresses @@ -24,7 +24,7 @@ data_types: type: string description: Destination addresses Virtual network required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.network.rule.Rule: derived_from: tosca.datatypes.Root description: policy rule @@ -33,45 +33,45 @@ data_types: type: list description: Destination addresses required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.network.rule.DstVirtualNetwork network_policy_entries_policy_rule_dst_ports: type: list description: Destination ports required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.network.rule.DstPortPairs network_policy_entries_policy_rule_protocol: type: string description: Protocol required: false - status: SUPPORTED + status: supported network_policy_entries_policy_rule_src_addresses: type: list description: Source addresses required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.network.rule.SrcVirtualNetwork network_policy_entries_policy_rule_direction: type: string description: Direction required: false - status: SUPPORTED + status: supported network_policy_entries_policy_rule_src_ports: type: list description: Source ports required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.network.rule.SrcPortPairs network_policy_entries_policy_rule_action_list: type: org.openecomp.datatypes.heat.contrailV2.network.rule.ActionList description: Action list required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.network.rule.ActionList: derived_from: tosca.datatypes.Root description: Action List @@ -80,12 +80,12 @@ data_types: type: string description: Simple Action required: false - status: SUPPORTED + status: supported network_policy_entries_policy_rule_action_list_apply_service: type: list description: Apply Service required: false - status: SUPPORTED + status: supported entry_schema: type: string org.openecomp.datatypes.heat.contrailV2.network.rule.RuleList: @@ -96,7 +96,7 @@ data_types: type: list description: Contrail network rule required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.network.rule.Rule org.openecomp.datatypes.heat.contrailV2.network.rule.DstPortPairs: @@ -107,12 +107,12 @@ data_types: type: string description: Start port required: false - status: SUPPORTED + status: supported network_policy_entries_policy_rule_dst_ports_end_port: type: string description: End port required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.network.rule.SrcPortPairs: derived_from: tosca.datatypes.Root description: source port pairs @@ -121,12 +121,12 @@ data_types: type: string description: Start port required: false - status: SUPPORTED + status: supported network_policy_entries_policy_rule_src_ports_end_port: type: string description: End port required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.vfc.rules.nodes.heat.network.contrailV2.NetworkRules: derived_from: tosca.nodes.Root @@ -135,17 +135,17 @@ node_types: type: string description: A symbolic name for this contrail v2 network rule required: false - status: SUPPORTED + status: supported network_policy_entries: type: org.openecomp.datatypes.heat.contrailV2.network.rule.RuleList description: A symbolic name for this contrail v2 network rule required: false - status: SUPPORTED + status: supported attributes: fq_name: type: string description: fq_name - status: SUPPORTED + status: supported requirements: - network: capability: tosca.capabilities.Attachment diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml index 61c3af6e82..cadb3c4eb9 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml @@ -17,7 +17,7 @@ data_types: type: string description: Service Interface Type. required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface: derived_from: org.openecomp.resource.cp.nodes.network.Port @@ -26,46 +26,46 @@ node_types: type: list description: List of mac addresses. required: false - status: SUPPORTED + status: supported entry_schema: type: string name: type: string description: Virtual Machine Interface name required: false - status: SUPPORTED + status: supported security_group_refs: type: list description: List of security groups. required: false - status: SUPPORTED + status: supported entry_schema: type: string virtual_network_refs: type: list description: List of virtual networks. required: false - status: SUPPORTED + status: supported entry_schema: type: string virtual_machine_interface_properties: type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.interface.Properties description: virtual machine interface properties. required: false - status: SUPPORTED + status: supported port_tuple_refs: type: list description: List of port tuples. required: false - status: SUPPORTED + status: supported entry_schema: type: string attributes: fq_name: type: string description: The FQ name of the Virtual Network. - status: SUPPORTED + status: supported show: type: string description: All attributes. - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualNetworkGlobalTypeServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualNetworkGlobalTypeServiceTemplate.yaml index dcf36dbafa..7d0e6953d4 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualNetworkGlobalTypeServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailV2VirtualNetworkGlobalTypeServiceTemplate.yaml @@ -17,7 +17,7 @@ data_types: type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefDataSequence description: Network Policy ref data sequence required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefDataSequence: derived_from: tosca.datatypes.Root description: network policy refs data sequence @@ -26,12 +26,12 @@ data_types: type: integer description: Network Policy ref data sequence Major required: false - status: SUPPORTED + status: supported network_policy_refs_data_sequence_minor: type: integer description: Network Policy ref data sequence Minor required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.ref.data.IpamSubnet: derived_from: tosca.datatypes.Root description: Network Ipam Ref Data Subnet @@ -40,12 +40,12 @@ data_types: type: string description: Network ipam refs data ipam subnets ip prefix len required: false - status: SUPPORTED + status: supported network_ipam_refs_data_ipam_subnets_subnet_ip_prefix: type: string description: Network ipam refs data ipam subnets ip prefix required: false - status: SUPPORTED + status: supported org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData: derived_from: tosca.datatypes.Root description: Network Ipam Ref Data @@ -54,7 +54,7 @@ data_types: type: list description: Network ipam refs data ipam subnets required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.ref.data.IpamSubnetList org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.ref.data.IpamSubnetList: @@ -65,12 +65,12 @@ data_types: type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.ref.data.IpamSubnet description: Network ipam refs data ipam subnets required: false - status: SUPPORTED + status: supported network_ipam_refs_data_ipam_subnets_addr_from_start: type: string description: Network ipam refs data ipam subnets addr from start required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork: derived_from: org.openecomp.resource.vl.nodes.network.Network @@ -79,58 +79,58 @@ node_types: type: list description: IPAM references Data required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData network_policy_refs_data: type: list description: Policy references data required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefData network_ipam_refs: type: list description: IPAM references required: false - status: SUPPORTED + status: supported entry_schema: type: string network_policy_refs: type: list description: Policy references required: false - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet attributes: fq_name: type: string description: fq_name - status: SUPPORTED + status: supported subnets_name: type: list description: Subnets name of this network - status: SUPPORTED + status: supported entry_schema: type: string subnets_show: type: map description: Detailed information about each subnet - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet capabilities: diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml index 5583c68278..72e789cc7e 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml @@ -16,66 +16,66 @@ node_types: type: string description: Is virtual network shared required: false - status: SUPPORTED + status: supported forwarding_mode: type: string description: forwarding mode of the virtual network required: false - status: SUPPORTED + status: supported external: type: string description: Is virtual network external required: false - status: SUPPORTED + status: supported allow_transit: type: string description: Whether this network should be transitive. required: false - status: SUPPORTED + status: supported flood_unknown_unicast: type: string description: flood L2 packets on network required: false - status: SUPPORTED + status: supported route_targets: type: list description: route targets associated with the virtual network required: false - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet attributes: fq_name: type: string description: fq_name - status: SUPPORTED + status: supported show: type: string description: All attributes. - status: SUPPORTED + status: supported subnets_name: type: list description: Subnets name of this network - status: SUPPORTED + status: supported entry_schema: type: string subnets_show: type: map description: Detailed information about each subnet - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet capabilities: diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NativeTypesServiceTemplateServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NativeTypesServiceTemplateServiceTemplate.yaml index ffadfc5af5..0ba25f5ec5 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NativeTypesServiceTemplateServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NativeTypesServiceTemplateServiceTemplate.yaml @@ -13,21 +13,21 @@ node_types: private_address: type: string description: private address - status: SUPPORTED + status: supported public_address: type: string description: public_address - status: SUPPORTED + status: supported networks: type: map description: networks - status: SUPPORTED + status: supported entry_schema: type: tosca.datatypes.network.NetworkInfo ports: type: map description: ports - status: SUPPORTED + status: supported entry_schema: type: tosca.datatypes.network.PortInfo requirements: @@ -72,25 +72,25 @@ node_types: ip_range_end: type: string required: false - status: SUPPORTED + status: supported ip_range_start: type: string required: false - status: SUPPORTED + status: supported ip_address: type: string required: false - status: SUPPORTED + status: supported is_default: type: boolean required: false default: false - status: SUPPORTED + status: supported order: type: integer required: true default: 0 - status: SUPPORTED + status: supported constraints: - greater_or_equal: 0 requirements: @@ -113,15 +113,15 @@ node_types: tosca_name: type: string description: tosca name - status: SUPPORTED + status: supported state: type: string description: state - status: SUPPORTED + status: supported tosca_id: type: string description: tosca id - status: SUPPORTED + status: supported interfaces: { } tosca.nodes.network.Network: @@ -130,25 +130,25 @@ node_types: physical_network: type: string required: false - status: SUPPORTED + status: supported dhcp_enabled: type: boolean required: false default: true - status: SUPPORTED + status: supported segmentation_id: type: string required: false - status: SUPPORTED + status: supported network_id: type: string required: false - status: SUPPORTED + status: supported ip_version: type: integer required: false default: 4 - status: SUPPORTED + status: supported constraints: - valid_values: - 4 @@ -156,27 +156,27 @@ node_types: start_ip: type: string required: false - status: SUPPORTED + status: supported network_name: type: string required: false - status: SUPPORTED + status: supported cidr: type: string required: false - status: SUPPORTED + status: supported gateway_ip: type: string required: false - status: SUPPORTED + status: supported network_type: type: string required: false - status: SUPPORTED + status: supported end_ip: type: string required: false - status: SUPPORTED + status: supported capabilities: link: type: tosca.capabilities.network.Linkable @@ -189,17 +189,17 @@ node_types: size: type: scalar-unit.size required: false - status: SUPPORTED + status: supported constraints: - greater_or_equal: 1 MB volume_id: type: string required: false - status: SUPPORTED + status: supported snapshot_id: type: string required: false - status: SUPPORTED + status: supported capabilities: attachment: type: tosca.capabilities.Attachment diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronNetGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronNetGlobalTypesServiceTemplate.yaml index 3dbb24b0f2..5fb5da22fc 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronNetGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronNetGlobalTypesServiceTemplate.yaml @@ -16,41 +16,41 @@ node_types: type: list description: The IDs of the DHCP agent to schedule the network required: false - status: SUPPORTED + status: supported entry_schema: type: string tenant_id: type: string description: The ID of the tenant which will own the network required: false - status: SUPPORTED + status: supported port_security_enabled: type: boolean description: Flag to enable/disable port security on the network required: false - status: SUPPORTED + status: supported shared: type: boolean description: Whether this network should be shared across all tenants required: false default: false - status: SUPPORTED + status: supported admin_state_up: type: boolean description: A boolean value specifying the administrative status of the network required: false default: true - status: SUPPORTED + status: supported qos_policy: type: string description: The name or ID of QoS policy to attach to this network required: false - status: SUPPORTED + status: supported subnets: type: map description: Network related subnets required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet value_specs: @@ -59,38 +59,38 @@ node_types: required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string attributes: qos_policy_id: type: string description: The QoS policy ID attached to this network - status: SUPPORTED + status: supported show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported subnets_name: type: list description: Subnets name of this network - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet mtu: type: scalar-unit.size description: The maximum transmission unit size(in bytes) for the network - status: SUPPORTED + status: supported status: type: string description: The status of the network - status: SUPPORTED + status: supported capabilities: attachment: type: tosca.capabilities.Attachment diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml index 4613b70f74..cbd43ebeb0 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml @@ -17,12 +17,12 @@ data_types: type: string description: Subnet in which to allocate the IP address for this port required: false - status: SUPPORTED + status: supported ip_address: type: string description: IP address desired in the subnet for this port required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.cp.nodes.heat.network.neutron.Port: derived_from: org.openecomp.resource.cp.nodes.network.Port @@ -31,29 +31,29 @@ node_types: type: boolean description: Flag to enable/disable port security on the network required: false - status: SUPPORTED + status: supported device_id: type: string description: Device ID of this port required: false - status: SUPPORTED + status: supported qos_policy: type: string description: The name or ID of QoS policy to attach to this network required: false - status: SUPPORTED + status: supported allowed_address_pairs: type: list description: Additional MAC/IP address pairs allowed to pass through the port required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.AddressPair binding:vnic_type: type: string description: The vnic type to be bound on the neutron port required: false - status: SUPPORTED + status: supported constraints: - valid_values: - macvtap @@ -65,25 +65,25 @@ node_types: required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string device_owner: type: string description: Name of the network owning the port required: false - status: SUPPORTED + status: supported network: type: string description: Network this port belongs to required: false - status: SUPPORTED + status: supported replacement_policy: type: string description: Policy on how to respond to a stack-update for this resource required: false default: AUTO - status: SUPPORTED + status: supported constraints: - valid_values: - REPLACE_ALWAYS @@ -92,59 +92,59 @@ node_types: type: list description: List of security group names or IDs required: false - status: SUPPORTED + status: supported entry_schema: type: string fixed_ips: type: list description: Desired IPs for this port required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.neutron.port.FixedIps mac_address: type: string description: MAC address to give to this port required: false - status: SUPPORTED + status: supported admin_state_up: type: boolean description: A boolean value specifying the administrative status of the network required: false default: true - status: SUPPORTED + status: supported name: type: string description: A symbolic name for this port required: false - status: SUPPORTED + status: supported attributes: tenant_id: type: string description: Tenant owning the port - status: SUPPORTED + status: supported network_id: type: string description: Unique identifier for the network owning the port - status: SUPPORTED + status: supported qos_policy_id: type: string description: The QoS policy ID attached to this network - status: SUPPORTED + status: supported show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported subnets: type: list description: Subnets of this network - status: SUPPORTED + status: supported entry_schema: type: string status: type: string description: The status of the network - status: SUPPORTED + status: supported capabilities: attachment: type: tosca.capabilities.Attachment diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronSecurityRulesGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronSecurityRulesGlobalTypesServiceTemplate.yaml index 3e4a465689..8868f4a4f1 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronSecurityRulesGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NeutronSecurityRulesGlobalTypesServiceTemplate.yaml @@ -15,12 +15,12 @@ data_types: type: string description: The remote group ID to be associated with this security group rule required: false - status: SUPPORTED + status: supported protocol: type: string description: The protocol that is matched by the security group rule required: false - status: SUPPORTED + status: supported constraints: - valid_values: - tcp @@ -31,7 +31,7 @@ data_types: description: Ethertype of the traffic required: false default: IPv4 - status: SUPPORTED + status: supported constraints: - valid_values: - IPv4 @@ -41,7 +41,7 @@ data_types: description: 'The maximum port number in the range that is matched by the security group rule. ' required: false - status: SUPPORTED + status: supported constraints: - in_range: - 0 @@ -50,13 +50,13 @@ data_types: type: string description: The remote IP prefix (CIDR) to be associated with this security group rule required: false - status: SUPPORTED + status: supported remote_mode: type: string description: Whether to specify a remote group or a remote IP prefix required: false default: remote_ip_prefix - status: SUPPORTED + status: supported constraints: - valid_values: - remote_ip_prefix @@ -66,7 +66,7 @@ data_types: description: The direction in which the security group rule is applied required: false default: ingress - status: SUPPORTED + status: supported constraints: - valid_values: - egress @@ -75,7 +75,7 @@ data_types: type: integer description: The minimum port number in the range that is matched by the security group rule. required: false - status: SUPPORTED + status: supported constraints: - in_range: - 0 @@ -88,24 +88,24 @@ node_types: type: string description: A symbolic name for this security group, which is not required to be unique. required: false - status: SUPPORTED + status: supported description: type: string description: Description of the security group required: false - status: SUPPORTED + status: supported rules: type: list description: List of security group rules required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule attributes: show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported requirements: - port: capability: tosca.capabilities.Attachment diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml index 2a7069a932..e962020c7b 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/src/test/resources/mock/toscaGlobalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml @@ -17,35 +17,35 @@ data_types: type: boolean description: Flag to enable/disable port security on the port required: false - status: SUPPORTED + status: supported mac_address: type: string description: MAC address to give to this port required: false - status: SUPPORTED + status: supported admin_state_up: type: boolean description: The administrative state of this port required: false default: true - status: SUPPORTED + status: supported qos_policy: type: string description: The name or ID of QoS policy to attach to this port required: false - status: SUPPORTED + status: supported allowed_address_pairs: type: list description: Additional MAC/IP address pairs allowed to pass through the port required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.AddressPair binding:vnic_type: type: string description: The vnic type to be bound on the neutron port required: false - status: SUPPORTED + status: supported constraints: - valid_values: - macvtap @@ -57,7 +57,7 @@ data_types: required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string org.openecomp.datatypes.heat.novaServer.network.AddressInfo: @@ -68,7 +68,7 @@ data_types: type: string description: Port id required: false - status: SUPPORTED + status: supported node_types: org.openecomp.resource.vfc.nodes.heat.nova.Server: derived_from: org.openecomp.resource.vfc.nodes.Compute @@ -77,23 +77,23 @@ node_types: type: string description: The administrator password for the server required: false - status: SUPPORTED + status: supported availability_zone: type: string description: Availability zone to create servers in required: false - status: SUPPORTED + status: supported image: type: string description: The ID or name of the image to boot with required: false - status: SUPPORTED + status: supported image_update_policy: type: string description: Policy on how to apply an image-id update required: false default: REBUILD - status: SUPPORTED + status: supported constraints: - valid_values: - REBUILD_PRESERVE_EPHEMERAL @@ -103,19 +103,19 @@ node_types: type: json description: Arbitrary JSON metadata to store for this server required: false - status: SUPPORTED + status: supported contrail_service_instance_ind: type: boolean description: Nova server related to service instance indicator required: false default: false - status: SUPPORTED + status: supported user_data_update_policy: type: string description: Policy on how to apply a user_data update required: false default: REPLACE - status: SUPPORTED + status: supported constraints: - valid_values: - REPLACE @@ -125,7 +125,7 @@ node_types: description: Policy on how to apply a flavor update required: false default: RESIZE - status: SUPPORTED + status: supported constraints: - valid_values: - RESIZE @@ -135,43 +135,43 @@ node_types: description: User data script to be executed by cloud-init required: false default: '' - status: SUPPORTED + status: supported flavor: type: string description: The ID or name of the flavor to boot onto required: true - status: SUPPORTED + status: supported key_name: type: string description: Name of keypair to inject into the server required: false - status: SUPPORTED + status: supported reservation_id: type: string description: A UUID for the set of servers being requested required: false - status: SUPPORTED + status: supported security_groups: type: list description: List of security group names or IDs required: false default: [ ] - status: SUPPORTED + status: supported entry_schema: type: string config_drive: type: boolean description: enable config drive on the server required: false - status: SUPPORTED + status: supported personality: type: map description: A map of files to create/overwrite on the server upon boot required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string software_config_transport: @@ -179,7 +179,7 @@ node_types: description: How the server should receive the metadata required for software configuration required: false default: POLL_SERVER_CFN - status: SUPPORTED + status: supported constraints: - valid_values: - POLL_SERVER_CFN @@ -191,7 +191,7 @@ node_types: description: How the user_data should be formatted for the server required: false default: HEAT_CFNTOOLS - status: SUPPORTED + status: supported constraints: - valid_values: - SOFTWARE_CONFIG @@ -201,7 +201,7 @@ node_types: type: string description: Control how the disk is partitioned when the server is created required: false - status: SUPPORTED + status: supported constraints: - valid_values: - AUTO @@ -210,42 +210,42 @@ node_types: type: string description: Server name required: false - status: SUPPORTED + status: supported scheduler_hints: type: map description: Arbitrary key-value pairs specified by the client to help boot a server required: false - status: SUPPORTED + status: supported entry_schema: type: string attributes: accessIPv4: type: string description: The manually assigned alternative public IPv4 address of the server - status: SUPPORTED + status: supported addresses: type: map description: A dict of all network addresses with corresponding port_id - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.novaServer.network.AddressInfo accessIPv6: type: string description: The manually assigned alternative public IPv6 address of the server - status: SUPPORTED + status: supported instance_name: type: string description: AWS compatible instance name - status: SUPPORTED + status: supported name: type: string description: Name of the server - status: SUPPORTED + status: supported show: type: string description: Detailed information about resource - status: SUPPORTED + status: supported console_urls: type: string description: URLs of servers consoles - status: SUPPORTED \ No newline at end of file + status: supported \ No newline at end of file -- cgit 1.2.3-korg