Containers Service for OpenStack
07002bee0d
Due to the requirements to integrate with k8s, we define capsule's status according to k8s pod's 'phases'. In particular, there are following statuses: * Pending: one or more containers are pending on creation * Running: all containers are created and at least one of them is starting or running. * Succeeded: all containers has terminated with success state. * Failed: all containers are terminated and at least one container exists with failed state. * Unknown: the states of containers cannot be obtained. Co-Authored-By: Kevin Zhao <kevin.zhao@arm.com> Change-Id: Id348a464e78a5fdbfb41aa8f87421ca36ee728e6 |
||
---|---|---|
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