Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 1 KB

TODO.md

File metadata and controls

24 lines (24 loc) · 1 KB
  • guarantee that new/delete logs don't waste a whole disk
  • documentation
  • store new/delete logs
  • - README
  • travis CI
  • testsuite
  • mock-ed testsuite and coverage
  • test the periodic check cmd
  • user support (authentication?)
  • completely "detached" allocator/terminator
  • track pools completely in database (and bound it with 1:N relation with resources); otherwise manager looses info about resources if the pool ID is changed in configuration file (no cmd_delete, etc.). It is then very difficult to even terminate the resource.
  • add on-demand started resources; those which nave 0 preallocated instances, but start if there's ticket for them
  • cmd_* actions should be run under different user than 'resalloc' since that's pretty privileged user
  • store into db (and print) the startup time/termianting time
  • packaging for EPEL7
  • systemd service file
  • config
  • - default configuration files
  • PLACEHOLDER