summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2019-09-26 13:20:28 +0100
committerOren Kleks <oren.kleks@amdocs.com>2019-10-29 14:15:57 +0000
commitc42c9f75adb72f80e57694b5bf67db7c94f33a89 (patch)
treef5e16e64400af3f795061dceb02fee8522ed4245 /openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml
parent145e960db3614cf499aa0be0dbb4f19b3ba3183e (diff)
Fix for status properties value.
These changes were made to align the normative types to the TOSCA property definition requirements. Issue-ID: SDC-322 Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml')
-rw-r--r--openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml44
1 files changed, 22 insertions, 22 deletions
diff --git a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml
index a561d79b8f..1552aea7a5 100644
--- a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NeutronPortGlobalTypesServiceTemplate.yaml
@@ -15,12 +15,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: tosca.nodes.network.Port
@@ -29,29 +29,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
@@ -63,25 +63,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
@@ -90,59 +90,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