From 71904f241cd3047054dc0a36c04120a3f53205ae Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Tue, 13 Feb 2018 10:38:16 +0200 Subject: Plugin pubsub implementation Added implementation for sdc-hub and plugin pubsub classes Added timeout in the plugin head request health check Passing parentUrl in query params to each plugin Change-Id: Ie94aa4b398dd2fcfdf2d134f6c5785d3aa50d237 Issue-ID: SDC-1007 Signed-off-by: Idan Amit --- sdc-os-chef/environments/Template.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'sdc-os-chef/environments/Template.json') diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index 5d11261f05..af32e6f199 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -40,18 +40,16 @@ "ES": "yyy", "KB": "yyy" }, - "Designers": { + "Plugins": { "DCAE": { - "dcae_protocol": "yyy", - "dcae_host": "yyy", - "dcae_port": "yyy" + "dcae_discovery_url": "yyy", + "dcae_source_url": "yyy" }, "WORKFLOW": { - "workflow_protocol": "yyy", - "workflow_host": "yyy", - "workflow_port": "yyy" + "workflow_discovery_url": "yyy", + "workflow_source_url": "yyy" } - } + }, }, "override_attributes": { "FE": { -- cgit 1.2.3-korg