aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-10-19 23:09:05 -0400
committerRob Daugherty <rd472p@att.com>2017-10-19 23:10:24 -0400
commit649d81576aa5a8a6caf6c65689ae94adb543bae9 (patch)
treeba2e4390259bf77cb4e09719bb6c59a83d76217f
parent8e8ec9235f39c834f5a203364154aa3f20b654ef (diff)
Revert change to topology.rb (broke healthcheck)
Healthcheck won't work with adaptersOpenecompDbEndpoint, only with adaptersDbEndpoint. Issue: SO-230 Change-Id: I2c94a94b876656e073ce85089f268b036a080dd7 Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--attributes/topology.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/attributes/topology.rb b/attributes/topology.rb
index 609ce86..13160fc 100644
--- a/attributes/topology.rb
+++ b/attributes/topology.rb
@@ -2,7 +2,7 @@ require 'uri'
######################
# MSO Config Path
##########
-node.default["mso-config"]["topology"]["apih-load-balancer"] = URI.join(node["mso-bpmn-urn-config"]["adaptersOpenecompDbEndpoint"], "/").to_s
+node.default["mso-config"]["topology"]["apih-load-balancer"] = URI.join(node["mso-bpmn-urn-config"]["adaptersDbEndpoint"], "/").to_s
node.default["mso-config"]["topology"]["jra-load-balancer"] = URI.join(node["mso-bpmn-urn-config"]["adaptersSdncEndpoint"], "/").to_s
node.default["mso-config"]["topology"]["camunda-load-balancer"] = URI.join(node["mso-api-handler-infra-config"]["camundaURL"], "/").to_s