aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml')
-rw-r--r--common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml197
1 files changed, 4 insertions, 193 deletions
diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
index c395675ddb..526a80113a 100644
--- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
+++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
@@ -498,16 +498,16 @@ data_types:
org.openecomp.datatypes.flavors.DeploymentFlavor:
properties:
sp_part_number:
- type: string # under discussion; need confirmation
+ type: string
description: Part number of the feature group associated with the deployment flavor
vendor_info:
- type: org.opencomp.datatypes.flavors.VendorInfo
+ type: org.openecomp.datatypes.flavors.VendorInfo
description: Vendor information for the deployment flavor
compute_flavor:
- type: org.opencomp.datatypes.flavors.ComputeFlavor
+ type: org.openecomp.datatypes.flavors.ComputeFlavor
description: Compute information for the deployment flavor
license_flavor:
- type: org.opencomp.datatypes.flavors.LicenseFlavor
+ type: org.openecomp.datatypes.flavors.LicenseFlavor
description: License information for the deployment flavor
required: false
@@ -567,76 +567,6 @@ data_types:
pps_capacity:
type: string
- tosca.datatypes.nfv.RequestedAdditionalCapability:
- derived_from: tosca.datatypes.Root
- properties:
- support_mandatory:
- type: boolean
- required: true
- min_requested_additional_capability_version:
- type: string
- required: false
- preferred_requested_additional_capability_version:
- type: string
- required: false
- requested_additional_capability_name:
- type: string
- required: true
- target_performance_parameters:
- type: map
- entry_schema:
- type: string
- required: true
- tosca.datatypes.nfv.VirtualMemory:
- derived_from: tosca.datatypes.Root
- properties:
- virtual_mem_size:
- type: string
- required: true
- virtual_mem_oversubscription_policy:
- type: string
- required: false
- numa_enabled:
- type: boolean
- required: false
- tosca.datatypes.nfv.VirtualCpu:
- derived_from: tosca.datatypes.Root
- properties:
- cpu_architecture:
- type: string
- required: false
- num_virtual_cpu:
- type: integer
- required: true
- virtual_cpu_clock:
- type: scalar-unit.frequency
- required: false
- virtual_cpu_oversubscription_policy:
- type: string
- required: false
- virtual_cpu_pinning:
- type: tosca.datatypes.nfv.VirtualCpuPinning
- required: false
- tosca.datatypes.nfv.VirtualCpuPinning:
- derived_from: tosca.datatypes.Root
- properties:
- cpu_pinning_policy:
- type: string
- constraints:
- - valid_values: [ static, dynamic ]
- required: false
- cpu_pinning_map:
- type: map
- entry_schema:
- type: string
- required: false
- tosca.datatypes.nfv.VnfcConfigurableProperties:
- properties:
- additional_vnfc_configurable_properties:
- entry_schema:
- type: string
- required: false
- type: map
tosca.datatypes.network.NetworkInfo:
properties:
network_id:
@@ -669,122 +599,3 @@ data_types:
port_id:
required: false
type: string
- tosca.datatypes.nfv.L3AddressData:
- properties:
- number_of_ip_address:
- required: false
- type: integer
- ip_address_assignment:
- type: boolean
- ip_address_type:
- constraints:
- - valid_values:
- - ipv4
- - ipv6
- required: false
- type: string
- floating_ip_activated:
- type: string
- tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements:
- properties:
- name:
- required: false
- type: string
- support_mandatory:
- type: boolean
- description:
- required: false
- type: string
- requirement:
- entry_schema:
- type: string
- type: map
- tosca.datatype.nfv.AddressData:
- properties:
- address_type:
- constraints:
- - valid_values:
- - mac_address
- - ip_address
- type: string
- l2_address_data:
- required: false
- type: tosca.datatypes.nfv.L2AddressData
- l3_address_data:
- required: false
- type: tosca.datatypes.nfv.L3AddressData
- tosca.datatypes.nfv.L2AddressData: {}
- tosca.datatypes.nfv.ConnectivityType:
- properties:
- layer_protocol:
- constraints:
- - valid_values:
- - ethernet
- - mpls
- - odu2
- - ipv4
- - ipv6
- - pseudo_wire
- type: string
- flow_pattern:
- required: false
- type: string
- tosca.datatypes.nfv.ext.FloatingIP:
- properties:
- external_network:
- required: false
- type: string
- ip_address:
- required: false
- type: string
- tosca.datatypes.nfv.ext.AddressPairs:
- properties:
- ip:
- required: false
- type: string
- mac:
- required: false
- type: string
- tosca.datatypes.nfv.ext.InjectData:
- properties:
- file_name:
- required: false
- type: string
- file_data:
- required: false
- type: string
- tosca.datatypes.nfv.ext.zte.WatchDog:
- properties:
- enable_delay:
- required: false
- type: integer
- action:
- required: false
- type: string
- tosca.datatypes.nfv.ext.LocalAffinityOrAntiAffinityRule:
- properties:
- scope:
- required: false
- type: string
- affinity_antiaffinity:
- required: false
- type: string
- tosca.datatypes.nfv.ext.LocationInfo:
- properties:
- availability_zone:
- required: false
- type: string
- vimid:
- required: false
- type: integer
- tenant:
- required: false
- type: string
- tosca.datatypes.nfv.ext.HostRouteInfo:
- properties:
- destination:
- required: false
- type: string
- nexthop:
- required: false
- type: string \ No newline at end of file