From 37bb672d41108279ba6994dc2df5f70e657b1a77 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Wed, 2 Oct 2019 13:11:09 -0700 Subject: 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) --- .../src/main/java/org/onap/logging/filter/base/ONAPComponents.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- cgit 1.2.3-korg