Inconsistencies in mso-docker.json 55/21355/1
authorRob Daugherty <rd472p@att.com>
Mon, 30 Oct 2017 18:28:27 +0000 (14:28 -0400)
committerRob Daugherty <rd472p@att.com>
Mon, 30 Oct 2017 18:28:27 +0000 (14:28 -0400)
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>
volumes/mso/chef-config/mso-docker.json

index 9010820..66fae27 100644 (file)
@@ -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",
       "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",
       "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",
       "sdncTimeoutFirewall": "20",
       "callbackRetryAttempts": "30",
       "callbackRetrySleepTime": "1000",
-      "workflowL3ToHigherLayerAddBondingModelName" : "WAN Bonding",
-      "workflowL3ToHigherLayerAddBondingModelVersion" : "2.0"
+      "workflowL3ToHigherLayerAddBondingModelName": "WAN Bonding",
+      "workflowL3ToHigherLayerAddBondingModelVersion": "2.0"
     }
   },