Bug 1669534
| Summary: | Remove Ansible module from VDO package | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Dennis Keefe <dkeefe> |
| Component: | vdo | Assignee: | Bryan Gurney <bgurney> |
| Status: | CLOSED ERRATA | QA Contact: | vdo-qe |
| Severity: | low | Docs Contact: | Marek Suchánek <msuchane> |
| Priority: | unspecified | ||
| Version: | 8.1 | CC: | awalsh, bgurney, rhandlin |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 6.2.1.20 | Doc Type: | Enhancement |
| Doc Text: |
.The VDO Ansible module has been moved to Ansible packages
Previously, the VDO Ansible module was provided by the `vdo` RPM package. Starting with this release, the module is provided by the `ansible` package instead.
The original location of the VDO Ansible module file was:
----
/usr/share/doc/vdo/examples/ansible/vdo.py
----
The new location of the file is:
----
/usr/lib/python3.6/site-packages/ansible/modules/system/vdo.py
----
The `vdo` package continues to distribute Ansible playbooks.
For more information on Ansible, see link:http://docs.ansible.com/[].
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-05 22:12:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1682564 | ||
| Bug Blocks: | |||
|
Description
Dennis Keefe
2019-01-25 15:08:34 UTC
The README.txt file will remain in the directory, with the following header: ---- This directory contains example playbooks for the "vdo" module in Ansible, which can be used to create and remove VDO volumes, modify configuration options, and start and stop VDO volumes. The Ansible "vdo" module can be found in Ansible, version 2.5 or greater. General information on Ansible can be found at http://docs.ansible.com/ ---- *** Bug 1663259 has been marked as a duplicate of this bug. *** vdo-6.2.1.102-11.el8.x86_64 # rpm -ql vdo | grep ansible /usr/share/doc/vdo/examples/ansible /usr/share/doc/vdo/examples/ansible/README.txt /usr/share/doc/vdo/examples/ansible/test_vdocreate.yml /usr/share/doc/vdo/examples/ansible/test_vdocreate_alloptions.yml /usr/share/doc/vdo/examples/ansible/test_vdoremove.yml # cat /usr/share/doc/vdo/examples/ansible/README.txt This directory contains example playbooks for the "vdo" module in Ansible, which can be used to create and remove VDO volumes, modify configuration options, and start and stop VDO volumes. The Ansible "vdo" module can be found in Ansible, version 2.5 or greater. General information on Ansible can be found at http://docs.ansible.com/ To run a playbook: 1. On the control system, set up a passwordless SSH session via the "ssh-agent bash" and "ssh-add" commands. 2. Specify the managed hosts and groups by adding them to the /etc/ansible/hosts file on the control system. 3. Using the "hosts" value, construct a playbook detailing the desired state of the VDO volume. 4. When ready, execute "ansible-playbook <playbook.yml>". For additional diagnostic output, run "ansible-playbook <playbook.yml> -vvvv". VDO rpm no longer provides any .py ansible modules, only playbooks. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3548 |