diff options
author | Arthur Martella <amartell@research.att.com> | 2018-04-12 15:45:10 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-04-12 15:45:10 -0400 |
commit | 9f45963ea46adadf03a3eb18eb0cba96ed0733de (patch) | |
tree | 20def06e5ac228f75c92a6ace83075fecf601f45 /volumes | |
parent | 811511f0adb7dd53b0c3404fc40b355fd24a719b (diff) |
Add properties for ASDC clients
Change-Id: I5d8e5f05c8fee9c30f9b110b0c35712ed4405b07
Issue-ID: SO-563
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 6 |
1 files changed, 5 insertions, 1 deletions
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": |