Fix the issue with pomba srv decomp aai client 59/68759/2
authorGeora Barsky <georab@amdocs.com>
Tue, 25 Sep 2018 02:54:39 +0000 (22:54 -0400)
committerGeora Barsky <georab@amdocs.com>
Tue, 25 Sep 2018 17:19:50 +0000 (17:19 +0000)
Rename aai.port configuration property to avoid
overriding by another k8s environment variable

Change-Id: Id81da8b473dd0ac3a168321806de3111621be7c0
Issue-ID: LOG-694
Signed-off-by: Geora Barsky <georab@amdocs.com>
kubernetes/pomba/charts/pomba-servicedecomposition/resources/config/application.properties

index c271040..6606dc9 100644 (file)
@@ -32,12 +32,12 @@ basicAuth.username={{ .Values.config.serviceDecompositionUserId }}
 basicAuth.password={{ .Values.config.serviceDecompositionPassword }}
 
 # AAI REST Client Configuration
-aai.host=127.0.0.1
-aai.port=8443
+aai.serviceName=127.0.0.1
+aai.servicePort=8443
 aai.httpProtocol=http
 aai.securityProtocol=TLS
-aai.connectionTimeout=5000
-aai.readTimeout=1000
+aai.connectionTimeout=15000
+aai.readTimeout=15000
 aai.resourceList=vnfc,vserver,l3-network
 aai.serviceInstancePath=/aai/v13/nodes/service-instance/{0}