buda-base / asset-manager

Asset Manager and audit tool
The Unlicense
0 stars 0 forks source link

Add audittool test to check for mixed casing in RIDS and image group IDs #188

Open TBRC-Travis opened 1 year ago

TBRC-Travis commented 1 year ago
          Thanks @jimk-bdrc.  It would also help if we could add an audittool check for casing issues

Originally posted by @TBRC-Travis in https://github.com/buda-base/archive-ops/issues/975#issuecomment-1719693162

Mixed casing in RIDS or image group IDs causes issues with BUDA and can lead to scans not displaying correctly on the website

jimk-bdrc commented 11 months ago

audit-tool should use the same BUDA API as GetIGRIDList.py to determine which folders should be under images/.

jimk-bdrc commented 8 months ago

The CIFS fs' we use on bodhi and sattva are case-insensitive. For this issue, we'd have to run audit tool on local mounts. Not sure it's worth doing.

TBRC-Travis commented 3 months ago

I think this is still worth doing. I almost always run audittool on bodhi and sattva now. The maintanence overhead of keeping local configs and audittool settings in sync with our production settings just isn't worth the hassle. Making audittool more robust on our linux platforms would be the best way to go I think (ie. we should still implement this if possible)