-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop Resource Detail page #320
Comments
Will also need a page for sys admins similar to the 'allocation requests' which lists all resources with warranties expiring in X days - filterable. Configurable notifications might be desirable as well. |
…o created a new data migration to port these new types to existing Coldfront instances
…ly has three tables displaying information about the resource, its attributes, and its child resources (if any). Admins have the ability to add/delete resource attributes from this page.
We are going to split this large issue into a few smaller ones. The majority of the feature request will be completed with an upcoming PR; however, there are additional things we'd like to add eventually to make this even more useful. Those include:
|
…ased on user permissions
…an view all resources (necessary to ensure they can access unallocatable resources)
There are centers that manage 'condo clusters' that are a mix of purchased and rented compute nodes in partitions made available for exclusive access to a faculty member or their research group. Because these partitions could contain a heterogenous mix of nodes, both in models, and purchase and warranty expiration dates, it is desirable to track this information on the compute node level, rather than on the cluster or cluster partition level.
At UB, we provide each faculty member/research group that purchases private nodes with their own partition in our 'faculty' cluster. Within ColdFront, the 'cluster partition' resource is a child of the parent 'cluster' resource. Taking this a step further, we should create a new resource type 'compute node' that can be used as a child of the parent resource 'cluster partition.' We can then track attributes at the compute node level to include existing attribute types such as ServiceStart (warranty start date), ServiceEnd (decommission date), SerialNumber, and new attribute types: Vendor, Model, RackUnits (total number of 'u' a compute node takes up in a rack), InstallDate, WarrantyExpirationDate.
There are a few things that need to happen to make this possible:
The 'Resource Detail' page would:
Future: tie rack unit numbers into billable form for invoicing co-location fees. We expect other centers to also want to include attributes for pricing of nodes to tie into billing as well.
The text was updated successfully, but these errors were encountered: