Containers Service for OpenStack
df66e4cf58
Add a new attribute 'availability_zone' to the 'service' resource. This attribute indicates the availability zone of the zun-compute agent. Cloud administrators can customize the availability zone of each compute node by setting the following in the config file: [DEFAULT] default_availability_zone = my-zone If this is not set, the default availability zone is 'nova' (we use this value for consistency with neutron and cinder's defaults). In the future, we will add support for scheduling containers to a specified AZ and the 'availability_zone' attribute will be used by scheduler to check if the availability zone of the compute node equals to the one requested by API users. Change-Id: I4a4206b4eb0aa5149bbfc8ab72ae408a08317de4 Partial-Implements: blueprint zun-availability-zone |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc/source | ||
etc | ||
playbooks | ||
releasenotes | ||
specs | ||
template/capsule | ||
tools | ||
zun | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO