aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-04-18 17:22:46 -0400
committerRob Daugherty <rd472p@att.com>2018-04-18 17:24:03 -0400
commited1899faf426d31365a81c1fdaf7c91aa956645a (patch)
tree475ce23f2f618ea68792775ba0f709b736b6dc58
parent1f4200f4b993e68f8ef4eb07c98a78366cc43a84 (diff)
AAI endpoint config in properties file templates
Change-Id: I7dc5dce421de8f6d2630bee34cdbdbff47bd9b32 Issue-ID: SO-576 Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties3
-rw-r--r--templates/default/mso-asdc-controller-config/mso.asdc.clients.properties3
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
index cad193d..4b33c71 100644
--- a/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
+++ b/templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
@@ -3,6 +3,9 @@ bpelURL=<%= @var["bpelURL"] %>
bpelAuth=<%= @var["bpelAuth"] %>
camundaURL=<%= @var["camundaURL"] %>
camundaAuth=<%= @var["camundaAuth"] %>
+aai.endpoint=<%= @var["aaiEndpoint"] %>
+aai.auth=<%= @var["aaiAuth"] %>
+mso.msoKey=<%= @var["msoKey"] %>
# controls what actions the infra API (APIH) allows sent in on REST request
vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>
diff --git a/templates/default/mso-asdc-controller-config/mso.asdc.clients.properties b/templates/default/mso-asdc-controller-config/mso.asdc.clients.properties
index 04dc23c..dba65fa 100644
--- a/templates/default/mso-asdc-controller-config/mso.asdc.clients.properties
+++ b/templates/default/mso-asdc-controller-config/mso.asdc.clients.properties
@@ -1 +1,4 @@
aai.endpoint=<%= @var["aaiEndpoint"] %>
+aai.auth=<%= @var["aaiAuth"] %>
+mso.msoKey=<%= @var["msoKey"] %>
+