From cb911f837f5749783b489a9b60ee9f745cf97732 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Fri, 27 Oct 2017 19:23:50 -0400 Subject: [PATCH] Add missing sections to mso-docker.config mso-workflow-message-adapter-config and mso-appc-adapter-config were missing. Note: the APPC parameter values may need to be adjusted later to suit the integration environment. Issue: SO-274 Change-Id: Ia8ca3a5f7a10ddd694cb172d5baec4b0dd5eecc8 Signed-off-by: Rob Daugherty --- volumes/mso/chef-config/mso-docker.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 9b20fca..7053857 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -122,6 +122,32 @@ "nwbpelauth": "5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1" }, + "mso-workflow-message-adapter-config": + { + "wmbpelurl": "http://mso:8080/mso/WorkflowMessage", + "wmbpelauth": "5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1" + }, + + "mso-appc-adapter-config": + { + "appc_url": "http://localhost:18080", + "appc_stub": "/AppC-Simulator/action/execute", + "appc_auth": "786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1", + "appc_timeout": "30", + "ueb_cluster_address": "http://localhost:18080", + "ueb_consumer_group": "testgroup", + "ueb_consumer_id": "testuser", + "ueb_topic": "queuetopic", + "ueb_polling_interval": "30", + "ueb_polling_interval": "30", + "ueb_user": "user", + "ueb_password": "1ec0d74615d4e4639f991c0590c83b88", + "bpel_url": "http://localhost:18080", + "bpel_stub": "/AppC-Simulator/bpmn/appCResponse", + "bpel_auth": "786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1", + "bpel_timeout": "30" + }, + "mso-bpmn-config": { "urnFileSystemLoadingEnabled": "true" -- 2.16.6