summaryrefslogtreecommitdiffstats
path: root/asdctool/src/main/resources/config/groupTypes.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 /asdctool/src/main/resources/config/groupTypes.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 'asdctool/src/main/resources/config/groupTypes.yml')
-rw-r--r--asdctool/src/main/resources/config/groupTypes.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/asdctool/src/main/resources/config/groupTypes.yml b/asdctool/src/main/resources/config/groupTypes.yml
index ce457e4add..0c0abc9013 100644
--- a/asdctool/src/main/resources/config/groupTypes.yml
+++ b/asdctool/src/main/resources/config/groupTypes.yml
@@ -6,12 +6,12 @@ org.openecomp.groups.heat.HeatStack:
type: string
description: Heat file which associate to this group/heat stack
required: true
- status: SUPPORTED
+ status: supported
description:
type: string
description: group description
required: true
- status: SUPPORTED
+ status: supported
org.openecomp.groups.VfModule:
derived_from: tosca.groups.Root
description: Grouped all heat resources which are in the same VF Module
@@ -21,7 +21,7 @@ org.openecomp.groups.VfModule:
description: Whether this module should be deployed before other modules
required: true
default: false
- status: SUPPORTED
+ status: supported
vf_module_label:
type: string
required: true