Go to file
Gael Chamoulaud 29b00170b3 TripleO Validator CLI Refactor
This patch hardly refactors the TripleO Validator CLI. The 'List'
subcommand has been split in different new subcommands which does "one
thing and only one thing". It also adds the support for the TripleO
history file and integrates better the CLI with the openstack client
library, which simplifies it a lot.

The subcommands are:

- To display the full list of validations or by group(s):
  ```
  $ openstack tripleo validator list
  ```

- To display full details about one validation:
  ```
  $ openstack tripleo validator show
  ```

- To display the available parameters for one or multiple validations,
  export them in a JSON or YAML file:
  ```
  $ openstack tripleo validator show parameter
  ```

- To display full details about the groups used by the validations:
  ```
  $ openstack tripleo validator group info
  ```

- To run one or several validations by names or by groups:
  ```
  $ openstack tripleo validator run
  ```

Depends-On: I56b9d39c113cfb30695fe8cf2740ae147b0dd3e4
Change-Id: I09e2cba484d3a91915fb9294bc351b5d7f3aca0f
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-12-13 15:06:34 +01:00
2019-06-21 07:44:21 -06:00
2019-09-11 16:33:21 +02:00
2019-06-21 07:44:21 -06:00
2019-04-19 19:42:47 +00:00
2015-03-17 09:33:52 -04:00
2019-01-04 17:31:21 +00:00
2015-03-17 09:33:52 -04:00
2019-09-11 16:33:21 +02:00
2015-03-17 09:33:52 -04:00
2019-09-11 16:33:21 +02:00
2019-12-13 15:06:34 +01:00
2017-03-07 02:06:19 +00:00
2019-09-11 16:33:21 +02:00

About tripleoclient

General information

tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.

See the TripleO Documentation for details on using tripleoclient.

See the Release Notes

Team and repository tags

image

Description
RETIRED, python utility to manage a tripleo based cloud
Readme 71 MiB