summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml
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 /catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml
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 'catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml b/catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml
index a1f40c5529..b1abf64728 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/contrailAbstractSubstitute/contrailAbstractSubstitute.yml
@@ -7,12 +7,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:
@@ -20,33 +20,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
@@ -57,7 +57,7 @@ node_types:
type: list
description: List of interface types
required: true
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
constraints:
@@ -70,19 +70,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
@@ -92,39 +92,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