contrib: add common/admin/manager to implements

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-01-25 16:03:54 -05:00 committed by mergify[bot]
parent cc1cb6ed24
commit f27408f8bf
2 changed files with 2 additions and 2 deletions

View File

@ -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)
}

View File

@ -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