1. Add data_model.py and data_model_shell.py for accept and
process request.
2. Add relative unittest.
Partically Implements: blueprint show-datamodel-api
Change-Id: I5e080453acaedf7e20734d67922b64511dd5f7fd
Removes old cliutils.py file that contains methods provided by osc_lib
and remove prettytable dependency that was only required by cliutils.py
Depends-on: I8bc3330a456f8bb76a17c4277a094a64fe9be449
Change-Id: Ib9eedafb211c205ff8b7dd18a9fc87e1f0b2739f
This patch set updates watcher api command argument.
1. os_watcher_api_version to os_infra_optim_api_version
2. OS_WATCHER_API_VERSION to OS_INFRA_OPTIM_API_VERSION
This patch set also updated --os-infra-optim-api-version help message.
Change-Id: I2502377b350b8cabfeba80c68f0569d567d24b3a
Add new start_time and end_time fields when audit create
Partially Implements: blueprint add-start-end-time-for-continuous-audit
Change-Id: I37d1bd13649dfb92ce7526f04b25054ed088c4f2
This patch set removes additional type verification
for goal and strategy entities to let CLI pass goal
and strategy names straight to API.
Depends-On: I89a9c7661616f49639151869055d8f5ebe723d5f
Change-Id: I323a66dd5bdef6f33d5fd5c60c99e1b4dcd7a7e0
Closes-Bug: #1794233
This patch set is intended for Python 3.x support and replace
itervalues() method with values().
Change-Id: I6852239d2d6634a4304c87a1694e64479f560de1
Closes-Bug: #1786784
Currently, watcher start actionplan command uses update request
to start the action plan.
PATCH /v1/action_plans
This Patch Set will send the request to new API for action plan start
POST /v1/action_plans/action_plan_uuid/start
Depends-on: I5353e4aa58d1675d8afb94bea35d9b953514129a
Change-Id: I15291efa994daf719342d764f6179ca7699d8b08
Related-Bug: #1756274
Actionplan create command can create new
audit which looks ambiguous as audit should only
be created by audit command.
Change-Id: I6d8116b4520be5cbb4289de7caf9cc99251e1f9f
Closes-bug: #1764654
This patch set adds tempest plugin to register existing tempest
tests of watcherclient. It is also required to let devstack-tempest
job to launch watcherclient functional tests.
Change-Id: I4d906fd597048bb37803a2bb42f8357502cf1b76
This patch set adds command "strategy state"
that allows to request strategy requirements to run.
Partially-Implements: blueprint check-strategy-requirements
Change-Id: I327cc4f5a887f62af700bd646576caa036faaf75