diff options
author | Jim Hahn <jrh3@att.com> | 2017-10-24 17:42:44 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2017-10-24 17:45:10 -0400 |
commit | bb3a562a5fbbbb95324f656292727646c15fef0a (patch) | |
tree | 20e65c536edfc39c9faaeff02234885fc9e6f60e | |
parent | 576c4c4d6070235eced3d50099123e30c8e1d457 (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: I75362c92876607e795e9a98969c8a0693cae1af3
Issue-Id: SO-249
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | environments/mso-docker.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/mso-docker.json b/environments/mso-docker.json index 1c5d5ac..9011843 100644 --- a/environments/mso-docker.json +++ b/environments/mso-docker.json @@ -161,7 +161,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", |