From 9f45963ea46adadf03a3eb18eb0cba96ed0733de Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Thu, 12 Apr 2018 15:45:10 -0400 Subject: [PATCH] Add properties for ASDC clients Change-Id: I5d8e5f05c8fee9c30f9b110b0c35712ed4405b07 Issue-ID: SO-563 Signed-off-by: Arthur Martella --- volumes/mso/chef-config/mso-docker.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 5758604..8c3b9c0 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -3,7 +3,6 @@ "description": "MSO Docker Images", "chef_type": "environment", "json_class": "Chef::Environment", - "default_attributes": { "mso_config_path": "/etc/mso/config.d/", @@ -22,6 +21,11 @@ "camundaAuth": "5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1" }, + "mso-asdc-controller-config": + { + "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", + }, + "asdc-connections": { "asdc-controller1": -- 2.16.6