From 3528b2d9a485aa9f93dfbe9d69765961aea363fd Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 6 Dec 2019 17:16:18 +0100 Subject: Update git submodules * Update docs/submodules/oom.git from branch 'master' to 72c71c0b832a169c03bcdbaa5997956e30f62c7c - Update git submodules * Update kubernetes/aai from branch 'master' to 18747ec29947084c571d66f37f1a0fe85fbe4702 - Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also created a PV/PVC for elasticsearch has it was hardcoded to hostPath. I've also removed hostPath for job logs (aai-traversal logs were not put into the desired hostPath) And I moved the 3 jobs of aai-graphadmin into 3 files as it's a better practice (several object in the same file can lead to unexpected behavior). Behavior is supposed to be exactly the same as before. Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux Change-Id: I71c6cee8d7c33ef7bd39c40a43c26b377d4ceec3 --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index 9f713a2f3..72c71c0b8 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 9f713a2f32b1adffcfe7f454904217be212b9dc0 +Subproject commit 72c71c0b832a169c03bcdbaa5997956e30f62c7c -- cgit 1.2.3-korg