summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2020-02-20 11:16:13 +0000
committeremartin <ephraim.martin@est.tech>2020-02-20 16:17:16 +0000
commitc462be48a8b56a7e925315d79f18c5c97123459f (patch)
treed2401ccc508e0c360381b395a78616ad8206f4f2 /components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
parentd42ac06c733c43e19a01b4203c1b987b4973ccfd (diff)
Update PMSH component spec and blueprint
* Remove MR topics that should not be generated by plugin * Rename input fields * Add healthcheck config Issue-ID: DCAEGEN2-1845 Signed-off-by: emartin <ephraim.martin@est.tech> Change-Id: I098ed62614c203bfa670359b405b9af9d89bd349
Diffstat (limited to 'components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json')
-rwxr-xr-xcomponents/pm-subscription-handler/dpo/spec/pmsh-component-spec.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
index 64eae4ff..43028857 100755
--- a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
+++ b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
@@ -46,7 +46,7 @@
],
"parameters": [
{
- "name": "pm_publish_topic_name",
+ "name": "pmsh_publish_topic_name",
"value": "DCAE_CL_OUTPUT",
"description": "Name of the topic PMSH publishes to for policy consumption",
"designer_editable": true,
@@ -56,7 +56,7 @@
"required": true
},
{
- "name": "pm_subscribe_topic_name",
+ "name": "policy_feedback_topic_name",
"value": "PMSH_CL_INPUT",
"description": "Name of the topic PMSH subscribes to for policy outputs",
"designer_editable": true,
@@ -66,8 +66,8 @@
"required": true
},
{
- "name": "aai_subscribe_topic_name",
- "value": "AAI_EVENT",
+ "name": "aai_notification_topic_name",
+ "value": "AAI-EVENT",
"description": "Name of the topic PMSH subscribes to for AAI Events",
"designer_editable": true,
"sourced_at_deployment": false,