aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2019-10-02 13:11:09 -0700
committerMarcus Williams <marcus.williams@intel.com>2019-10-03 20:12:50 +0000
commit37bb672d41108279ba6994dc2df5f70e657b1a77 (patch)
tree2b65c1bbc27ce5fd7610bb718e602ab0d943586a
parentd26b7992fbeb59e5de11b8cd0e9e673387ca47e5 (diff)
Add OOF Component5.0.1-ONAP
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 <marcus.williams@intel.com> Change-Id: I7bc3535c5c283bcc969a0dcc2288676a3a7807f1 (cherry picked from commit 94492cca8face2d80df6527a158c6c80080c263b)
-rw-r--r--reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java3
1 files changed, 2 insertions, 1 deletions
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<ONAPComponents> getSOInternalComponents() {