Feature #1483
Define VM deploy and shutdown times for the scheduler
Status: | Closed | Start date: | 09/20/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Scheduler | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: |
Description
As requested by Jan Benadik
I suggest to implement a feature in some next release:
- time frame defined running state (when VM is deployed, it can be specified to run and stop it at certain time, i.e. start daily at 6.00 AM and stop 20.00 PM in working days only OR deployment of VM for time limited period - i.e. 2 months - and after that period VM will be stopped / deleted automatically).
Related issues
Associated revisions
Feature #1483: Scheduler executes scheduled actions
Syntax inside VM/USER_TEMPLATE:
SCHED_ACTION = [ ACTION = "resume/stop/shutdown...", TIME=12345 ]
Feature #1483: Create new Util.h file to define common methods, like creating log timestamp strings
Feature #1483: Add new option --schedule TIME to onevm commands
Feature #1483: onevm show lists scheduled actions in a table
feature #1483: Add a separated action VM pool
Feature #1483: Minor fixes
Feature #1483: Fix automatic requirements
Feature #1483: Fix context parsing
Feature #1483: Make --schedule option verbose by default
Feature #1483: Add an ID to each SCHED_ACTION to make them easier to edit manually with onevm update
Feature #1483: Fix sched_actions. Last change was deleting future actions
feature #1483: Prevents deleting of NULL pointer
feature #1483: Simplify REQUIREMENTS compatibility check
feature #1483: Moved implementation of util functions to a cc file
feature #1483: Inline hints for simple util functions
Revert "feature #1483: Inline hints for simple util functions"
This reverts commit 2e72c6c68b751c08fab997bcd47f9271b0375ebe.
Feature #1483: Fix util.cc
Revert "feature #1483: Prevents deleting of NULL pointer"
This reverts commit abb62dddebe80980cbbda315537e186b83c0866a.
History
#1 Updated by Ruben S. Montero over 8 years ago
- Tracker changed from Request to Feature
#2 Updated by Carlos Martín over 8 years ago
- Category set to Scheduler
- Assignee set to Carlos Martín
- Target version set to Release 4.0
#3 Updated by Ruben S. Montero over 8 years ago
- Status changed from New to Closed
- Resolution set to fixed