AAI endpoint config in properties file templates 33/43633/1
authorRob Daugherty <rd472p@att.com>
Wed, 18 Apr 2018 21:22:46 +0000 (17:22 -0400)
committerRob Daugherty <rd472p@att.com>
Wed, 18 Apr 2018 21:24:03 +0000 (17:24 -0400)
Change-Id: I7dc5dce421de8f6d2630bee34cdbdbff47bd9b32
Issue-ID: SO-576
Signed-off-by: Rob Daugherty <rd472p@att.com>
templates/default/mso-api-handler-infra-config/mso.apihandler-infra.properties
templates/default/mso-asdc-controller-config/mso.asdc.clients.properties

index cad193d..4b33c71 100644 (file)
@@ -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"] %>