From 0a629516e54c5bb6505cc485d072727f7a0b92b3 Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Sat, 2 Mar 2019 09:46:25 -0500 Subject: [PATCH] Update git submodules * Update docs/submodules/oom.git from branch 'master' to ac281bd0798ae7308402f4d19d537546d101afba - Improve override usability Currently when you deploy onap with no override file, the behavior is to deploy everything. In order to deploy a subset of components, an override file must contain all components and then disable the ones you don't want. As we prepare to transfer helm chart ownership to the teams, it will simplify the creation of project specific development override files, if the default behavior for deploying onap was reversed. Allowing override files to only contain the components they care to enable (and configure) and ignore the rest as they would be disabled by default. From this point on, it will be necessary to use an override file (as integration uses for testing) to enable all components. This patch includes an onap-all.yaml override file that may be used for this purpose. helm deploy dev local/onap -f onap/overrides/onap-all.yaml No configuration is part of this override. Its purpose is only to enable the components and is intended to be used in combination with other override files that provide environment specific configuration. Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3 Issue-ID: OOM-1692 Signed-off-by: Mike Elliott --- 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 93f9d973a..ac281bd07 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 93f9d973a1d09d6d8c99973d1c49dbbd0d826a56 +Subproject commit ac281bd0798ae7308402f4d19d537546d101afba -- 2.16.6