diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-02-13 10:38:16 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-02-13 16:43:30 +0200 |
commit | 71904f241cd3047054dc0a36c04120a3f53205ae (patch) | |
tree | 4bc2a7de56d7737131ddab4f2d206a655dbc0d6d /sdc-os-chef/environments | |
parent | 332f0679fbd23532a058f0ff6a7cffaed3b5424e (diff) |
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 <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/environments')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 14 |
1 files changed, 6 insertions, 8 deletions
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": { |