Index ¦ Archives ¦ Atom > Tag: placement ¦ Atom

Placement Extraction

This is a followup to Placement Container Playground

Since its inception there's been a plan that the OpenStack Placement service will be extracted from the nova code repository into a repository of its own. There are a variety of reasons for this, including:

  • Nova is already huge.

  • It could help …


Placement Container Playground

I've been experimenting with the OpenStack placement service in a container recently. This is a part of exploratory research to see what will be involved in doing one or both of the following:

  • Making a lightweight, but working, install of the placement service that includes as few imports and as …


Simple Resource Provision

When evaluating APIs (HTTP and otherwise) I am predisposed to simplicity and comprehensibility in implementation and use. That means the interface should:

  • have a limited number of resources
  • have simple representations of those resources with minimal dimensions (variables)
    • thus a correspondingly limited number of operations that can be performed across …

© Chris Dent. Built using Pelican. Theme by Giulio Fidente on github.