From: Rob Daugherty Date: Wed, 18 Apr 2018 21:22:46 +0000 (-0400) Subject: AAI endpoint config in properties file templates X-Git-Tag: 2.0.0-ONAP~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F43633%2F1;p=so%2Fso-config.git AAI endpoint config in properties file templates Change-Id: I7dc5dce421de8f6d2630bee34cdbdbff47bd9b32 Issue-ID: SO-576 Signed-off-by: Rob Daugherty --- 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"] %> +