pitt-crc / wrappers

User focused command line wrappers around Slurm
https://crc-pages.pitt.edu/wrappers/
GNU General Public License v3.0
1 stars 1 forks source link

Add support for Keystone-API #229

Closed djperrefort closed 5 months ago

djperrefort commented 6 months ago

Usage data is currently pulled from the crc-bank. As we migrate to Keystone, usage data should be pulled from the Keystone REST API instead.

Comeani commented 5 months ago

crc_proposal_end, crc_sus, and crc_usage appear to be the only ones that are impacted. @chnixi If you've started on this at all somewhere, can you push your branch so it's available remotely? If not, I can create one and will start in on crc_usage.

chnixi commented 5 months ago

I haven't started yet, please feel free to create a new branch.

Comeani commented 5 months ago

All wrapper applications that absolutely need to pull info from keystone have been updated in #233. #231 remains open, but is more of an effort towards a command line notification for nearing expiration while https://github.com/pitt-crc/keystone-api/issues/197 is not yet implemented.