From 52183bb7fed88d4dddaaa31e1114b8f77d7a5cc8 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 20 Mar 2019 15:18:05 -0400 Subject: Add policy and data types to SDC - Define policy and data types for control loop - Onboard them as normative types in SDC Change-Id: I5188229ba91d5ddeabd43c4ac0b869abba7c42a0 Issue-ID: SDC-2203 Signed-off-by: Marco Platania --- .../src/main/resources/import/tosca/policy-types/policyTypes.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json') diff --git a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json index 9f97d5586b..32a6593a93 100644 --- a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json +++ b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json @@ -46,6 +46,14 @@ "org.openecomp.policies.External": { "displayName": "External", "icon": "policy-external" + }, + "onap.policies.Monitoring": { + "displayName": "Monitoring", + "icon": "policy-monitoring" + }, + "onap.policy.monitoring.cdap.tca.hi.lo.app": { + "displayName": "TCA", + "icon": "policy-tca" } } \ No newline at end of file -- cgit 1.2.3-korg