-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Types of changes
- Breaking change (fix or feature that would cause existing functionality to change)
- New feature (non-breaking change which adds functionality)
- Bug fix (non-breaking change which fixes an issue)
- Enhancement (improves an existing feature and functionality)
- Cleanup (Code refactoring and cleanup, that may add test cases)
COMPONENT NAME
API, UI
CLOUDSTACK VERSION
4.11.X, 4.13.
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
SUMMARY
Ability to create scheduled tasks to start or stop VM's. Currently the only way to accomplish that is by scripts which will run in the desired time you would like to launch the VM's. Would be great to have a scheduled tasks in CloudStack (like scheduled Snapshots), so it would launch the VM's without the need to create and maintain scripts for it.
STEPS TO REPRODUCE
Simple scheduled task where you can define specific days (like only working days) and time a specific VM or even a whole project would be started or stopped.
EXPECTED RESULTS
The VM should be started or stopped at the specified time.
ACTUAL RESULTS
Not implemented yet.
strikoza