From f27408f8bf0f3e15c3abbb0d4395ec67a095fdfb Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 25 Jan 2022 16:03:54 -0500 Subject: [PATCH] contrib: add common/admin/manager to implements Signed-off-by: John Mulligan --- contrib/implements/main.go | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/implements/main.go b/contrib/implements/main.go index db46eac5d..2070167a4 100644 --- a/contrib/implements/main.go +++ b/contrib/implements/main.go @@ -110,7 +110,7 @@ func main() { if verbose { logger.Printf("Processing package (with C): %s\n", pkg) } - case "cephfs/admin", "rbd/admin", "rgw/admin": + case "cephfs/admin", "rbd/admin", "rgw/admin", "common/admin/manager": if verbose { logger.Printf("Processing package: %s\n", pkg) } diff --git a/entrypoint.sh b/entrypoint.sh index 0ced00e61..8a11c314a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -246,7 +246,7 @@ implements_tool() { show ./implements --list \ --report-json "${RESULTS_DIR}/implements.json" \ --report-text "${RESULTS_DIR}/implements.txt" \ - cephfs rados rbd cephfs/admin rbd/admin rgw/admin + cephfs rados rbd cephfs/admin rbd/admin rgw/admin common/admin/manager # output the brief summary info onto stdout grep '^[A-Z]' "${RESULTS_DIR}/implements.txt" fi