summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.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/contrailPort/contrailPort.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/contrailPort/contrailPort.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml b/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
index ce99511bbe..77cfc08bdd 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
@@ -7,25 +7,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:
@@ -33,17 +33,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
@@ -54,4 +54,4 @@ node_types:
fq_name:
type: string
description: fq_name
- status: SUPPORTED
+ status: supported