diff options
author | Rob Daugherty <rd472p@att.com> | 2018-04-18 17:26:49 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-04-18 17:27:14 -0400 |
commit | de6e5e1d27c40cc7ad5f9ff2367c7d8bb14b65ea (patch) | |
tree | b33f47b96c40627146bb0655e0c4415c4302d3c1 /volumes/mso/chef-config/mso-docker.json | |
parent | 7388e7c2fb62ac2a2aa39d9e5c4968097dd603c2 (diff) |
AAI endpoint config in mso-docker.json
Change-Id: I05ea9cdb00c78429c7b83e33fbe0d527ffe9c601
Issue-ID: SO-576
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'volumes/mso/chef-config/mso-docker.json')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 4898e17..052b27d 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -18,12 +18,17 @@ "bpelURL": "http://mso:8080", "bpelAuth": "786864AA53D0DCD881AED1154230C0C3058D58B9339D2EFB6193A0F0D82530E1", "camundaURL": "http://mso:8080", - "camundaAuth": "5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1" + "camundaAuth": "5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1", + "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", + "aaiAuth": "2630606608347B7124C244AB0FE34F6F", + "msoKey": "07a7159d3bf51a0e53be7a8f89699be7" }, "mso-asdc-controller-config": { - "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443" + "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", + "aaiAuth": "2630606608347B7124C244AB0FE34F6F", + "msoKey": "07a7159d3bf51a0e53be7a8f89699be7" }, "asdc-connections": |