#+TITLE: Week of May 25th
#+STARTUP: indent
#+TODO: TODO(t) | IN_PROGRESS(p) | DONE(d)
#+TAGS: Bug(b) Improvement(i) Research(r) Experiment(e) Analysis(a)
* TODO [ATMO-842] Libcloud node extra does not provide host or hypervisor_hostname attributes
- https://pods.iplantcollaborative.org/jira/browse/ATMO-842
* IN_PROGRESS Investigate Scheduler and Reservations :Research:
** IN_PROGRESS Scheduler :Research:
*** IN_PROGRESS Approximating our cloud usage :Experiment:
- Derived normative sets
- Expected results
- Experimental results through Conner's compute nodes
- Script to boot instances on to a specific compute host.
= No support for using a specific compute host on the workshop node.
*** IN_PROGRESS Approximating our cloud usage :Analysis:
- Through priest mysql database.
*** IN_PROGRESS Available Schedulers?
*** TODO Our own implementation?
*** IN_PROGRESS Find Sources
https://pods.iplantcollaborative.org/wiki/display/csmgmt/OpenStack+Scheduler+Research
Typical OpenStack start. The initial documentation in nova.conf on workshop is bad.
BAD => http://docs.openstack.org/trunk/openstack-compute/admin/content/scheduler-filters.html
Based on thread:
http://lists.openstack.org/pipermail/openstack/2015-February/011403.html
Found:
http://docs.openstack.org/juno/config-reference/content/section_compute-scheduler.html
Led to searching for the meaning of Filter Scheduler. It's defined as:
http://docs.openstack.org/developer/nova/devref/filter_scheduler.html
Videos Vancouver Summit 2015:
https://www.openstack.org/summit/vancouver-2015/summit-videos/
Source Code:
https://github.com/openstack/nova/tree/master/nova/scheduler
** TODO Reservations
- Overview
- API?
- Integration
** TODO Combinations
- How do theses combine or are they completely independent?