You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2020/02/27 15:25:00 UTC

[jira] [Updated] (AIRAVATA-3126) Implement compute resource reservation addition

     [ https://issues.apache.org/jira/browse/AIRAVATA-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie updated AIRAVATA-3126:
--------------------------------------
    Description: 
# In PGA portal implementation for a compute resource we could add a reservation
 # Reservation is to have a dedicate computing time in a cluster queue/partition
 # As for the existing PGA implementation we could provide a reservation name and a start and end time for the particular reservation. 
 # In Django the implementation does not exists.
 # First we should have the previous implementation done in Django portal
 # Next step would be to improve it by enabling
 # Adding a reservation for a particular cluster queue/partition
 # Then we should also be able to add multiple reservations for a particular queue/partition. These multiples will have different reservation names and start and end dates.

h5. Data Model

- GroupComputeResourcePreference
-- one or more Reservations
--- list of queues
--- reservation name
--- start date
--- end date

A GroupComputeResourcePreference can have one or more Reservation records. Each Reservation is applicable to one or more queue/partitions for the GroupComputeResourcePreference's compute host. The Reservation also has a name, start date and end date.

  was:
# In PGA portal implementation for a compute resource we could add a reservation
 # Reservation is to have a dedicate computing time in a cluster queue/partition
 # As for the existing PGA implementation we could provide a reservation name and a start and end time for the particular reservation. 
 # In Django the implementation does not exists.
 # First we should have the previous implementation done in Django portal
 # Next step would be to improve it by enabling
 # Adding a reservation for a particular cluster queue/partition
 # Then we should also be able to add multiple reservations for a particular queue/partition. These multiples will have different reservation names and start and end dates.


> Implement compute resource reservation addition 
> ------------------------------------------------
>
>                 Key: AIRAVATA-3126
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3126
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: Django Portal
>    Affects Versions: 0.18
>         Environment: https://django.staging.seagrid.org
>            Reporter: Eroma
>            Assignee: Marcus Christie
>            Priority: Minor
>
> # In PGA portal implementation for a compute resource we could add a reservation
>  # Reservation is to have a dedicate computing time in a cluster queue/partition
>  # As for the existing PGA implementation we could provide a reservation name and a start and end time for the particular reservation. 
>  # In Django the implementation does not exists.
>  # First we should have the previous implementation done in Django portal
>  # Next step would be to improve it by enabling
>  # Adding a reservation for a particular cluster queue/partition
>  # Then we should also be able to add multiple reservations for a particular queue/partition. These multiples will have different reservation names and start and end dates.
> h5. Data Model
> - GroupComputeResourcePreference
> -- one or more Reservations
> --- list of queues
> --- reservation name
> --- start date
> --- end date
> A GroupComputeResourcePreference can have one or more Reservation records. Each Reservation is applicable to one or more queue/partitions for the GroupComputeResourcePreference's compute host. The Reservation also has a name, start date and end date.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)