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 --- .../NovaServerGlobalTypesServiceTemplate.yaml | 68 +++++++++++----------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml index d77e378a79..906b6349e3 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/NovaServerGlobalTypesServiceTemplate.yaml @@ -15,35 +15,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 @@ -55,7 +55,7 @@ data_types: required: false default: { } - status: SUPPORTED + status: supported entry_schema: type: string org.openecomp.datatypes.heat.novaServer.network.AddressInfo: @@ -66,7 +66,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: tosca.nodes.Compute @@ -75,23 +75,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 @@ -101,7 +101,7 @@ node_types: type: map description: Arbitrary key/value metadata to store for this server required: false - status: SUPPORTED + status: supported constraints: - max_length: 255 entry_schema: @@ -113,7 +113,7 @@ node_types: description: Policy on how to apply a user_data update required: false default: REPLACE - status: SUPPORTED + status: supported constraints: - valid_values: - REPLACE @@ -123,7 +123,7 @@ node_types: description: Policy on how to apply a flavor update required: false default: RESIZE - status: SUPPORTED + status: supported constraints: - valid_values: - RESIZE @@ -133,43 +133,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: @@ -177,7 +177,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 @@ -189,7 +189,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 @@ -199,7 +199,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 @@ -208,42 +208,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