diff options
author | Victor Morales <victor.morales@intel.com> | 2018-01-22 10:07:28 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-01-22 10:07:28 -0800 |
commit | be84471233b3067e57cf3d9dbbb0154b60eb21f2 (patch) | |
tree | ca86f933f6ef2ece02dc042cfdcc6edf586ed33e /bootstrap/vagrant-onap/lib/files | |
parent | 8fa101a3dd2edf8e432b9447a886cfb583100fb0 (diff) |
Update AAI instructions
The AAI instructions were using old variables resulting in some
execution errors. This change removes that old variables and
updates the methods required for the service.
Change-Id: I14f8e598eb8a5fd915b63135c1145ea25f6bcad0
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-18
Diffstat (limited to 'bootstrap/vagrant-onap/lib/files')
-rw-r--r-- | bootstrap/vagrant-onap/lib/files/haproxy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/lib/files/haproxy.cfg b/bootstrap/vagrant-onap/lib/files/haproxy.cfg index 9ee24e629..ac4b75498 100644 --- a/bootstrap/vagrant-onap/lib/files/haproxy.cfg +++ b/bootstrap/vagrant-onap/lib/files/haproxy.cfg @@ -95,7 +95,7 @@ backend IST_Default_8447 balance roundrobin http-request set-header X-Forwarded-Port %[src_port] http-response set-header Strict-Transport-Security max-age=16000000;\ includeSubDomains;\ preload; - server aai-resources.api.simpledemo.openecomp.org aai-resources.api.simpledemo.openecomp.org:8447 port 8447 ssl verify none + server aai aai:8447 port 8447 ssl verify none ####################### # BACKEND 8446######### @@ -105,7 +105,7 @@ backend IST_AAI_8446 balance roundrobin http-request set-header X-Forwarded-Port %[src_port] http-response set-header Strict-Transport-Security max-age=16000000;\ includeSubDomains;\ preload; - server aai-traversal.api.simpledemo.openecomp.org aai-traversal.api.simpledemo.openecomp.org:8446 port 8446 ssl verify none + server aai aai:8446 port 8446 ssl verify none listen IST_AAI_STATS mode http |