kayobe


Namekayobe JSON
Version 16.0.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/kayobe/latest/
SummaryDeployment of OpenStack to bare metal using OpenStack kolla and bifrost
upload_time2024-06-07 12:32:25
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Kayobe
======

.. image:: https://governance.openstack.org/tc/badges/kayobe.svg
    :target: https://governance.openstack.org/tc/reference/projects/kolla.html

Kayobe 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 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 <https://docs.openstack.org/bifrost/latest/>`_
* Deployment of an OpenStack control plane using `OpenStack kolla-ansible
  <https://docs.openstack.org/kolla-ansible/latest/>`_
* Discovery, introspection and provisioning of bare metal compute hosts
  using `OpenStack ironic <https://docs.openstack.org/ironic/latest/>`_ and
  `ironic inspector <https://docs.openstack.org/ironic-inspector/latest/>`_
* Virtualised compute using `OpenStack nova
  <https://docs.openstack.org/nova/latest/>`_
* Containerised workloads on bare metal using `OpenStack magnum
  <https://docs.openstack.org/magnum/latest/>`_
* Control plane monitoring using `Prometheus <https://prometheus.io/>`__ and
  `Grafana <https://grafana.com/>`__.
* Log aggregation using `OpenSearch <https://opensearch.org/docs/latest/>`__
  and `OpenSearch Dashboards
  <https://opensearch.org/docs/latest/dashboards/index/>`__.

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 <http://webchat.oftc.net/?channels=openstack-kolla>`_: #openstack-kolla

License
-------

Kayobe is distributed under the `Apache 2.0 License <https://www.apache.org/licenses/LICENSE-2.0>`__.




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/kayobe/latest/",
    "name": "kayobe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/c6/f8/15c130e16a959ebc909fc440c7fb64bd526d8f0e79265ac553f9d56b17d4/kayobe-16.0.0.tar.gz",
    "platform": null,
    "description": "Kayobe\n======\n\n.. image:: https://governance.openstack.org/tc/badges/kayobe.svg\n    :target: https://governance.openstack.org/tc/reference/projects/kolla.html\n\nKayobe enables deployment of containerised OpenStack to bare metal.\n\nContainers offer a compelling solution for isolating OpenStack services, but\nrunning the control plane on an orchestrator such as Kubernetes or Docker\nSwarm adds significant complexity and operational overheads.\n\nThe hosts in an OpenStack control plane must somehow be provisioned, but\ndeploying a secondary OpenStack cloud to do this seems like overkill.\n\nKayobe stands on the shoulders of giants:\n\n* OpenStack bifrost discovers and provisions the cloud\n* OpenStack kolla builds container images for OpenStack services\n* OpenStack kolla-ansible delivers painless deployment and upgrade of\n  containerised OpenStack services\n\nTo this solid base, kayobe adds:\n\n* Configuration of cloud host OS & flexible networking\n* Management of physical network devices\n* A friendly openstack-like CLI\n\nAll this and more, automated from top to bottom using Ansible.\n\nFeatures\n--------\n\n* Heavily automated using Ansible\n* *kayobe* Command Line Interface (CLI) for cloud operators\n* Deployment of a *seed* VM used to manage the OpenStack control plane\n* Configuration of physical network infrastructure\n* Discovery, introspection and provisioning of control plane hardware using\n  `OpenStack bifrost <https://docs.openstack.org/bifrost/latest/>`_\n* Deployment of an OpenStack control plane using `OpenStack kolla-ansible\n  <https://docs.openstack.org/kolla-ansible/latest/>`_\n* Discovery, introspection and provisioning of bare metal compute hosts\n  using `OpenStack ironic <https://docs.openstack.org/ironic/latest/>`_ and\n  `ironic inspector <https://docs.openstack.org/ironic-inspector/latest/>`_\n* Virtualised compute using `OpenStack nova\n  <https://docs.openstack.org/nova/latest/>`_\n* Containerised workloads on bare metal using `OpenStack magnum\n  <https://docs.openstack.org/magnum/latest/>`_\n* Control plane monitoring using `Prometheus <https://prometheus.io/>`__ and\n  `Grafana <https://grafana.com/>`__.\n* Log aggregation using `OpenSearch <https://opensearch.org/docs/latest/>`__\n  and `OpenSearch Dashboards\n  <https://opensearch.org/docs/latest/dashboards/index/>`__.\n\nDocumentation\n-------------\n\nhttps://docs.openstack.org/kayobe/latest/\n\nRelease Notes\n-------------\n\nhttps://docs.openstack.org/releasenotes/kayobe/\n\nBugs\n----\n\nhttps://bugs.launchpad.net/kayobe\n\nCommunity\n---------\n\nOFTC's `IRC channel <http://webchat.oftc.net/?channels=openstack-kolla>`_: #openstack-kolla\n\nLicense\n-------\n\nKayobe is distributed under the `Apache 2.0 License <https://www.apache.org/licenses/LICENSE-2.0>`__.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Deployment of OpenStack to bare metal using OpenStack kolla and bifrost",
    "version": "16.0.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/kayobe/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f56cfe7c8352175d79405b5704c7b81e1ffa5999c3a69044af93db20ab5e1f3e",
                "md5": "fef3e0c4835c129d581907dbca40e9ee",
                "sha256": "3ca543203204641791b20973cf0b637635e04c1f60a123be497b8e099730ac89"
            },
            "downloads": -1,
            "filename": "kayobe-16.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fef3e0c4835c129d581907dbca40e9ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 668354,
            "upload_time": "2024-06-07T12:32:22",
            "upload_time_iso_8601": "2024-06-07T12:32:22.487336Z",
            "url": "https://files.pythonhosted.org/packages/f5/6c/fe7c8352175d79405b5704c7b81e1ffa5999c3a69044af93db20ab5e1f3e/kayobe-16.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6f815c130e16a959ebc909fc440c7fb64bd526d8f0e79265ac553f9d56b17d4",
                "md5": "22b858227e5d6c1cf6f2eaa8999e11b3",
                "sha256": "0af53445f78683029bfe095f9b9fe64318d325d2a66de3ad9b0b4dcb76bb114f"
            },
            "downloads": -1,
            "filename": "kayobe-16.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "22b858227e5d6c1cf6f2eaa8999e11b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 545293,
            "upload_time": "2024-06-07T12:32:25",
            "upload_time_iso_8601": "2024-06-07T12:32:25.712583Z",
            "url": "https://files.pythonhosted.org/packages/c6/f8/15c130e16a959ebc909fc440c7fb64bd526d8f0e79265ac553f9d56b17d4/kayobe-16.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-07 12:32:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kayobe"
}
        
Elapsed time: 0.45447s