https://github.com/stackhpc/stackhpc-kayobe-config
StackHPC Kayobe configuration
https://github.com/stackhpc/stackhpc-kayobe-config
Last synced: about 1 month ago
JSON representation
StackHPC Kayobe configuration
- Host: GitHub
- URL: https://github.com/stackhpc/stackhpc-kayobe-config
- Owner: stackhpc
- License: apache-2.0
- Created: 2021-11-29T11:34:39.000Z (over 4 years ago)
- Default Branch: stackhpc/2025.1
- Last Pushed: 2026-04-15T10:40:46.000Z (about 2 months ago)
- Last Synced: 2026-04-15T11:35:33.186Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 13.1 MB
- Stars: 20
- Watchers: 10
- Forks: 25
- Open Issues: 42
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
=============================
StackHPC Kayobe Configuration
=============================
This repository provides a base Kayobe configuration for the 2025.1 Epoxy
release of StackHPC OpenStack.
**Note: This repository is maintained for StackHPC and its customers. While it
is not intended for direct external deployment, specific OpenStack
configuration elements may be extracted or adapted for your own use.**
Documentation is hosted on `readthedocs.io
`__,
and includes release notes.
Kayobe
======
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 services
To this solid base, kayobe adds:
* Configuration of cloud host OS & flexible networking
* Management of physical network devices
* A friendly openstack-like CLI
All 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 `__.