Go to file
Ilya Kutukov 7a9cd8abec Add custom graph upload and run support to the Fuel V2 CLI
Following commands are added:

* fuel2 graph upload --env env_id [--type graph_type] --file tasks.yaml

* fuel2 graph upload --release release_id [--type graph_type] --file tasks.yaml

* fuel2 graph upload --plugin plugin_id [--type graph_type] --file tasks.yaml
  --type is optional. ‘default’ graph type with confirmation should be used
  if no type is defined.

* fuel2 graph execute --env env_id [--type graph_type] [--node node_ids]
  Graph execution available only for the environment.

Change-Id: I33b168b7929b10200709efc58fd550f8779b39ae
Partial-Bug: #1563851
DocImpact
2016-04-07 13:41:29 +00:00
2016-03-27 20:29:43 +00:00
2015-10-17 22:36:42 +00:00
2015-10-20 14:27:37 +02:00
2016-03-17 10:46:50 +02:00
2015-07-01 15:35:23 +02:00
2016-03-08 17:54:01 +00:00

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

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.3 MiB