forked from ubccr/coldfront
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dce6997
commit a20f84b
Showing
5 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
A allocation has been renewed for {{pi}} - {{resource}}. Please activate the allocation: | ||
A allocation has been renewed for {{pi_name}} ({{pi_username}}) - {{resource}}. | ||
Please activate the allocation: | ||
{{url}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load mathfilters %} | ||
An allocation change request for has been made for {{pi}} - {{resource}}. | ||
An allocation change request for has been made for {{pi_name}} ({{pi_username}}) - {{resource}}. | ||
|
||
{% if quantity %} | ||
Requested total size: {{quantity}} TB. | ||
|
@@ -11,14 +11,14 @@ This will require adding {{difference|floatformat}} TB to the current size of {{ | |
{% endif %} | ||
|
||
{% if nese %} | ||
Here is a draft ticket to send to NESE: | ||
Here is a draft ticket to send to NESE. Please carefully check the values to ensure their accuracy. | ||
|
||
To: [email protected] | ||
Subject: TB Globus tape setup for HU | ||
|
||
Service (access type) = S3 vs Globus: | ||
If Globus, short description for Globus Share: | ||
Tennant name (8 char max - Ex. acohen): {{pi.username}} | ||
Service (access type) = S3 vs Globus: Globus | ||
If Globus, short description for Globus Share: {{pi_name}} | ||
Tennant name (11 char max - Ex. acohen): {{pi_username}} | ||
Size in 20TB allotments: {{quantity|div:19.48|floatformat:"0"}} (This is a difference of {{difference|div:19.48|floatformat:"0"}} 20TB units from the current size of {{current_size|div:19.48|floatformat:"0"}} 20TB units) | ||
Any additional details: | ||
Any additional administrators (if applicable): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load mathfilters %} | ||
A new allocation has been requested for {{pi}} - {{resource}}. | ||
A new allocation has been requested for {{pi_name}} ({{pi_username}}) - {{resource}}. | ||
Requested size: {{quantity}} TB. | ||
Justification: | ||
{{justification}} | ||
|
@@ -14,9 +14,9 @@ Here is a draft ticket to send to NESE: | |
To: [email protected] | ||
Subject: TB Globus tape setup for HU | ||
|
||
Service (access type) = S3 vs Globus: | ||
If Globus, short description for Globus Share: | ||
Tennant name (8 char max - Ex. acohen): {{pi.username}} | ||
Service (access type) = S3 vs Globus: Globus | ||
If Globus, short description for Globus Share: {{pi_name}} | ||
Tennant name (8 char max - Ex. acohen): {{pi_username}} | ||
Size in 20TB allotments: {{quantity|div:19.48|floatformat:"0"}} | ||
Any additional details: | ||
Any additional administrators (if applicable): | ||
|