Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2131788 - Documentation bug for the compute_resource module
Summary: Documentation bug for the compute_resource module
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Ansible Collection
Version: 6.9.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: 6.11.4
Assignee: Evgeni Golov
QA Contact: Griffin Sullivan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-10-03 16:03 UTC by Odilon Sousa
Modified: 2022-10-27 13:08 UTC (History)
3 users (show)

Fixed In Version: ansible-collection-redhat-satellite-3.6.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1990119
Environment:
Last Closed: 2022-10-27 13:08:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github theforeman foreman-ansible-modules pull 1404 0 None Merged update libvirt doc examples 2022-10-03 16:03:36 UTC
Red Hat Issue Tracker SAT-12649 0 None None None 2022-10-03 16:03:36 UTC
Red Hat Product Errata RHSA-2022:7242 0 None None None 2022-10-27 13:08:57 UTC

Description Odilon Sousa 2022-10-03 16:03:24 UTC
+++ This bug was initially created as a clone of Bug #1990119 +++

Description of problem:

When following the documentation at https://console.redhat.com/ansible/automation-hub/repo/published/redhat/satellite/content/module/compute_resource the URL of the provider is wrong, at least for the libvirt provider.


Version-Release number of selected component (if applicable):
2.1.2 (Sat 6.9 -> 2.0.1)

How reproducible:
Always

Steps to Reproduce:
1. Using the following Ansible playbook snippet:
provider_params:
      url: libvirt.example.com
      display_type: vnc
2. Run the playbook


Actual results:

fatal: [localhost]: FAILED! => {"changed": false, "error": {"errors": {"url": ["is invalid"]}, "full_messages": ["URL is invalid"], "id": null}, "msg": "Error while performing create on compute_resources: 422 Client Error: Unprocessable Entity"}                                             


Expected results:

TASK [compute-resources : Create livirt compute resource] *********************************************
changed: [localhost]



Additional info:

Correct would be:

- name: Create livirt compute resource
  redhat.satellite.compute_resource:
    name: libvirt-hypervisor
    locations: "BER"
    organizations: "{{ organization }}"
    provider: libvirt
    provider_params:
      url: qemu+ssh://root.com/system
      display_type: spice
      set_console_password: no
    server_url: "{{ sat_url }}"
    username: "{{ sat_user }}"
    password: "{{ sat_passwd }}"
    state: present

BTW: display_type is also undocumented and vnc is not really state of the art compared to spice.

Thanks,

Luc

--- Additional comment from  on 2022-09-09T15:58:25Z 

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.

Comment 2 Griffin Sullivan 2022-10-11 15:19:09 UTC
Verified in 6.11.4 snap 1

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

Comment 7 errata-xmlrpc 2022-10-27 13:08:49 UTC
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.11.4 Async Security Update), 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:7242


Note You need to log in before you can comment on or make changes to this bug.