From: Marcus G K Williams Date: Wed, 2 Oct 2019 20:11:09 +0000 (-0700) Subject: Add OOF Component X-Git-Tag: 5.0.1-ONAP^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=37bb672d41108279ba6994dc2df5f70e657b1a77;hp=d26b7992fbeb59e5de11b8cd0e9e673387ca47e5;p=logging-analytics.git Add OOF Component Add OOF Component, as OOF is a bonifide ONAP project. This also solves a bug in SO where OOF Homing is trying to log but does not find ONAPComponents.OOF and fails homing. Issue-ID: SO-2378 Signed-off-by: Marcus G K Williams Change-Id: I7bc3535c5c283bcc969a0dcc2288676a3a7807f1 (cherry picked from commit 94492cca8face2d80df6527a158c6c80080c263b) --- diff --git a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java index 06fbba9..563d686 100644 --- a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java +++ b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java @@ -51,7 +51,8 @@ public enum ONAPComponents implements ONAPComponentsList { DBC, DR, MR, - OPTF; + OPTF, + OOF; public static Set getSOInternalComponents() {