[openstack-dev] [nova] placement/resource providers update

Chris Dent cdent+os at anticdent.org
Fri Nov 11 12:59:33 UTC 2016


I thought I would share some updates on the state of things related
to placement and resource providers. There's almost certainly things
missing from this, so if you know something important that you think
should be mentioned please make a response including it. The point
of this message is simply so people can have some idea of what's in
play at the moment.

Since spec freeze is the 17th, the stuff that presumably matters
most in the list of reviews below are the specs. There are several.
There's quite a lot of pending code changes too. The sooner that
stuff merges the less conflicts it will cause later.

# Leftovers from Newton

These are the things which either should have been done in Newton
and weren't or cleanups of stuff that was done but need some
revision. There is an etherpad[1] tracking these things where if you
have interest and time you can pick up some things to do. There's
been some excellent contribution from outside the usual suspects.

Things that are ready to review:

* Improved 404 responses:
   https://review.openstack.org/#/c/387674/
   https://review.openstack.org/#/c/392321/

* Increased gabbi test coverage (stack of 3):
   https://review.openstack.org/#/c/396363/

* Proper handling of max_unit in resource tracker and placement API
   (stack of 2):
   https://review.openstack.org/#/c/395971/

* Aggregates support in placement api (stack of 3):
   https://review.openstack.org/#/c/362863/

* Demo inventory update script:
   https://review.openstack.org/#/c/382613/
   This one might be considered a WIP because how it chooses to do
   things (rather simply and dumbly) may not be in line with expecations.

* CORS support in placement API:
   https://review.openstack.org/#/c/392891/

* Cleaning up the newton resource providers spec to reflect reality:
   https://review.openstack.org/#/c/366888/

Except for the demo script none of that should be particular
controversial.

There are still quite a few things to pick up on the etherpad[1].

[1] https://etherpad.openstack.org/p/placement-newton-leftovers

# Filtering compute nodes with the placement API

Now that the placement API is tracking compute node inventory and
allocations against that inventory it becomes possible to use the
api to shrink the number of compute nodes that nova-scheduler
filters. Sylvain has started the work on that.

* Spec for modifying the scheduler to query the api:
   https://review.openstack.org/#/c/300178/

* Spec for modifying the placement api to return resource providers
   that match requirements:
   https://review.openstack.org/#/c/385618/

* Code that satisfies those two specs (stack of 2, POC):
   https://review.openstack.org/#/c/386242/

The main area of disagreement on this stuff has been how to form the
API for requesting and returning a list of resource providers.
That's in the second patch of the stack above.

# Custom Resource Classes

Custom resource classes provide a mechanism for tracking volumes of
inventory which are unique to a deployment. There's both spec and
code in flight for this:

* The spec
   https://review.openstack.org/#/c/312696/

* Code to make them work in the api (stack of 4):
   https://review.openstack.org/#/c/386844/
   There's a lot of already merged code that establish the
   ResourceClass and ResourceClassList objects

Custom resource classes are important for, amongst other things,
being able to effectively manage different bare metal resources.

# Nested Resource Providers

Nested resource providers allow hierarchical or containing
relationships in resource providers so it is possible to say things
like "this portion of this device on this compute node" (think
NUMA).

* The spec
   https://review.openstack.org/#/c/386710/

* Code to implement the object and HTTP API changes (stack of 4):
   https://review.openstack.org/#/c/377138/

# Allocations for generic PCI devices

Changes to the resource tracker to allow simpe PCI devices to be
tracker.

* Code (stack of 3):
   https://review.openstack.org/#/c/382000/

# Important stuff not in other categories

This section is for lose ends that don't fit in elsewhere. Stuff
we're going to need to figure out at some point.

## Placement DB

The long term plan is for there to be a separate placement database.
One way to ease the migration to that is to allow people to go ahead
and have a placement db from the outset (instead of using the API
db). There's an etherpad[2] that discusses this and some code[3]
that implements it but it's not clear that all the bases are covered
or even need to be. It may be that more discussion is required or it
may simply be that someone needs to untangle to mess and state the
decision clearly.

[2] https://etherpad.openstack.org/p/placement-optional-db-spec
[3] https://review.openstack.org/#/c/362766/ (this is -2d pending
resolution of the stuff on the etherpad)

## Placement Docs

They need to happen. We know. Just need to find the time and
resources. Listing it here so it is clear it is a known thing.

## Placement Upgrade/Installation issues

When newton went out, the running of the placement service was set as
optional. If the placement service was present in the service catalog
then the resource tracker would send inventory and allocation data to it
(in addition to the pre-existing tracking). If not, only the "old way"
would happen.

The intention is that the placement service will be required in an
Ocata deployment which effectively means that a Newton deployment
will need to turn it on before upgrading so that inventory and
allocation tracking is up to date before switching over to Ocata.

dansmith has suggested there ought to be a tool which allows people
to check their install to see if is ready for ocata, and if not,
tells them what's missing. This will be useful not just for
placement but for other things as well. Lots of changes in progress.

This section is here for visibility and information. We need to work
out the details.

# End

Thanks for reading this far. If you have anything to add or have
questions please post a response.

-- 
Chris Dent                 ¯\_(ツ)_/¯           https://anticdent.org/
freenode: cdent                                         tw: @anticdent


More information about the OpenStack-dev mailing list