summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp
diff options
context:
space:
mode:
Diffstat (limited to 'common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp')
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml18
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml28
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml2
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml98
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml8
5 files changed, 77 insertions, 77 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
index 979cd95b96..8505f41a4a 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
@@ -32,7 +32,7 @@ capability_types:
type: map
description: Deployment flavors instance
required: true
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.DeploymentFlavor
@@ -43,7 +43,7 @@ capability_types:
oid:
description: Object Id of the metric
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.AllottedResource:
@@ -56,7 +56,7 @@ capability_types:
oid:
description: Object Id of the metric
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.metric.Ceilometer:
@@ -66,7 +66,7 @@ capability_types:
name:
description: Ceilometer metric type name to monitor. (The name ceilometer is using)
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.capabilities.Metric:
@@ -76,28 +76,28 @@ capability_types:
unit:
description: Unit of the metric value
type: string
- status: SUPPORTED
+ status: supported
required: true
description:
description: Description of the metric
type: string
- status: SUPPORTED
+ status: supported
required: false
type:
description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
type: string
- status: SUPPORTED
+ status: supported
required: true
category:
description: Category of the metric, for an example, compute, disk, network, storage and etc.
type: string
- status: SUPPORTED
+ status: supported
required: false
attributes:
value:
description: Runtime monitored value
type: string
- status: SUPPORTED
+ status: supported
org.openecomp.capabilities.Forwarder:
derived_from: tosca.capabilities.Root
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
index b87cbb7b51..27577d4883 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
@@ -68,17 +68,17 @@ data_types:
name:
description: Deployment Flavor Name
type: string
- status: SUPPORTED
+ status: supported
required: true
license_feature_group:
description: license feature group associated with Deployment Flavor
type: org.openecomp.datatypes.FeatureGroup
- status: SUPPORTED
+ status: supported
required: true
compute_size:
description: Size of VM
type: org.openecomp.datatypes.ComputeFlavor
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.datatypes.FeatureGroup:
@@ -88,12 +88,12 @@ data_types:
license_feature_group_ref:
description: Deployment Flavor Name
type: string
- status: SUPPORTED
+ status: supported
required: true
part_number:
description: refrence part number related to feature group
type: string
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.datatypes.EcompHoming:
@@ -242,22 +242,22 @@ data_types:
name:
description: Compute Flavor Name
type: string
- status: SUPPORTED
+ status: supported
required: true
num_cpus:
description: Number of cpu
type: integer
- status: SUPPORTED
+ status: supported
required: true
disk_size:
description: Disk size
type: scalar-unit.size
- status: SUPPORTED
+ status: supported
required: true
mem_size:
description: Memory size
type: scalar-unit.size
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.datatypes.network.MacAssignments:
@@ -374,12 +374,12 @@ data_types:
substitute_service_template:
description: Substitute Service Template
type: string
- status: SUPPORTED
+ status: supported
required: true
index_value:
description: Index value of the substitution service template runtime instance
type: integer
- status: SUPPORTED
+ status: supported
default: 0
required: false
constraints:
@@ -387,19 +387,19 @@ data_types:
count:
description: Count
type: integer
- status: SUPPORTED
+ status: supported
default: 1
required: false
scaling_enabled:
description: Indicates whether service scaling is enabled
type: boolean
- status: SUPPORTED
+ status: supported
default: true
required: false
mandatory:
description: Mandatory
type: boolean
- status: SUPPORTED
+ status: supported
required: false
org.openecomp.datatypes.network.NetworkFlows:
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml
index 904f9cdd33..f9ecfb2ca8 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml
@@ -52,7 +52,7 @@ group_types:
isBase:
description: Whether this module should be deployed before other modules
type: boolean
- status: SUPPORTED
+ status: supported
default: false
required: true
vf_module_label:
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
index b788c1f5e6..ad7475a04f 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
@@ -43,7 +43,7 @@ node_types:
service_template_filter:
description: Substitution Filter
type: org.openecomp.datatypes.substitution.SubstitutionFiltering
- status: SUPPORTED
+ status: supported
required: true
org.openecomp.resource.vl.extVL:
@@ -308,7 +308,7 @@ node_types:
license_feature_group_ref:
description: refrence to license feature group
type: string
- status: SUPPORTED
+ status: supported
required: true
requirements:
- deployment_flavor:
@@ -328,47 +328,47 @@ node_types:
high_availablity:
description: high_availablity
type: string
- status: SUPPORTED
+ status: supported
required: false
vm_image_name:
description: Master image_name volume id
type: string
- status: SUPPORTED
+ status: supported
required: true
vm_flavor_name:
description: Master image_name volume id
type: string
- status: SUPPORTED
+ status: supported
required: true
nfc_naming_code:
description: nfc code for instance naming
type: string
- status: SUPPORTED
+ status: supported
required: false
nfc_code:
type: string
description: nfc code
- status: SUPPORTED
+ status: supported
required: false
nfc_function:
type: string
description: nfc function
- status: SUPPORTED
+ status: supported
required: false
vm_type_tag:
description: vm type based on naming Convention
type: string
- status: SUPPORTED
+ status: supported
required: false
vfc_naming:
description: vfc naming
type: org.openecomp.datatypes.Naming
- status: SUPPORTED
+ status: supported
required: false
min_instances:
description: Minimum number of VFC Instances
type: integer
- status: SUPPORTED
+ status: supported
default: 0
required: false
constraints:
@@ -376,7 +376,7 @@ node_types:
max_instances:
description: Maximum number of VFC Instances
type: integer
- status: SUPPORTED
+ status: supported
required: false
constraints:
- greater_or_equal: 1
@@ -669,29 +669,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
@@ -703,25 +703,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
@@ -730,59 +730,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
@@ -797,25 +797,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:
@@ -823,17 +823,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
@@ -844,7 +844,7 @@ node_types:
fq_name:
type: string
description: fq_name
- status: SUPPORTED
+ status: supported
org.openecomp.resource.cp.v2.extVirtualMachineInterfaceCP:
derived_from: org.openecomp.resource.cp.v2.extCP
@@ -852,55 +852,55 @@ node_types:
name:
description: Virtual Machine Interface name
type: string
- status: SUPPORTED
+ status: supported
required: false
security_group_refs:
description: List of security groups.
type: list
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
required: false
virtual_network_refs:
description: List of virtual networks.
type: list
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
required: false
virtual_machine_interface_properties:
description: virtual machine interface properties.
type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.interface.Properties
- status: SUPPORTED
+ status: supported
required: false
port_tuple_refs:
description: List of port tuples.
type: list
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
required: false
virtual_machine_interface_mac_addresses:
description: List of mac addresses.
type: list
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
required: false
virtual_machine_interface_allowed_address_pairs:
description: Virtual Machine Interface allowed address pairs.
type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
- status: SUPPORTED
+ status: supported
required: false
attributes:
fq_name:
description: The FQ name of the Virtual Network.
type: string
- status: SUPPORTED
+ status: supported
show:
description: All attributes.
type: string
- status: SUPPORTED
+ status: supported
org.openecomp.nodes.ForwardingPath:
derived_from: tosca.nodes.Root
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml
index d15c56e079..14e123f713 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml
@@ -31,18 +31,18 @@ relationship_types:
volume_id:
description: The ID of the volume to be attached
type: string
- status: SUPPORTED
+ status: supported
required: true
instance_uuid:
description: The ID of the server to which the volume attaches
type: string
- status: SUPPORTED
+ status: supported
required: true
attributes:
show:
description: Detailed information about resource
type: string
- status: SUPPORTED
+ status: supported
org.openecomp.relationships.AttachesTo:
derived_from: tosca.relationships.AttachesTo
@@ -51,7 +51,7 @@ relationship_types:
location:
description: The relative location (e.g., path on the file system), which provides the root location to address an attached node.
type: string
- status: SUPPORTED
+ status: supported
required: false
org.openecomp.relationships.ForwardsTo: