-
Notifications
You must be signed in to change notification settings - Fork 36
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
RFE: Implement a duration capability into schedule #267
Comments
YAS! 🙌 |
This is a solid improvement and would keep us from having to run this logic in shell. e.g.
Replaces this:
|
Would be nice to have something like: |
I agree with @grafuls if we use a date that uses combination of weeks / days to extend to give more granular control as we know what time reservations end . |
In addition to this RFE we should add the ability to set
Inclusive here should also be a What this would do is paired with the --extend-schedule command in the If one is not provided it would look to the QUADS configuration file
In this way we can simply run Lastly, we will want a way to report extension viability but that is a separate RFE here: |
This may address what Ashish had issues with. Perhaps based on manager input, each cloud can also have a default length (DL) for extensions. Given that extensions are becoming a necessary evil (considering allocations can be predictive but unforeseen issues or bugs can also create delays necessitating extension requests). How this might work is: scenario 1: define a cloud with a 2 week extension defult: and then when you do:
it will use the DL for cloud02. A general setting can also be set in quads.yml as outlined above. |
interval might be clearer than DL. |
Why cant we just use --extend and add a config parameter in the cloud as a
default or an modified extension setting
~ Thanks,
Chris
…On Fri, Mar 20, 2020 at 12:36 PM Kambiz Aghaiepour ***@***.***> wrote:
interval might be clearer than DL.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#267 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3IDEHRCHDKNOXGTBSTMVDRIOLOZANCNFSM4HY7QWUQ>
.
|
I think that's what we're saying here. We're just including an optional cloud-level setting that overrides the default and also tooling to list any of these overrides via Related, we'll also implement a way to check extension viability too but via checks against the method handler/lookup needed for implementing #324 |
also would be nice to have an additional option like |
Most reservations start and end at the same time and as long as a start date and duration is provided will populate the end date accordingly. Give the option to put in a duration into the schedule which automatically calculates the end date of a reservation.
The text was updated successfully, but these errors were encountered: