diff options
author | Arthur Martella <amartell@research.att.com> | 2018-04-12 16:04:12 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-04-12 16:04:12 -0400 |
commit | 3634a19a88f5266d0c8927d171006ea440e3a20c (patch) | |
tree | 5be555161bbde45a9ac0a3f611dbb0abc67fa95c | |
parent | 9f45963ea46adadf03a3eb18eb0cba96ed0733de (diff) |
Adding properties for asdc-connections
Change-Id: I95347db279e08beb9c953949224e36fbb700e3a9
Issue-ID: SO-563
Signed-off-by: Arthur Martella <amartell@research.att.com>
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 2 |
1 files changed, 2 insertions, 0 deletions
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": "", |