Hongbin Lu 31076dc1b2 Support running containers in specified AZ
Add a new parameter 'availaibility_zone' to the REST API for
creating containers. The API server will pass down this parameter
the the scheduler as extra_spec. In the filter scheduler, add
a 'AvailabilityZoneFilter' filter for selecting hosts in the
requested availability zone. Below is the host selection scenario:

* If users specify an AZ for the container, scheduler will choose
  a host in the user-specified AZ.
* If users don't specify an AZ for the container, the AZ will be
  default to CONF.default_schedule_zone if this config is set.
* If users don't specify an AZ for the container and
  CONF.default_schedule_zone is not set (None), the scheduler will
  choose a host in arbitrary AZ.

Partial-Implements: blueprint zun-availability-zone
Change-Id: I01b8069f76e87a8e0c782da0888eee8a8cd58193
2018-02-19 18:41:56 +00:00
2018-02-07 14:09:37 +08:00
2016-11-02 05:15:29 +00:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2018-01-27 17:17:54 -08:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-07-15 16:10:06 +07:00
2016-05-12 14:59:56 -04:00
2018-02-04 17:56:32 +00:00
2018-02-04 17:56:32 +00:00
2017-06-10 13:40:18 +00:00
2017-11-21 10:32:38 +00:00

Team and repository tags

image

image

Zun

OpenStack Containers service

Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.

Features

  • TODO
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%