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

create delayed slice #10

Open
theBowja opened this issue Jul 31, 2018 · 1 comment
Open

create delayed slice #10

theBowja opened this issue Jul 31, 2018 · 1 comment

Comments

@theBowja
Copy link
Collaborator

theBowja commented Jul 31, 2018

Idea: a delayed slice will create a slice from the snapshot of a topology at the time of the scheduled resources' reservation. The workflow should still be the same (create topology -> create slice -> reserve resources to slice -> stitch resources to stitchports).

Details/Projected Changes:

  • 'create slice' page will have 'delayed' option
    • there will be a placeholder for the delayed slice when selecting a slice on the 'scheduler' page
  • slice column in 'organizer' page will be split between active and delayed.
    • 'active' should show expiration date and 'delayed' should show creation date
  • in the timer used to stitch resources to active slices, should be a function to create the slice if it is a delayed slice
  • when a slice is created at the 'create slice' page, a snapshot of the topology will be saved and can be referenced.
@theBowja
Copy link
Collaborator Author

theBowja commented Jul 31, 2018

Objectives

  • delayed slice schema
    • 'delayed' option for creating slice
  • keep a snapshot of the topology (deleted when slice expires)
  • create timer that stitches resources to the slice at the time of reservation
    • if the slice is a delayed slice, then it should first create the slice
  • improve 'organizer' page to reflect changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant