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 1982753 - Ansible variables are not imported from roles provided by a collection that is installed to /usr/share/ansible/collections
Summary: Ansible variables are not imported from roles provided by a collection that i...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Ansible - Configuration Management
Version: 6.10.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: Danny Synk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-15 15:43 UTC by Danny Synk
Modified: 2021-11-16 14:12 UTC (History)
5 users (show)

Fixed In Version: tfm-rubygem-smart_proxy_ansible-3.1.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-16 14:12:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 33133 0 Normal Ready For Testing Ansible variables are not imported from roles provided by a collection that is installed to /usr/share/ansible/collectio... 2021-07-26 09:29:38 UTC
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:12:45 UTC

Description Danny Synk 2021-07-15 15:43:19 UTC
Description of problem:

When an Ansible Collection is installed on Satellite to /etc/ansible/collections and the roles from the collection are subsequently imported to Satellite, any Ansible Variables in those roles are also imported as expected. However, when an Ansible Collection is installed on Satellite to /usr/share/ansible/collections and the roles from the collection are subsequently imported to Satellite, no Ansible Variables in those roles are imported to Satellite.

Version-Release number of selected component (if applicable):
Satellite 6.10, snap 9
tfm-rubygem-foreman_ansible-6.3.1-1.el7sat.noarch

How reproducible:
100%

Steps to Reproduce:
1. Install the ovirt.ovirt collection to /usr/share/ansible/collections:

  # ansible-galaxy collection install -p /usr/share/ansible/collections/ ovirt.ovirt

2. On the Configure > Roles page of the Satellite webUI, click the "Import from satellite.example.com" button. 
3. Select all roles from the ovirt.ovirt collection and click the "Submit" button.
4. Navigate to the Configure > Variables page and observe the number of variables.
5. On the Configure > Roles page, delete all ovirt.ovirt roles.
6. Remove the ovirt.ovirt collection from the Satellite file system:

  # rm -rf /usr/share/ansible/collections/ansible_collections/ovirt/

7. Create the /etc/ansible/collections directory:

  # mkdir /etc/ansible/collections

8. Install the ovirt.ovirt collection to /etc/ansible/collections:

  # ansible-galaxy collection install -p /etc/ansible/collections/ ovirt.ovirt

9. On the Configure > Roles page of the Satellite webUI, click the "Import from satellite.example.com" button. 
10. Select all roles from the ovirt.ovirt collection and click the "Submit" button.
11. Navigate to the Configure > Variables page and observe the number of variables.


Actual results:

Installing the ovirt.ovirt collection to /usr/share/ansible/collections, then importing all roles from the collection imports zero Ansible variables. Installing the ovirt.ovirt collection to /etc/ansible/collections, then importing all roles from the collection imports 209 Ansible variables.  


Expected results:

Installing an Ansible Collection and importing the roles from that collection to Satellite imports the same number of variables, regardless of whether the collection was installed to /etc/ansible/collections/ or /usr/share/ansible/collections.

Comment 3 Bryan Kearney 2021-07-26 16:05:49 UTC
Upstream bug assigned to ymakias

Comment 4 Bryan Kearney 2021-07-26 16:05:51 UTC
Upstream bug assigned to ymakias

Comment 5 Bryan Kearney 2021-07-28 12:08:55 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/33133 has been resolved.

Comment 6 Danny Synk 2021-08-12 18:55:41 UTC
Steps to Test:
1. Install the ovirt.ovirt collection to /usr/share/ansible/collections:

  # ansible-galaxy collection install -p /usr/share/ansible/collections/ ovirt.ovirt

2. On the Configure > Roles page of the Satellite webUI, click the "Import from satellite.example.com" button. 
3. Select all roles from the ovirt.ovirt collection and click the "Submit" button.
4. Navigate to the Configure > Variables page and observe the number of variables.
5. On the Configure > Roles page, delete all ovirt.ovirt roles.
6. Remove the ovirt.ovirt collection from the Satellite file system:

  # rm -rf /usr/share/ansible/collections/ansible_collections/ovirt/

7. Create the /etc/ansible/collections directory:

  # mkdir /etc/ansible/collections

8. Install the ovirt.ovirt collection to /etc/ansible/collections:

  # ansible-galaxy collection install -p /etc/ansible/collections/ ovirt.ovirt

9. On the Configure > Roles page of the Satellite webUI, click the "Import from satellite.example.com" button. 
10. Select all roles from the ovirt.ovirt collection and click the "Submit" button.
11. Navigate to the Configure > Variables page and observe the number of variables.

Expected Results:
Installing an Ansible Collection and importing the roles from that collection to Satellite imports the same number of variables, regardless of whether the collection was installed to /etc/ansible/collections/ or /usr/share/ansible/collections.

Actual Results:
Installing an Ansible Collection and importing the roles from that collection to Satellite imports the same number of variables, regardless of whether the collection was installed to /etc/ansible/collections/ or /usr/share/ansible/collections.

Verified on Satellite 6.10, snap 13.

Comment 10 errata-xmlrpc 2021-11-16 14:12:34 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 (Moderate: Satellite 6.10 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-2021:4702


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