aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2017-10-24 17:44:13 -0400
committerJim Hahn <jrh3@att.com>2017-10-24 17:46:44 -0400
commite150e7725e101efa0b260d784be9688e72a26f34 (patch)
treea5a4267bce95f620b378442e65e3f488af8c5899
parent07bd2209ba59e25089cbfd7eb88cbfc98c9fe051 (diff)
Changed aaiEndpoint to point to new server name
aaiEndpoint was pointing to the vm1 server which is aliased to the new server. However, as the new server's certificate does not include the alias as one of its alternate names, things were unable to connect. The endpoint has now been changed to match the new server name, thus the SSL ceritifcate should match now. Note: for this to work, the new server name must be found in DNS (or /etc/hosts). Change-Id: I1d148ebc69ddf91edead45a4ad075c167a88fc33 Issue-Id: SO-249 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--volumes/mso/chef-config/mso-docker.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json
index b864b6a..9b20fca 100644
--- a/volumes/mso/chef-config/mso-docker.json
+++ b/volumes/mso/chef-config/mso-docker.json
@@ -142,7 +142,7 @@
"mso.sniro.endpoint": "/optimizationInstance/V1/create",
"mso.sniro.callback": "/adapters/rest/SDNCNotify/SNIROResponse",
"mso.infra.customer.id": "21014aa2-526b-11e6-beb8-9e71128cae77",
- "aaiEndpoint": "https://c1.vm1.aai.simpledemo.openecomp.org:8443",
+ "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443",
"aaiAuth": "2630606608347B7124C244AB0FE34F6F",
"adaptersNamespace": "http://org.openecomp.mso",
"adaptersCompletemsoprocessEndpoint": "http://mso:8080/CompleteMsoProcess",