CLI should allow to list, upload, download custom graphs with any type
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Bulat Gaifullin | ||
Mitaka |
Fix Released
|
High
|
Bulat Gaifullin | ||
Newton |
Fix Committed
|
High
|
Bulat Gaifullin |
Bug Description
Fuel CLI should allow to use graph type for command:
* fuel2 graph list --env env_id
* 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 download --env env_id --all [--type graph_type] [--file cluster_graph.yaml]
* fuel2 graph download --env env_id --cluster [--type graph_type] [--file cluster_graph.yaml]
* fuel2 graph download --env env_id --plugins [--type graph_type] [--file plugins_graph.yaml]
* fuel2 graph download --env env_id --release [--type graph_type] [--file release_graph.yaml]
--type is optional and ‘default’ graph will be downloaded in no type is
defined.
* fuel2 graph execute --env env_id [--type graph_type] [--node node_ids] Graph execution available only for the environment.
summary: |
- CLI should allow to list, upload, download custom graph with any type + CLI should allow to list, upload, download custom graphs with any type |
Changed in fuel: | |
assignee: | Ilya Kutukov (ikutukov) → Vladimir Kuklin (vkuklin) |
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Ilya Kutukov (ikutukov) |
Changed in fuel: | |
assignee: | Ilya Kutukov (ikutukov) → Vladimir Kuklin (vkuklin) |
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Ilya Kutukov (ikutukov) |
tags: | added: on-verification |
tags: | added: 9.1-proposed |
Changed in fuel: | |
assignee: | Ilya Kutukov (ikutukov) → Vladimir Kuklin (vkuklin) |
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Ilya Kutukov (ikutukov) |
Changed in fuel: | |
assignee: | Bulat Gaifullin (bgaifullin) → Ilya Kutukov (ikutukov) |
Changed in fuel: | |
assignee: | Ilya Kutukov (ikutukov) → Bulat Gaifullin (bgaifullin) |
tags: | added: on-verification |
(This check performed automatically)
Please, make sure that bug description contains the following sections filled in with the appropriate data related to the bug you are describing:
actual result
expected result
steps to reproduce
For more detailed information on the contents of each of the listed sections see https:/ /wiki.openstack .org/wiki/ Fuel/How_ to_contribute# Here_is_ how_you_ file_a_ bug