From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- .../import/tosca/group-types/groupTypes.yml | 30 +++++++++++++++++++++ .../import/tosca/group-types/groupTypes.zip | Bin 0 -> 523 bytes 2 files changed, 30 insertions(+) create mode 100644 catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml create mode 100644 catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip (limited to 'catalog-be/src/main/resources/import/tosca/group-types') diff --git a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml new file mode 100644 index 0000000000..1df2cbdd04 --- /dev/null +++ b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml @@ -0,0 +1,30 @@ +org.openecomp.groups.heat.HeatStack: + derived_from: tosca.groups.Root + description: Grouped all heat resources which are in the same heat stack + properties: + heat_file: + type: string + description: Heat file which associate to this group/heat stack + required: true + status: SUPPORTED + description: + type: string + description: group description + required: true + status: SUPPORTED +org.openecomp.groups.VfModule: + derived_from: tosca.groups.Root + description: Grouped all heat resources which are in the same VF Module + properties: + isBase: + type: boolean + description: Whether this module should be deployed before other modules + required: true + default: false + status: SUPPORTED +tosca.groups.Root: + description: The TOSCA Group Type all other TOSCA Group Types derive from + interfaces: + Standard: + type: tosca.interfaces.node.lifecycle.Standard + diff --git a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip new file mode 100644 index 0000000000..e386507c92 Binary files /dev/null and b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip differ -- cgit 1.2.3-korg