kolla-ansible


Namekolla-ansible JSON
Version 19.0.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/kolla-ansible/latest/
SummaryAnsible Deployment of Kolla containers
upload_time2024-11-05 17:19:52
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.10
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
Kolla Ansible
=============

.. image:: https://governance.openstack.org/tc/badges/kolla-ansible.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on


The Kolla Ansible is a deliverable project separated from Kolla project.

Kolla Ansible deploys OpenStack services and infrastructure components
in Docker containers.

Kolla's mission statement is:

::

    To provide production-ready containers and deployment tools for operating
    OpenStack clouds.

Kolla is highly opinionated out of the box, but allows for complete
customization. This permits operators with little experience to deploy
OpenStack quickly and as experience grows modify the OpenStack
configuration to suit the operator's exact requirements.

Getting Started
===============

Learn about Kolla Ansible by reading the documentation online
`Kolla Ansible <https://docs.openstack.org/kolla-ansible/latest/>`__.

Get started by reading the `Developer
Quickstart <https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html>`__.

OpenStack services
------------------

Kolla Ansible deploys containers for the following OpenStack projects:

- `Aodh <https://docs.openstack.org/aodh/latest/>`__
- `Barbican <https://docs.openstack.org/barbican/latest/>`__
- `Bifrost <https://docs.openstack.org/bifrost/latest/>`__
- `Blazar <https://docs.openstack.org/blazar/latest/>`__
- `Ceilometer <https://docs.openstack.org/ceilometer/latest/>`__
- `Cinder <https://docs.openstack.org/cinder/latest/>`__
- `CloudKitty <https://docs.openstack.org/cloudkitty/latest/>`__
- `Cyborg <https://docs.openstack.org/cyborg/latest/>`__
- `Designate <https://docs.openstack.org/designate/latest/>`__
- `Glance <https://docs.openstack.org/glance/latest/>`__
- `Heat <https://docs.openstack.org/heat/latest/>`__
- `Horizon <https://docs.openstack.org/horizon/latest/>`__
- `Ironic <https://docs.openstack.org/ironic/latest/>`__
- `Keystone <https://docs.openstack.org/keystone/latest/>`__
- `Kuryr <https://docs.openstack.org/kuryr/latest/>`__
- `Magnum <https://docs.openstack.org/magnum/latest/>`__
- `Manila <https://docs.openstack.org/manila/latest/>`__
- `Masakari <https://docs.openstack.org/masakari/latest/>`__
- `Mistral <https://docs.openstack.org/mistral/latest/>`__
- `Neutron <https://docs.openstack.org/neutron/latest/>`__
- `Nova <https://docs.openstack.org/nova/latest/>`__
- `Octavia <https://docs.openstack.org/octavia/latest/>`__
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
- `Swift <https://docs.openstack.org/swift/latest/>`__
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
- `Trove <https://docs.openstack.org/trove/latest/>`__
- `Venus <https://docs.openstack.org/venus/latest/>`__
- `Watcher <https://docs.openstack.org/watcher/latest/>`__
- `Zun <https://docs.openstack.org/zun/latest/>`__

Infrastructure components
-------------------------

Kolla Ansible deploys containers for the following infrastructure components:

- `Collectd <https://collectd.org/>`__,
  `Telegraf <https://docs.influxdata.com/telegraf/>`__,
  `InfluxDB <https://www.influxdata.com/products/influxdb-overview/>`__,
  `Prometheus <https://prometheus.io/>`__, and
  `Grafana <https://grafana.com/>`__ for performance monitoring.
- `OpenSearch <https://opensearch.org/docs/latest/>`__ and
  `OpenSearch Dashboards <https://opensearch.org/docs/latest/dashboards/index/>`__ to search, analyze,
  and visualize log messages.
- `Etcd <https://etcd.io/>`__ a distributed reliable key-value store.
- `Fluentd <https://www.fluentd.org/>`__ as an open source data collector
  for unified logging layer.
- `Gnocchi <https://gnocchi.osci.io/>`__ A time-series storage database.
- `HAProxy <https://www.haproxy.org/>`__ and
  `Keepalived <https://www.keepalived.org/>`__ for high availability of services
  and their endpoints.
- `MariaDB and Galera Cluster <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__
  for highly available MySQL databases.
- `Memcached <https://memcached.org/>`__ a distributed memory object caching system.
- `Open vSwitch <https://www.openvswitch.org/>`__ for use with Neutron.
- `RabbitMQ <https://www.rabbitmq.com/>`__ as a messaging backend for
  communication between services.
- `Redis <https://redis.io/>`__ an in-memory data structure store.

Directories
===========

-  ``ansible`` - Contains Ansible playbooks to deploy OpenStack services and
   infrastructure components in Docker containers.
-  ``contrib`` - Contains demos scenarios for Heat, Magnum and Tacker and a
   development environment for Vagrant
-  ``doc`` - Contains documentation.
-  ``etc`` - Contains a reference etc directory structure which requires
   configuration of a small number of configuration variables to achieve
   a working All-in-One (AIO) deployment.
-  ``kolla_ansible`` - Contains password generation script.
-  ``releasenotes`` - Contains releasenote of all features added in
   Kolla Ansible.
-  ``specs`` - Contains the Kolla Ansible communities key arguments about
   architectural shifts in the code base.
-  ``tests`` - Contains functional testing tools.
-  ``tools`` - Contains tools for interacting with Kolla Ansible.
-  ``zuul.d`` - Contains project gate job definitions.

Getting Involved
================

Need a feature? Find a bug? Let us know! Contributions are much
appreciated and should follow the standard `Gerrit
workflow <https://docs.openstack.org/infra/manual/developers.html>`__.

-  We communicate using the #openstack-kolla irc channel.
-  File bugs, blueprints, track releases, etc on
   `Launchpad <https://launchpad.net/kolla-ansible>`__.
-  Attend weekly
   `meetings <https://docs.openstack.org/kolla/latest/contributor/meeting.html>`__.
-  Contribute `code <https://opendev.org/openstack/kolla-ansible>`__.

Contributors
============

Check out who's `contributing
code <https://stackalytics.io/?module=kolla-group&metric=commits>`__ and
`contributing
reviews <https://stackalytics.io/?module=kolla-group&metric=marks>`__.

Notices
=======

Docker and the Docker logo are trademarks or registered trademarks of
Docker, Inc. in the United States and/or other countries. Docker, Inc.
and other parties may also have trademark rights in other terms used herein.




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/kolla-ansible/latest/",
    "name": "kolla-ansible",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/e2/15/ffcf730ba9bd7bd0d438e9d33367a7bc41b023ace4e81f46e63dcd92d1f7/kolla-ansible-19.0.0.tar.gz",
    "platform": null,
    "description": "=============\nKolla Ansible\n=============\n\n.. image:: https://governance.openstack.org/tc/badges/kolla-ansible.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\n\nThe Kolla Ansible is a deliverable project separated from Kolla project.\n\nKolla Ansible deploys OpenStack services and infrastructure components\nin Docker containers.\n\nKolla's mission statement is:\n\n::\n\n    To provide production-ready containers and deployment tools for operating\n    OpenStack clouds.\n\nKolla is highly opinionated out of the box, but allows for complete\ncustomization. This permits operators with little experience to deploy\nOpenStack quickly and as experience grows modify the OpenStack\nconfiguration to suit the operator's exact requirements.\n\nGetting Started\n===============\n\nLearn about Kolla Ansible by reading the documentation online\n`Kolla Ansible <https://docs.openstack.org/kolla-ansible/latest/>`__.\n\nGet started by reading the `Developer\nQuickstart <https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html>`__.\n\nOpenStack services\n------------------\n\nKolla Ansible deploys containers for the following OpenStack projects:\n\n- `Aodh <https://docs.openstack.org/aodh/latest/>`__\n- `Barbican <https://docs.openstack.org/barbican/latest/>`__\n- `Bifrost <https://docs.openstack.org/bifrost/latest/>`__\n- `Blazar <https://docs.openstack.org/blazar/latest/>`__\n- `Ceilometer <https://docs.openstack.org/ceilometer/latest/>`__\n- `Cinder <https://docs.openstack.org/cinder/latest/>`__\n- `CloudKitty <https://docs.openstack.org/cloudkitty/latest/>`__\n- `Cyborg <https://docs.openstack.org/cyborg/latest/>`__\n- `Designate <https://docs.openstack.org/designate/latest/>`__\n- `Glance <https://docs.openstack.org/glance/latest/>`__\n- `Heat <https://docs.openstack.org/heat/latest/>`__\n- `Horizon <https://docs.openstack.org/horizon/latest/>`__\n- `Ironic <https://docs.openstack.org/ironic/latest/>`__\n- `Keystone <https://docs.openstack.org/keystone/latest/>`__\n- `Kuryr <https://docs.openstack.org/kuryr/latest/>`__\n- `Magnum <https://docs.openstack.org/magnum/latest/>`__\n- `Manila <https://docs.openstack.org/manila/latest/>`__\n- `Masakari <https://docs.openstack.org/masakari/latest/>`__\n- `Mistral <https://docs.openstack.org/mistral/latest/>`__\n- `Neutron <https://docs.openstack.org/neutron/latest/>`__\n- `Nova <https://docs.openstack.org/nova/latest/>`__\n- `Octavia <https://docs.openstack.org/octavia/latest/>`__\n- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)\n- `Swift <https://docs.openstack.org/swift/latest/>`__\n- `Tacker <https://docs.openstack.org/tacker/latest/>`__\n- `Trove <https://docs.openstack.org/trove/latest/>`__\n- `Venus <https://docs.openstack.org/venus/latest/>`__\n- `Watcher <https://docs.openstack.org/watcher/latest/>`__\n- `Zun <https://docs.openstack.org/zun/latest/>`__\n\nInfrastructure components\n-------------------------\n\nKolla Ansible deploys containers for the following infrastructure components:\n\n- `Collectd <https://collectd.org/>`__,\n  `Telegraf <https://docs.influxdata.com/telegraf/>`__,\n  `InfluxDB <https://www.influxdata.com/products/influxdb-overview/>`__,\n  `Prometheus <https://prometheus.io/>`__, and\n  `Grafana <https://grafana.com/>`__ for performance monitoring.\n- `OpenSearch <https://opensearch.org/docs/latest/>`__ and\n  `OpenSearch Dashboards <https://opensearch.org/docs/latest/dashboards/index/>`__ to search, analyze,\n  and visualize log messages.\n- `Etcd <https://etcd.io/>`__ a distributed reliable key-value store.\n- `Fluentd <https://www.fluentd.org/>`__ as an open source data collector\n  for unified logging layer.\n- `Gnocchi <https://gnocchi.osci.io/>`__ A time-series storage database.\n- `HAProxy <https://www.haproxy.org/>`__ and\n  `Keepalived <https://www.keepalived.org/>`__ for high availability of services\n  and their endpoints.\n- `MariaDB and Galera Cluster <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__\n  for highly available MySQL databases.\n- `Memcached <https://memcached.org/>`__ a distributed memory object caching system.\n- `Open vSwitch <https://www.openvswitch.org/>`__ for use with Neutron.\n- `RabbitMQ <https://www.rabbitmq.com/>`__ as a messaging backend for\n  communication between services.\n- `Redis <https://redis.io/>`__ an in-memory data structure store.\n\nDirectories\n===========\n\n-  ``ansible`` - Contains Ansible playbooks to deploy OpenStack services and\n   infrastructure components in Docker containers.\n-  ``contrib`` - Contains demos scenarios for Heat, Magnum and Tacker and a\n   development environment for Vagrant\n-  ``doc`` - Contains documentation.\n-  ``etc`` - Contains a reference etc directory structure which requires\n   configuration of a small number of configuration variables to achieve\n   a working All-in-One (AIO) deployment.\n-  ``kolla_ansible`` - Contains password generation script.\n-  ``releasenotes`` - Contains releasenote of all features added in\n   Kolla Ansible.\n-  ``specs`` - Contains the Kolla Ansible communities key arguments about\n   architectural shifts in the code base.\n-  ``tests`` - Contains functional testing tools.\n-  ``tools`` - Contains tools for interacting with Kolla Ansible.\n-  ``zuul.d`` - Contains project gate job definitions.\n\nGetting Involved\n================\n\nNeed a feature? Find a bug? Let us know! Contributions are much\nappreciated and should follow the standard `Gerrit\nworkflow <https://docs.openstack.org/infra/manual/developers.html>`__.\n\n-  We communicate using the #openstack-kolla irc channel.\n-  File bugs, blueprints, track releases, etc on\n   `Launchpad <https://launchpad.net/kolla-ansible>`__.\n-  Attend weekly\n   `meetings <https://docs.openstack.org/kolla/latest/contributor/meeting.html>`__.\n-  Contribute `code <https://opendev.org/openstack/kolla-ansible>`__.\n\nContributors\n============\n\nCheck out who's `contributing\ncode <https://stackalytics.io/?module=kolla-group&metric=commits>`__ and\n`contributing\nreviews <https://stackalytics.io/?module=kolla-group&metric=marks>`__.\n\nNotices\n=======\n\nDocker and the Docker logo are trademarks or registered trademarks of\nDocker, Inc. in the United States and/or other countries. Docker, Inc.\nand other parties may also have trademark rights in other terms used herein.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Ansible Deployment of Kolla containers",
    "version": "19.0.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/kolla-ansible/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abcb02e4121673227febebc11e47a744cf6cc15e2a38de8995a182e2931c9f75",
                "md5": "09dec2e7cd90e8019b392bc4decb2e47",
                "sha256": "7ae15d748a3931232a5edbdd89635d60d1d49d3709e72fa4c17a18add8f83dfa"
            },
            "downloads": -1,
            "filename": "kolla_ansible-19.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09dec2e7cd90e8019b392bc4decb2e47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 1363254,
            "upload_time": "2024-11-05T17:19:51",
            "upload_time_iso_8601": "2024-11-05T17:19:51.309475Z",
            "url": "https://files.pythonhosted.org/packages/ab/cb/02e4121673227febebc11e47a744cf6cc15e2a38de8995a182e2931c9f75/kolla_ansible-19.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e215ffcf730ba9bd7bd0d438e9d33367a7bc41b023ace4e81f46e63dcd92d1f7",
                "md5": "270cf4203a84a3f04eb14fdf521e0284",
                "sha256": "2dccfb7facd039dc2c70cb1b74cd7bcaa52748bda66230178c9d2ec2b135c8d9"
            },
            "downloads": -1,
            "filename": "kolla-ansible-19.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "270cf4203a84a3f04eb14fdf521e0284",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1207604,
            "upload_time": "2024-11-05T17:19:52",
            "upload_time_iso_8601": "2024-11-05T17:19:52.888590Z",
            "url": "https://files.pythonhosted.org/packages/e2/15/ffcf730ba9bd7bd0d438e9d33367a7bc41b023ace4e81f46e63dcd92d1f7/kolla-ansible-19.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 17:19:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kolla-ansible"
}
        
Elapsed time: 1.10833s