summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.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/contrailVirtualNetwork/contrailVirtualNetwork.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/contrailVirtualNetwork/contrailVirtualNetwork.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml b/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml
index c0d1f3dab2..7ebe342e9f 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml
@@ -7,66 +7,66 @@ node_types:
type: string
description: Is virtual network shared
required: false
- status: SUPPORTED
+ status: supported
forwarding_mode:
type: string
description: forwarding mode of the virtual network
required: false
- status: SUPPORTED
+ status: supported
external:
type: string
description: Is virtual network external
required: false
- status: SUPPORTED
+ status: supported
allow_transit:
type: string
description: Whether this network should be transitive.
required: false
- status: SUPPORTED
+ status: supported
flood_unknown_unicast:
type: string
description: flood L2 packets on network
required: false
- status: SUPPORTED
+ status: supported
route_targets:
type: list
description: route targets associated with the virtual network
required: false
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
subnets:
type: map
description: Network related subnets
required: false
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.heat.network.neutron.Subnet
attributes:
fq_name:
type: string
description: fq_name
- status: SUPPORTED
+ status: supported
show:
type: string
description: All attributes.
- status: SUPPORTED
+ status: supported
subnets_name:
type: list
description: Subnets name of this network
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
subnets_show:
type: map
description: Detailed information about each subnet
- status: SUPPORTED
+ status: supported
entry_schema:
type: string
subnets:
type: map
description: Network related subnets
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.heat.network.neutron.Subnet
capabilities: