Bug 1990119
Summary: | Documentation bug for the compute_resource module | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Luc de Louw <ldelouw> | |
Component: | Ansible Collection | Assignee: | Evgeni Golov <egolov> | |
Status: | CLOSED ERRATA | QA Contact: | Griffin Sullivan <gsulliva> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.9.0 | CC: | egolov, osousa, zhunting | |
Target Milestone: | 6.12.0 | Keywords: | Triaged | |
Target Release: | Unused | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | ansible-collection-redhat-satellite-3.4.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2131788 (view as bug list) | Environment: | ||
Last Closed: | 2022-11-16 13:32:46 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: |
Description
Luc de Louw
2021-08-04 19:26:17 UTC
Verified in 6.12 snap 10 compute_resource docs are updated with a proper libvirt url and new display_type. Steps to Reproduce: 1) # ansible-doc -M /usr/share/ansible/collections/ansible_collections/redhat/satellite/plugins/modules compute_resource Results: - name: Create livirt compute resource redhat.satellite.compute_resource: name: example_compute_resource locations: - Munich organizations: - ACME provider: libvirt provider_params: url: qemu+ssh://root.com/system display_type: spice server_url: "https://satellite.example.com" username: "admin" password: "changeme" state: present Notes: Original link is also updated properly. 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 (Important: Satellite 6.12 Release), 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/RHSA-2022:8506 |