[ 
https://issues.apache.org/jira/browse/AURORA-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353591#comment-15353591
 ] 

Mehrdad Nurolahzade commented on AURORA-1686:
---------------------------------------------

This can be done in a similar fashion to how task statuses are implemented, 
that as, a short description of tier is displayed as a pop-up text when user 
hover mouse over the name of the tier. 

!screenshot-1.png!

We need to modify {{tiers.json}} and associated logic so that a new JSON 
property like {{description}} is recorded for tiers. For example:

{code:title=tiers.json}
{
  "default": "preemptible",
  "tiers":
  {
    "preferred":
    {
      "preemptible": false,
      "revocable": false,
      "description": "Preferred tasks ..."
    },
    "preemptible":
    {
      "preemptible": true,
      "revocable": false,
      "description": "Preemptible tasks ..."
    },
    "revocable":
    {
      "preemptible": true,
      "revocable": true,
      "description": "Revocable tasks ..."
    }
  }
}
{code}

> Add an http endpoint in the scheduler to provide visibility into the 
> available tiers
> ------------------------------------------------------------------------------------
>
>                 Key: AURORA-1686
>                 URL: https://issues.apache.org/jira/browse/AURORA-1686
>             Project: Aurora
>          Issue Type: Task
>            Reporter: Amol S Deshmukh
>            Assignee: Mehrdad Nurolahzade
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> Provide a way for cluster-operators and users to view the available tiers and 
> the individual tier configuration via the scheduler UI.
> This could be implemented as a new http resource under / (root path) in the 
> scheduler UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to