python-fuelclient/fuelclient
Bulat Gaifullin bac19f24b3 Added commands to manage deployment sequences
Commands:
  - fuel2 sequence create -r <release> -n <name> -t <graph_type1> [graph_typeN]
  - fuel2 sequence upload -r <release> --file <file_path>
  - fuel2 sequence download <id> [--file <file path>]
  - fuel2 sequence delete <id>
  - fuel2 sequence update <id> [-name <name>] [-t <graph_type1> [graph_typeN]]
  - fuel2 sequence list -r <release_id> | -e <env_id>
  - fuel2 sequence show <id>
  - fuel2 sequence execute <id> -e <env_id> [--force] [--dry-run] [--noop]

DocImpact
Change-Id: I6eb688c5cc91b2b3dbaa2fe5c52a69fe062da664
Partial-Bug: 1620620
2016-09-09 10:49:29 +03:00
..
cli Noop run support 2016-08-25 05:00:55 +03:00
commands Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
common Add new CLI commands for managing cluster facts 2016-08-11 13:57:39 +03:00
objects Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
tests Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
v1 Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
__init__.py Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
client.py Now it is possilble to upload deployment graph via CLI 2016-08-25 01:55:47 +03:00
consts.py Introduced command 'env redeploy' in v2 version of fuelclient 2016-03-27 21:28:43 -05:00
fuel_client.yaml Use OS command line parameters for credentials 2016-02-12 16:01:47 +01:00
fuelclient_settings.py Add notice about updating fuel_client.yaml when updating pass 2016-04-12 15:47:31 +00:00
hooks.py Allow python-fuelclient to be packaged properly 2015-01-24 22:57:34 +01:00
main.py Remove deprecated --fuel-version option 2016-06-15 15:48:26 +00:00
profiler.py py3: Fix syntax error in parameter unpacking 2015-09-15 12:00:57 +02:00
utils.py Allow passing list of dicts for create-vms-conf command. 2016-05-24 12:23:35 +02:00