Update to latest guilin docker images 51/112851/1
authorHarish Venkata Kajur <vk250x@att.com>
Thu, 17 Sep 2020 19:36:58 +0000 (15:36 -0400)
committerHarish Venkata Kajur <vk250x@att.com>
Thu, 17 Sep 2020 19:42:25 +0000 (15:42 -0400)
Also update the pods to not use unlimited for the flavor
Change also includes traversal, graphadmin, data router
to be not using the root user

Issue-ID: AAI-3175
Issue-ID: AAI-3180
Change-Id: Ia2237c0ff8025bb2649ef381ae447e6d39961674
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
13 files changed:
components/aai-babel/values.yaml
components/aai-data-router/values.yaml
components/aai-elasticsearch/values.yaml
components/aai-graphadmin/resources/config/application.properties
components/aai-graphadmin/values.yaml
components/aai-modelloader/values.yaml
components/aai-resources/values.yaml
components/aai-schema-service/values.yaml
components/aai-search-data/values.yaml
components/aai-sparky-be/values.yaml
components/aai-traversal/templates/job.yaml
components/aai-traversal/values.yaml
values.yaml

index 6396259..24b22b5 100644 (file)
@@ -27,6 +27,7 @@ global:
 image: onap/babel:1.7.1
 
 flavor: small
+flavorOverride: small
 
 # application configuration
 config:
index 53f25e7..354559b 100644 (file)
@@ -21,10 +21,11 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/data-router:1.6.2
+image: onap/data-router:1.7.0
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 dockerhubRepository: registry.hub.docker.com
 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
 
index a07423d..49b4c36 100644 (file)
@@ -26,6 +26,7 @@ pullPolicy: Always
 restartPolicy: Always
 
 flavor: small
+flavorOverride: small
 
 # application configuration
 config:
index 7ff65c9..7cc354a 100644 (file)
@@ -26,7 +26,9 @@ info.build.version=1.2.0
 spring.application.name=aai-graphadmin
 spring.jersey.type=filter
 
-server.contextPath=/
+spring.main.allow-bean-definition-overriding=true
+server.servlet.context-path=/
+
 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
 spring.profiles.active={{ .Values.config.profiles.active }}
@@ -97,3 +99,13 @@ schema.service.ssl.key-store=${server.local.startpath}/etc/auth/{{ .Values.globa
 schema.service.ssl.trust-store=${server.local.startpath}/etc/auth/{{ .Values.global.config.truststore.filename }}
 schema.service.ssl.key-store-password=password({{ .Values.global.config.keystore.passwd }})
 schema.service.ssl.trust-store-password=password({{ .Values.global.config.truststore.passwd }})
+
+aperture.rdbmsname=aai_relational
+
+aperture.service.client={{ .Values.global.config.schema.service.client }}
+aperture.service.base.url=http://localhost:8457/aai/aperture
+aperture.service.ssl.key-store=${server.local.startpath}etc/auth/{{ .Values.global.config.keystore.filename }}
+aperture.service.ssl.trust-store=${server.local.startpath}etc/auth/{{ .Values.global.config.truststore.filename }}
+aperture.service.ssl.key-store-password=password({{ .Values.global.config.keystore.passwd }})
+aperture.service.ssl.trust-store-password=password({{ .Values.global.config.truststore.passwd }})
+aperture.service.timeout-in-milliseconds=300000
index b5519d2..e4f4fac 100644 (file)
@@ -28,10 +28,11 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aai-graphadmin:1.6.3
+image: onap/aai-graphadmin:1.7.0
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 # default number of instances
 replicaCount: 1
 
index f4dc73e..e2b9fa1 100644 (file)
@@ -21,10 +21,11 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/model-loader:1.6.2
+image: onap/model-loader:1.7.0
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 # application configuration
 config: {}
 
index fc50f20..4e19ea4 100644 (file)
@@ -22,10 +22,11 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aai-resources:1.6.6
+image: onap/aai-resources:1.7.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 # default number of instances
 replicaCount: 1
 
index 2cea373..8fb8191 100644 (file)
@@ -23,7 +23,7 @@ repository: nexus3.onap.org:10001
 image: onap/aai-schema-service:1.7.9
 pullPolicy: Always
 restartPolicy: Always
-flavor: small
+flavorOverride: small
 # default number of instances
 replicaCount: 1
 
index 53a2064..a8089d6 100644 (file)
@@ -25,6 +25,7 @@ image: onap/search-data-service:1.6.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 # application configuration
 config:
   elasticsearchHttpPort: 9200
index becf402..10448b7 100644 (file)
@@ -34,6 +34,7 @@ image: onap/sparky-be:1.6.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 dockerhubRepository: registry.hub.docker.com
 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
 # application configuration
index b92830f..4d6b0dd 100644 (file)
@@ -76,6 +76,8 @@ spec:
           value: {{ .Values.global.config.userId | quote }}
         - name: LOCAL_GROUP_ID
           value: {{ .Values.global.config.groupId | quote }}
+        resources:
+{{ include "common.resources" . }}
         volumeMounts:
         - mountPath: /etc/localtime
           name: localtime
index 75fd854..e7ffdb9 100644 (file)
@@ -23,10 +23,11 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/aai-traversal:1.6.3
+image: onap/aai-traversal:1.7.2
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
+flavorOverride: small
 # application configuration
 config:
 
index 6164331..c0f0999 100644 (file)
@@ -301,6 +301,7 @@ image: aaionap/haproxy:1.4.2
 pullPolicy: Always
 
 flavor: small
+flavorOverride: small
 
 # flag to enable debugging - application support required
 debugEnabled: false