diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-30 14:28:27 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-30 14:28:27 -0400 |
commit | fffc083bcca5fe66475aa6f5002f749d5f38a4db (patch) | |
tree | ad2dfb12d178f73481972497bfa9d700a0735fbd /volumes | |
parent | 15ca4dc80c4d045f2495a41209e22ff8acdbe056 (diff) |
Inconsistencies in mso-docker.json
Cleaning up some inconsistencies in this file to make merging
easier in the integration environments.
Issue: SO-288
Change-Id: I206943da840f623db036788256bacc728a2c60fd
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 9010820..66fae27 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -3,14 +3,17 @@ "description": "MSO Docker Images", "chef_type": "environment", "json_class": "Chef::Environment", + "default_attributes": { "mso_config_path": "/etc/mso/config.d/", + "mso-topology-config": { "msb-server-ip": "172.30.3.34", "msb-server-port": "80" }, + "mso-api-handler-infra-config": { "bpelURL": "http://mso:8080", @@ -143,7 +146,6 @@ "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", @@ -179,6 +181,7 @@ "adaptersSdncRestEndpoint": "http://mso:8080/adapters/rest/v1/sdnc", "adaptersTenantEndpoint": "http://mso:8080/tenants/TenantAdapter", "adaptersDbAuth": "6B0E6863FB8EE010AB6F191B3C0489437601E81DC7C86305CB92DB98AFC53D74", + "adaptersWorkflowMessageEndpoint": "http://mso:8080/workflows/messages", "workflowMessageEndpoint": "http://mso:8080/mso/WorkflowMessage", "workflowSdncAdapterCallback": "http://mso:8080/mso/SDNCAdapterCallbackService", "msoKey": "07a7159d3bf51a0e53be7a8f89699be7", @@ -198,8 +201,8 @@ "sdncTimeoutFirewall": "20", "callbackRetryAttempts": "30", "callbackRetrySleepTime": "1000", - "workflowL3ToHigherLayerAddBondingModelName" : "WAN Bonding", - "workflowL3ToHigherLayerAddBondingModelVersion" : "2.0" + "workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding", + "workflowL3ToHigherLayerAddBondingModelVersion": "2.0" } }, |