Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinct Property supports arbitrary limit #2942

Merged
merged 2 commits into from
Aug 1, 2017
Merged

Distinct Property supports arbitrary limit #2942

merged 2 commits into from
Aug 1, 2017

Commits on Jul 31, 2017

  1. Distinct Property supports arbitrary limit

    This PR enhances the distinct_property constraint such that a limit can
    be specified in the RTarget/value parameter. This allows constraints
    such as:
    
    ```
    constraint {
      distinct_property = "${meta.rack}"
      value = "2"
    }
    ```
    
    This restricts any given rack from running more than 2 allocations from
    the task group.
    
    Fixes #1146
    dadgar committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    4e71ba2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Review fixes

    dadgar committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    5a5e043 View commit details
    Browse the repository at this point in the history