summaryrefslogtreecommitdiffstats
path: root/docs/submodules/multicloud
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-12-15 00:34:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-15 00:34:27 +0000
commit5b55dae43ab418fd9ec080941f232398cdac0651 (patch)
tree68f0c0d374309b631b792bd43eebe8cca840f84c /docs/submodules/multicloud
parentd8cb1ed7b3e3dc343c1f8ce967080431eb72f230 (diff)
Updated git submodules
Project: multicloud/k8s master 2da9b6c0498528a6eac478fa7b334906457f7b82 Merge "Migrating from consul to mongodb for backend" Migrating from consul to mongodb for backend Migrating to mongodb from consul. The main reason being the value size limitation of 512kb in consul. See https://jira.onap.org/browse/MULTICLOUD-426 for details. This requires a little bit of hierarchy management and data management. We are no longer converting structs to json encoded strings. The underlying db supports structs without any modifications. Also, since Mongo has the concept of collections, each submodule can use its own collection for storage as needed. Definition uses a collection called rbdef right now. P10: Enabling unit tests for mongo.go. This requires the usage of aliased functions. P11: Expanded unit tests for all functions in mongo.go P12: Refactored parameter validation. Removed TestHealthCheck as we are not mocking any of the db commands right now Checking return value of read with an expected value P13: Adding back consul support. Fixing functional test Full consul implementation check and modifications is being tracked by MULTICLOUD-427 P15: Fix ReadAll unit test and corresponding code ReadAll now returns error when no objects are found Issue-ID: MULTICLOUD-426 Change-Id: I42d239b324025fc4ef4e561790aceeff794001ef Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'docs/submodules/multicloud')
m---------docs/submodules/multicloud/k8s.git0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git
-Subproject b878686931d404568af000df1f0f86927a73068
+Subproject 2da9b6c0498528a6eac478fa7b334906457f7b8