diff options
author | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-06-14 15:30:23 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-06-15 12:00:44 +0000 |
commit | 50d6d53c9ceb84c781f8619ad0cafcede2869371 (patch) | |
tree | 80c66a16c7e82b8340b90dc77240aa04ecf9ec8e /ms/blueprintsprocessor/modules/blueprints | |
parent | b2651335ea1908e3c843bb3b774a732e6eddb94f (diff) |
add package description to be at Entry definition
Issue-ID: CCSDK-2438
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I8657560cd55a21421dc6849d7aac64c02e83db42
Diffstat (limited to 'ms/blueprintsprocessor/modules/blueprints')
-rw-r--r-- | ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt index 5c522e7bd..cb78f4132 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/BluePrintConstants.kt @@ -202,6 +202,7 @@ object BluePrintConstants { const val METADATA_TEMPLATE_TYPE = "template_type" const val METADATA_TEMPLATE_AUTHOR = "template_author" const val METADATA_TEMPLATE_TAGS = "template_tags" + const val METADATA_TEMPLATE_DESCRIPTION = "template_description" const val METADATA_WORKFLOW_NAME = "workflow_name" const val PAYLOAD_DATA = "payload-data" |