@@ -5,6 +5,35 @@ PIs and managers see the same allocation details as users, and can also add
5
5
project users to the allocation, if they're not already on it, and remove users
6
6
from an allocation.
7
7
8
+ ## How to View Resource Allocation Details in the Project
9
+
10
+ A single project can have multiple allocations. To view details about a specific
11
+ resource allocation, click on any of the available allocations in the Allocations
12
+ section of the project details. Here, you can view the Resource Type, information
13
+ about your Allocated Project, status, End Date of the allocation, and Actions
14
+ button or any pending actions as shown below:
15
+
16
+ ![ Veiwing Resource Allocation Details] ( images/viewing_resource_allocation_details.png )
17
+
18
+ Clicking the Action icon (shown as a folder icon on the right side of each allocation,
19
+ as seen in the image above) for the corresponding allocation will open a page
20
+ displaying detailed information about that allocation. You can access either the
21
+ [ PI and Manager View] ( #pi-and-manager-view ) or [ General User View] ( #general-user-view )
22
+ of the allocation detail page for _ OpenStack_ or _ OpenShift_ Resource Allocation,
23
+ depending on your role in the project.
24
+
25
+ ## How to find ID of the Resource Allocation
26
+
27
+ After clicking the Action button for the corresponding allocation, you will be
28
+ redirected to a new allocation detail page. The web browser will display the URL
29
+ in the following format:
30
+
31
+ https://coldfront.mss.mghpcc.org/allocation/<Allocation_ID>/
32
+
33
+ To find the ID of the resource allocation, observe the URL and note the
34
+ ` <Allocation_ID> ` part. For example, in the URL ` https://coldfront.mss.mghpcc.org/allocation/1/ ` ,
35
+ the resource ** Allocation ID** is 1.
36
+
8
37
## PI and Manager View
9
38
10
39
PIs and managers can view important details of the project and underlying
0 commit comments