https://github.com/openstack/kayobe
Deployment of containerised OpenStack to bare metal using kolla and bifrost. Mirror of code maintained at opendev.org.
https://github.com/openstack/kayobe
Last synced: 2 months ago
JSON representation
Deployment of containerised OpenStack to bare metal using kolla and bifrost. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/kayobe
- Owner: openstack
- License: apache-2.0
- Created: 2018-03-05T15:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:34:05.000Z (8 months ago)
- Last Synced: 2024-10-25T17:55:26.662Z (7 months ago)
- Language: Python
- Homepage: https://opendev.org/openstack/kayobe
- Size: 6.38 MB
- Stars: 74
- Watchers: 14
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Kayobe
======.. image:: https://governance.openstack.org/tc/badges/kayobe.svg
:target: https://governance.openstack.org/tc/reference/projects/kolla.htmlKayobe enables deployment of containerised OpenStack to bare metal.
Containers offer a compelling solution for isolating OpenStack services, but
running the control plane on an orchestrator such as Kubernetes or Docker
Swarm adds significant complexity and operational overheads.The hosts in an OpenStack control plane must somehow be provisioned, but
deploying a secondary OpenStack cloud to do this seems like overkill.Kayobe stands on the shoulders of giants:
* OpenStack bifrost discovers and provisions the cloud
* OpenStack kolla builds container images for OpenStack services
* OpenStack kolla-ansible delivers painless deployment and upgrade of
containerised OpenStack servicesTo this solid base, kayobe adds:
* Configuration of cloud host OS & flexible networking
* Management of physical network devices
* A friendly openstack-like CLIAll this and more, automated from top to bottom using Ansible.
Features
--------* Heavily automated using Ansible
* *kayobe* Command Line Interface (CLI) for cloud operators
* Deployment of a *seed* VM used to manage the OpenStack control plane
* Configuration of physical network infrastructure
* Discovery, introspection and provisioning of control plane hardware using
`OpenStack bifrost `_
* Deployment of an OpenStack control plane using `OpenStack kolla-ansible
`_
* Discovery, introspection and provisioning of bare metal compute hosts
using `OpenStack ironic `_ and
`ironic inspector `_
* Virtualised compute using `OpenStack nova
`_
* Containerised workloads on bare metal using `OpenStack magnum
`_
* Control plane monitoring using `Prometheus `__ and
`Grafana `__.
* Log aggregation using `OpenSearch `__
and `OpenSearch Dashboards
`__.Documentation
-------------https://docs.openstack.org/kayobe/latest/
Release Notes
-------------https://docs.openstack.org/releasenotes/kayobe/
Bugs
----https://bugs.launchpad.net/kayobe
Community
---------OFTC's `IRC channel `_: #openstack-kolla
License
-------Kayobe is distributed under the `Apache 2.0 License `__.