diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-27 19:23:50 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-27 19:23:50 -0400 |
commit | cb911f837f5749783b489a9b60ee9f745cf97732 (patch) | |
tree | 6559ad5480c3eccfb8b607f7f88228d7a07ddd1e /volumes/mso | |
parent | 12ab8a6302202dc917c5b091dffc5972f7e18167 (diff) |
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 <rd472p@att.com>
Diffstat (limited to 'volumes/mso')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 26 |
1 files changed, 26 insertions, 0 deletions
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" |