From 3634a19a88f5266d0c8927d171006ea440e3a20c Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Thu, 12 Apr 2018 16:04:12 -0400 Subject: [PATCH] Adding properties for asdc-connections Change-Id: I95347db279e08beb9c953949224e36fbb700e3a9 Issue-ID: SO-563 Signed-off-by: Arthur Martella --- volumes/mso/chef-config/mso-docker.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 8c3b9c0..7e3039f 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -38,6 +38,8 @@ "password": "613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247", "pollingInterval": 60, "pollingTimeout": 60, + "watchDogTimeout": "300", + "messageBusAddress": [ "10.0.11.1" ], "relevantArtifactTypes": "HEAT,HEAT_ENV,HEAT_VOL", "activateServerTLSAuth": "false", "keyStorePassword": "", -- 2.16.6