Bug 1399709
Summary: | Emit not supported message when executing ovirt-engine-cli scripts | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine-cli | Reporter: | Juan Hernández <juan.hernandez> |
Component: | General | Assignee: | Ondra Machacek <omachace> |
Status: | CLOSED WONTFIX | QA Contact: | Lukas Svaty <lsvaty> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.9.1 | CC: | apinnick, bugs, dmoessne, klaas, mgoldboi, michal.skrivanek, mkalinin, mperina, shalygin.k, sraje |
Target Milestone: | --- | Flags: | sbonazzo:
ovirt-4.3-
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Deprecated Functionality | |
Doc Text: |
The `ovirt-shell` tool has been deprecated since RHV 4.0 and has not been updated since. It is included in RHV 4.3 and later, in order not to break existing scripts, but the tool is now unsupported.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-09 11:16:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1455534 |
Description
Juan Hernández
2016-11-29 15:28:06 UTC
will there be a replacement for the cli? Should the deprecation be noted in the RHEVM Shell Guide https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/rhevm_shell_guide/ ? There will be no direct replacement, but most tasks are better performed using one of the SDKs: Python: https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples Ruby: https://github.com/oVirt/ovirt-engine-sdk-ruby/tree/master/sdk https://github.com/oVirt/ovirt-engine-sdk-ruby/tree/master/sdk/examples Java: https://github.com/oVirt/ovirt-engine-sdk-java/tree/master/sdk https://github.com/oVirt/ovirt-engine-sdk-java/tree/master/sdk/src/test/java/org/ovirt/engine/sdk4/examples Go: https://github.com/imjoey/go-ovirt https://github.com/imjoey/go-ovirt/tree/master/examples Or the Ansible modules: https://www.ovirt.org/develop/release-management/features/infra/ansible_modules I agree that the deprecation notice should be added to the Guide. Lucy, can you help with that? In 4.3 we need to ensure ovirt-engine-cli emits a deprecation warning when executed. The package won't be maintained but will be shipped in 4.3 without support and dropped in 4.4. (In reply to Sandro Bonazzola from comment #9) > In 4.3 we need to ensure ovirt-engine-cli emits a deprecation warning when > executed. The package won't be maintained but will be shipped in 4.3 without > support and dropped in 4.4. I'd prefer to emit message, that this tool is unsupported in 4.3+ ovirt-engine-cli is deprecated from oVirt 4.0 and completely unsupported from oVirt 4.3 |