Fx the connection issue to AAI 65/63365/1
authorGeora Barsky <georab@amdocs.com>
Wed, 29 Aug 2018 03:34:55 +0000 (23:34 -0400)
committerGeora Barsky <georab@amdocs.com>
Wed, 29 Aug 2018 03:42:58 +0000 (23:42 -0400)
Change the properties names of aai host and port
in application properties file to avoid overriding by
another environment variables

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

index 4799f09..f1493cd 100644 (file)
@@ -26,8 +26,8 @@ server.tomcat.max-threads=200
 server.tomcat.min-spare-threads=25
 
 # AAI REST Client Configuration
-aai.host={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}}
-aai.port={{ .Values.config.aaiPort }}
+aai.serviceName={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}}
+aai.servicePort={{ .Values.config.aaiPort }}
 aai.username={{ .Values.config.aaiUsername }}
 aai.password={{ .Values.config.aaiPassword }}
 aai.httpProtocol={{ .Values.config.aaiHttpProtocol }}