Update README text links
Synchronises with the README in kayobe, and updates links.
This commit is contained in:
parent
256ef9619d
commit
c0dc6c3d09
38
README.rst
38
README.rst
@ -3,16 +3,34 @@ Kayobe Configuration
|
|||||||
====================
|
====================
|
||||||
|
|
||||||
This repository provides configuration for the `kayobe
|
This repository provides configuration for the `kayobe
|
||||||
<https://github.com/stackhpc/kayobe>`_ project. It is intended to encourage
|
<https://github.com/openstack/kayobe>`_ project. It is intended to encourage
|
||||||
version control of site configuration.
|
version control of site configuration.
|
||||||
|
|
||||||
Kayobe is an open source tool for automating deployment of Scientific OpenStack
|
Kayobe enables deployment of containerised OpenStack to bare metal.
|
||||||
onto a set of bare metal servers. Kayobe is composed of Ansible playbooks, a
|
|
||||||
python module, and makes heavy use of the OpenStack kolla project. Kayobe aims
|
|
||||||
to complement the kolla-ansible project, providing an opinionated yet highly
|
|
||||||
configurable OpenStack deployment and automation of many operational
|
|
||||||
procedures.
|
|
||||||
|
|
||||||
* Documentation: https://github.com/stackhpc/kayobe/tree/master/doc
|
Containers offer a compelling solution for isolating OpenStack services, but
|
||||||
* Source: https://github.com/stackhpc/kayobe
|
running the control plane on an orchestrator such as Kubernetes or Docker
|
||||||
* Bugs: https://github.com/stackhpc/kayobe/issues
|
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 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.
|
||||||
|
|
||||||
|
* Documentation: https://kayobe.readthedocs.io/en/latest/
|
||||||
|
* Source: https://git.openstack.org/cgit/openstack/kayobe
|
||||||
|
* Bugs: https://storyboard.openstack.org/
|
||||||
|
* IRC: #openstack-kayobe
|
||||||
|
Loading…
Reference in New Issue
Block a user