Revert "Renaming Files having BluePrint to have Blueprint"
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / blueprints / blueprint-core / src / main / kotlin / org / onap / ccsdk / cds / controllerblueprints / core / BluePrintConstants.kt
index 9439c2d..5c2ae7e 100644 (file)
@@ -232,6 +232,7 @@ object BluePrintConstants {
     const val MODEL_TYPE_ARTIFACT_DIRECTED_GRAPH = "artifact-directed-graph"
     const val MODEL_TYPE_ARTIFACT_COMPONENT_JAR = "artifact-component-jar"
     const val MODEL_TYPE_ARTIFACT_K8S_PROFILE = "artifact-k8sprofile-content"
+    const val MODEL_TYPE_ARTIFACT_K8S_CONFIG = "artifact-k8sconfig-content"
 
     const val TOSCA_SPEC = "TOSCA"
 
@@ -248,4 +249,12 @@ object BluePrintConstants {
     const val NODE_TEMPLATE_TYPE_COMPONENT_RESOURCE_RESOLUTION = "component-resource-resolution"
     const val NODE_TEMPLATE_TYPE_DG = "dg-generic"
     const val PROPERTY_DG_DEPENDENCY_NODE_TEMPLATE = "dependency-node-templates"
+
+    // TAGS
+    const val METRIC_TAG_BP_NAME = "blueprint_name"
+    const val METRIC_TAG_BP_VERSION = "blueprint_version"
+    const val METRIC_TAG_BP_ACTION = "blueprint_action"
+    const val METRIC_TAG_BP_STATUS = "status"
+    const val METRIC_TAG_BP_OUTCOME = "outcome"
+    const val METRIC_TAG_TOPIC = "topic"
 }