commit | e73bacebfbf78f26f450f0b52266eb93d35bf1b0 | [log] [tgz] |
---|---|---|
author | Andreas Geissler <andreas-geissler@telekom.de> | Mon Sep 26 09:59:27 2022 +0200 |
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | Fri Sep 30 10:06:25 2022 +0000 |
tree | 59a0ddf010caffbfd6e7132c76719093ec24e5c1 | |
parent | 48120bd7ed2b20a27438c2411f3a686d40be61d9 [diff] [blame] |
[AAI] Fix ServiceMesh problems in AAI Model Loader Solve problem in Model Loader to connect to Babel by setting the keystore and truststore variables Issue-ID: OOM-3035 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I29717abe9dee9525e0da93aaac53ecfe00cb7c8d
diff --git a/kubernetes/aai/components/aai-modelloader/resources/config/model-loader.properties b/kubernetes/aai/components/aai-modelloader/resources/config/model-loader.properties index 2d7cf7f..89a118b 100644 --- a/kubernetes/aai/components/aai-modelloader/resources/config/model-loader.properties +++ b/kubernetes/aai/components/aai-modelloader/resources/config/model-loader.properties
@@ -62,4 +62,9 @@ ml.babel.KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD} ml.babel.TRUSTSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.trust.jks ml.babel.TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD} +{{ else }} +ml.babel.KEYSTORE_FILE= +ml.babel.KEYSTORE_PASSWORD= +ml.babel.TRUSTSTORE_FILE= +ml.babel.TRUSTSTORE_PASSWORD= {{ end }}