Metadata-Version: 2.0
Name: infrared
Version: 2.0.1.dev1942
Summary: InfraRed - easy-to-use plugin-based CLI for Ansible based projects
Home-page: https://github.com/redhat-openstack/infrared
Author: Red Hat OpenStack Infrastructure Team
Author-email: rhos-infrared-dev@redhat.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Dist: six
Requires-Dist: setuptools (>=11.3)
Requires-Dist: pip
Requires-Dist: ansible (<2.5.0.0,>=2.4.0.0)
Requires-Dist: shade (>=1.25)
Requires-Dist: colorlog (>=2.7.0)
Requires-Dist: PyYAML (>=3.11)
Requires-Dist: netaddr (>=0.7.18)
Requires-Dist: requests (!=2.12.2,!=2.13.0,>=2.10.0)
Requires-Dist: terminaltables (>=3.1.0)
Requires-Dist: Jinja2 (>=2.8.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: gitpython
Requires-Dist: argcomplete (==1.8.2)
Requires-Dist: PyGithub (>=1.25.2)
Requires-Dist: jsonschema (==2.6.0)
Provides-Extra: all
Requires-Dist: infrared-beaker; extra == 'all'
Requires-Dist: infrared-collect-logs; extra == 'all'
Requires-Dist: infrared-foreman; extra == 'all'
Requires-Dist: infrared-list-builds; extra == 'all'
Requires-Dist: infrared-openstack; extra == 'all'
Requires-Dist: infrared-ospdui; extra == 'all'
Requires-Dist: infrared-packstack; extra == 'all'
Requires-Dist: infrared-pytest-runner; extra == 'all'
Requires-Dist: infrared-rally; extra == 'all'
Requires-Dist: infrared-tempest; extra == 'all'
Requires-Dist: infrared-tripleo-overcloud; extra == 'all'
Requires-Dist: infrared-tripleo-undercloud; extra == 'all'
Requires-Dist: infrared-virsh; extra == 'all'
Provides-Extra: basic
Requires-Dist: infrared-tripleo-overcloud; extra == 'basic'
Requires-Dist: infrared-tripleo-undercloud; extra == 'basic'
Requires-Dist: infrared-virsh; extra == 'basic'
Requires-Dist: infrared-collect-logs; extra == 'basic'

=================
What is InfraRed?
=================

InfraRed is a plugin based system that aims to provide an easy-to-use CLI for Ansible based projects.
It aims to leverage the power of Ansible in managing / deploying systems, while providing an alternative, fully customized,
CLI experience that can be used by anyone, without prior Ansible knowledge.

The project originated from Red Hat OpenStack infrastructure team that looked for a solution to provide an "easier" method
for installing OpenStack from CLI but has since grown and can be used for *any* Ansible based projects.

Want to take it for a spin? check out our docs at the bottom under the `Official Documentation`_.

How to contribute?
------------------

To contribute please follow: http://infrared.readthedocs.io/en/latest/contribute.html

Official Documentation
----------------------

For more information Please read our `Documentation <http://infrared.readthedocs.org>`_



