Skip to content

Commit 42e9a92

Browse files
authored
Merge pull request #215 from nerc-project/how_to_find_allocation_id
How to find allocation ID
2 parents 6e29386 + 9912f62 commit 42e9a92

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/get-started/allocation/allocation-details.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ PIs and managers see the same allocation details as users, and can also add
55
project users to the allocation, if they're not already on it, and remove users
66
from an allocation.
77

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+
837
## PI and Manager View
938

1039
PIs and managers can view important details of the project and underlying
51.1 KB
Loading

0 commit comments

Comments
 (0)