enos


Nameenos JSON
Version 7.1.1 PyPI version JSON
download
home_pagehttps://github.com/BeyondTheClouds/enos
SummaryExperimental eNvironment for OpenStack
upload_time2022-03-30 19:48:57
maintainer
docs_urlNone
authorDidier Iscovery
requires_python>=3.7,<4.0
licenseGPL-3.0-or-later
keywords openstack evaluation grid'5000 chameleon vagrant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Build Status| |Doc Status| |Pypi| |Code style| |License|

Join us on gitter :  |Join the chat at
https://gitter.im/BeyondTheClouds/enos|

About Enos
==========

Enos aims at reproducible experiments of OpenStack.  Enos relies on
`Kolla Ansible <https://docs.openstack.org/kolla-ansible/>`__ and
helps you to easily deploy, customize and benchmark an OpenStack on
several testbeds including `Grid'5000 <https://www.grid5000.fr>`__,
`Chameleon <https://www.chameleoncloud.org/>`__ and more generally any
OpenStack cloud.

Installation
============

Enos is best installed via `pip <https://pip.pypa.io/>`__.  It is
tested with python3.7+::

  pip install enos

Quick Start
===========

For the quick-start, we will bring up an OpenStack on VirtualBox.
VirtualBox is free and works on all major platforms.  Enos can,
however, work with many testbeds including `Grid'5000
<https://beyondtheclouds.github.io/enos/provider/grid5000.html>`__ and
`Chameleon
<https://beyondtheclouds.github.io/enos/provider/openstack.html>`__.

First, make sure your development machine has `VirtualBox
<https://www.virtualbox.org/>`__ and `Vagrant
<https://www.vagrantup.com/downloads>`__ installed.  Then, ensure that
you have at least 10 GiB of memory.

To deploy your fist OpenStack with enos::

  enos new --provider=vagrant:virtualbox  # Generate a `reservation.yaml` file
  enos deploy

Enos starts three virtual machines and configures Kolla Ansible to
deploy the OpenStack control plane on the first one, the network
related services (Neutron, HAProxy, RabbitMQ) on the second one, and
use the last one as a compute node.  Note that the full deployment may
take a while (around 30 minutes to pull and run all OpenStack docker
images).

You can `customize
<https://beyondtheclouds.github.io/enos/customization/>`__ the
deployed services and the number of virtual machines allocated by
modifying the generated ``reservation.yaml`` file.  Calls ``enos
--help`` or read the `documentation
<https://beyondtheclouds.github.io/enos/>`__ for more information.

Acknowledgment
==============

Enos is developed in the context of the `Discovery
<https://beyondtheclouds.github.io/>`__ initiative.


Links
=====

-  Docs - https://beyondtheclouds.github.io/enos/
-  Discovery - https://beyondtheclouds.github.io/
-  Docker - https://hub.docker.com/r/beyondtheclouds/

.. |Build Status| image:: https://travis-ci.org/BeyondTheClouds/enos.svg?branch=master
   :target: https://travis-ci.org/BeyondTheClouds/enos
.. |Join the chat at https://gitter.im/BeyondTheClouds/enos| image:: https://badges.gitter.im/BeyondTheClouds/enos.svg
   :target: https://gitter.im/BeyondTheClouds/enos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Code style| image:: https://api.codacy.com/project/badge/Grade/87536e9c0f0d47e08d1b9e0950c9d14b
   :target: https://www.codacy.com/app/msimonin/enos?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=BeyondTheClouds/enos&amp;utm_campaign=Badge_Grade
.. |License| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
   :target: https://www.gnu.org/licenses/gpl-3.0
.. |Pypi| image:: https://badge.fury.io/py/enos.svg
    :target: https://badge.fury.io/py/enos
.. |Doc Status| image:: https://github.com/BeyondTheClouds/enos/actions/workflows/build-and-publish-doc.yml/badge.svg
   :target: https://github.com/BeyondTheClouds/enos/actions/workflows/build-and-publish-doc.yml

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BeyondTheClouds/enos",
    "name": "enos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "OpenStack,Evaluation,Grid'5000,Chameleon,Vagrant",
    "author": "Didier Iscovery",
    "author_email": "discovery-dev@inria.fr",
    "download_url": "https://files.pythonhosted.org/packages/51/bf/ae4183d8c2d1c9a247aa3b58adf1efceff02b8fa126663e257d8bf1b0db7/enos-7.1.1.tar.gz",
    "platform": null,
    "description": "|Build Status| |Doc Status| |Pypi| |Code style| |License|\n\nJoin us on gitter :  |Join the chat at\nhttps://gitter.im/BeyondTheClouds/enos|\n\nAbout Enos\n==========\n\nEnos aims at reproducible experiments of OpenStack.  Enos relies on\n`Kolla Ansible <https://docs.openstack.org/kolla-ansible/>`__ and\nhelps you to easily deploy, customize and benchmark an OpenStack on\nseveral testbeds including `Grid'5000 <https://www.grid5000.fr>`__,\n`Chameleon <https://www.chameleoncloud.org/>`__ and more generally any\nOpenStack cloud.\n\nInstallation\n============\n\nEnos is best installed via `pip <https://pip.pypa.io/>`__.  It is\ntested with python3.7+::\n\n  pip install enos\n\nQuick Start\n===========\n\nFor the quick-start, we will bring up an OpenStack on VirtualBox.\nVirtualBox is free and works on all major platforms.  Enos can,\nhowever, work with many testbeds including `Grid'5000\n<https://beyondtheclouds.github.io/enos/provider/grid5000.html>`__ and\n`Chameleon\n<https://beyondtheclouds.github.io/enos/provider/openstack.html>`__.\n\nFirst, make sure your development machine has `VirtualBox\n<https://www.virtualbox.org/>`__ and `Vagrant\n<https://www.vagrantup.com/downloads>`__ installed.  Then, ensure that\nyou have at least 10 GiB of memory.\n\nTo deploy your fist OpenStack with enos::\n\n  enos new --provider=vagrant:virtualbox  # Generate a `reservation.yaml` file\n  enos deploy\n\nEnos starts three virtual machines and configures Kolla Ansible to\ndeploy the OpenStack control plane on the first one, the network\nrelated services (Neutron, HAProxy, RabbitMQ) on the second one, and\nuse the last one as a compute node.  Note that the full deployment may\ntake a while (around 30 minutes to pull and run all OpenStack docker\nimages).\n\nYou can `customize\n<https://beyondtheclouds.github.io/enos/customization/>`__ the\ndeployed services and the number of virtual machines allocated by\nmodifying the generated ``reservation.yaml`` file.  Calls ``enos\n--help`` or read the `documentation\n<https://beyondtheclouds.github.io/enos/>`__ for more information.\n\nAcknowledgment\n==============\n\nEnos is developed in the context of the `Discovery\n<https://beyondtheclouds.github.io/>`__ initiative.\n\n\nLinks\n=====\n\n-  Docs - https://beyondtheclouds.github.io/enos/\n-  Discovery - https://beyondtheclouds.github.io/\n-  Docker - https://hub.docker.com/r/beyondtheclouds/\n\n.. |Build Status| image:: https://travis-ci.org/BeyondTheClouds/enos.svg?branch=master\n   :target: https://travis-ci.org/BeyondTheClouds/enos\n.. |Join the chat at https://gitter.im/BeyondTheClouds/enos| image:: https://badges.gitter.im/BeyondTheClouds/enos.svg\n   :target: https://gitter.im/BeyondTheClouds/enos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n.. |Code style| image:: https://api.codacy.com/project/badge/Grade/87536e9c0f0d47e08d1b9e0950c9d14b\n   :target: https://www.codacy.com/app/msimonin/enos?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=BeyondTheClouds/enos&amp;utm_campaign=Badge_Grade\n.. |License| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg\n   :target: https://www.gnu.org/licenses/gpl-3.0\n.. |Pypi| image:: https://badge.fury.io/py/enos.svg\n    :target: https://badge.fury.io/py/enos\n.. |Doc Status| image:: https://github.com/BeyondTheClouds/enos/actions/workflows/build-and-publish-doc.yml/badge.svg\n   :target: https://github.com/BeyondTheClouds/enos/actions/workflows/build-and-publish-doc.yml\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Experimental eNvironment for OpenStack",
    "version": "7.1.1",
    "project_urls": {
        "Documentation": "https://beyondtheclouds.github.io/enos/",
        "Homepage": "https://github.com/BeyondTheClouds/enos"
    },
    "split_keywords": [
        "openstack",
        "evaluation",
        "grid'5000",
        "chameleon",
        "vagrant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cca600014dfe2b2af554e05564163316ca82488e4582df5dc0966d13dee40954",
                "md5": "85d8a112fbc9faf23ee370a31035de18",
                "sha256": "93dd7ab2c65bf1fdb954b83a7df747897534bab31f74a7eb8f0c5dfad2b002c8"
            },
            "downloads": -1,
            "filename": "enos-7.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85d8a112fbc9faf23ee370a31035de18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 127873,
            "upload_time": "2022-03-30T19:48:54",
            "upload_time_iso_8601": "2022-03-30T19:48:54.829390Z",
            "url": "https://files.pythonhosted.org/packages/cc/a6/00014dfe2b2af554e05564163316ca82488e4582df5dc0966d13dee40954/enos-7.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51bfae4183d8c2d1c9a247aa3b58adf1efceff02b8fa126663e257d8bf1b0db7",
                "md5": "65589a67b66e2eccf82560cf85592901",
                "sha256": "d80f549b270efed11083822f9704d601762b5d4c0dae26559600de439d0862ed"
            },
            "downloads": -1,
            "filename": "enos-7.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "65589a67b66e2eccf82560cf85592901",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 92529,
            "upload_time": "2022-03-30T19:48:57",
            "upload_time_iso_8601": "2022-03-30T19:48:57.180011Z",
            "url": "https://files.pythonhosted.org/packages/51/bf/ae4183d8c2d1c9a247aa3b58adf1efceff02b8fa126663e257d8bf1b0db7/enos-7.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-30 19:48:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BeyondTheClouds",
    "github_project": "enos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "enos"
}
        
Elapsed time: 0.22717s