senlin/TODO
yanyanhu 0b59b015cf Remove some finished TODO items
Scheduling framework has been done. May use python multiple
thread to replace eventlet to undertake action(long-term).
2015-01-28 21:31:29 -05:00

66 lines
1.4 KiB
Plaintext

HIGH PRIORITY
=============
API
---
- Complete the API layer for Senlin service
- Remove {name}/{id} kind of identifier
DB
--
- Make sure cluster-policy association is deleted when a cluster is deleted
- Modify node_set_status to check/update cluster status
- Add field cluster_id to event table so that query by cluster is easier
ENGINE
------
- cleanse scheduler module [Yanyan Hu]
- Using python threading to replace greenthread(long term).
- complete parser logic, construct profile/policy objects there?
DRIVER
------
- complete Heat stack driver
- add Heat resource driver
POLICY
------
- healthy policy[Liuh]
- Policy framework [Yanyan Hu]
MIDDLE PRIORITY
===============
DB
--
- Add test cases for policy_delete with 'force' set to True[Liuh/ZhaiHF]
ENGINE
------
- Design and implement dynamical plugin loading mechanism that allows
loading plugins from any paths
- Provide support to oslo.notification and allow nodes to receive and react
to those notifications accordingly.
[https://ask.openstack.org/en/question/46495/heat-autoscaling-adaptation-actions-on-existing-servers/]
OSLO
----
- Migrate to oslo.log
- Migrate to oslo.context
LOW PRIORITY
============
TEST
----
- Add test case in db cluster to test that cluster-policy association is
deleted when we delete a cluster
- Add test case to engine/parser
- Add test case to engine/registry
- Add test case to engine/environment