ucb-rit / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
3 stars 3 forks source link

Allow superusers to create standalone clusters from UI #610

Open matthew-li opened 1 month ago

matthew-li commented 1 month ago

In addition to the "primary" cluster (Savio for BRC, Lawrencium for LRC), our group also manages various "standalone" clusters purchased/owned by individual PIs/groups. Examples include ABC (BRC) and NANO (LRC).

Whereas the primary cluster is host to many projects (FCA/PCA projects, ICA projects, Condo projects, etc.), each standalone cluster has exactly one corresponding project, with the same name as the cluster (e.g., "abc" for ABC, "nano" for NANO).

Standalone clusters have thus far been created from hard-coded data in a management command: coldfront.core.utils.management.commands.add_accounting_defaults.

It would be preferable for superusers to be able to create these from the UI.

Create a new multi-part view:

matthew-li commented 1 month ago