Merge "Remove "Fixing the Scheduler DB model" from schedule evolution doc"

This commit is contained in:
Zuul 2019-03-20 03:56:22 +00:00 committed by Gerrit Code Review
commit b2a149d95e
1 changed files with 0 additions and 11 deletions

View File

@ -72,17 +72,6 @@ Key areas we are evolving
Here we discuss, at a high level, areas that are being addressed as part of
the scheduler evolution work.
Fixing the Scheduler DB model
------------------------------
We need the nova and scheduler data models to be independent of each other.
The first step is breaking the link between the ComputeNode and Service
DB tables. In theory where the Service information is stored should be
pluggable through the service group API, and should be independent of the
scheduler service. For example, it could be managed via zookeeper rather
than polling the nova DB.
Versioning Scheduler Placement Interfaces
------------------------------------------