RETIRED, further work has moved to Debian project infrastructure
Go to file
Roman Podoliaka de0482ce15 fuel2: add `node ansible-inventory` command
This command makes fuel2 client generate an ansible inventory file
based on the list of cluster nodes. Nodes are grouped by roles, if a
particular node has more than one role, it will appear in the
inventory file several times.

More details on the ansible inventory file format:

   http://docs.ansible.com/ansible/intro_inventory.html

This could be useful when managing Fuel deployed clusters by the
means of ansible.

Change-Id: I2bcb5756ccbeae96f3614e1bda3caf7c8289973f
2016-03-17 20:08:55 +02:00
fuelclient fuel2: add `node ansible-inventory` command 2016-03-17 20:08:55 +02:00
specs Remove changelog section from rpm spec 2016-02-01 14:04:07 +02:00
tools Use OS command line parameters for credentials 2016-02-12 16:01:47 +01:00
.gitignore Support separate jUnit files for environments 2015-08-19 16:50:25 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:36:42 +00:00
.testr.conf Generate user settings file 2015-10-20 14:27:37 +02:00
MAINTAINERS MAINTAINERS 2016-03-17 10:46:50 +02:00
MANIFEST.in Revert "Removes MANIFEST.in as it is not needed explicitely by PBR" 2015-12-21 16:57:15 +00:00
README.rst Update link to developers' manual 2015-07-01 15:35:23 +02:00
requirements.txt Remove argparse from requirements 2015-12-11 20:08:15 +03:00
run_tests.sh Tox to manage all test environments on its own 2015-08-19 11:45:24 +02:00
setup.cfg fuel2: add `node ansible-inventory` command 2016-03-17 20:08:55 +02:00
setup.py Ensure fuel-client spec compatibility with CentOS 7 2015-12-01 15:51:30 +03:00
test-requirements.txt Add coverage to test-requirement.txt 2015-12-11 16:25:57 +00:00
tox.ini Fix incorrect environment variable in tox.ini 2016-01-18 08:12:41 +00:00

README.rst

python-fuelclient

python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.

Project resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/fuel

Development documentation is hosted here:

https://docs.fuel-infra.org/fuel-dev

User guide can be found here:

http://docs.mirantis.com

Any additional information can be found on the Fuel's project wiki

https://wiki.openstack.org/wiki/Fuel

Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute

http://docs.openstack.org/infra/manual/developers.html