From 98214a117e81a5f0ab2946799b061b22b4154281 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Tue, 7 Apr 2020 14:44:13 +0000 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Update docs/submodules/oom.git from branch 'master' to a97eb756be051961c8d3d7fb09b9571e1230fc12 - Merge "[SDNC] Provide hardcoded aaiclient.properties file via helm" - [SDNC] Provide hardcoded aaiclient.properties file via helm Currently /opt/onap/ccsdk/data/properties directory with its configfiles is saved in sdnc image and not provided via helm. File "aaiclient.properties" stored there appears to be used for determining AAI URI by directed graphs. In this patch, aaiclient.properties provided by configmap is added to this directory, with still being passed to previous one. This helps with following error you could see in karaf logs: 2020-04-06T11:18:12,714 | WARN | qtp1411815619-117 | AAIService | 218 - org.onap.ccsdk.sli.adaptors.aai-service-provider - 0.7.1 | - 33 (update) | java.net.UnknownHostException: aai.api.simpledemo.onap.org Issue-ID: SDNC-1130 Signed-off-by: Konrad Bańka Change-Id: I8ed73f49092912419794abac1f8ccd6325672eb5 --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index ff079f9ff..a97eb756b 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit ff079f9ffdf08c3f39b496bd06cea04f3be0a2e4 +Subproject commit a97eb756be051961c8d3d7fb09b9571e1230fc12 -- 2.16.6