Skip to content

Commit

Permalink
contrib: add common/admin/manager to implements
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn authored and mergify[bot] committed Feb 8, 2022
1 parent cc1cb6e commit f27408f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/implements/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f27408f

Please sign in to comment.