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 1802631 - Importing Ansible variables yields NoMethodError: undefined method `map' for nil:NilClass (initialize_variables) [variables_importer.rb]
Summary: Importing Ansible variables yields NoMethodError: undefined method `map' for ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Ansible - Configuration Management
Version: 6.6.0
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: 6.8.0
Assignee: satellite6-bugs
QA Contact: Lukas Pramuk
URL:
Whiteboard:
: 1800716 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-13 15:12 UTC by Jaroslav Krajicek
Modified: 2023-12-15 17:19 UTC (History)
10 users (show)

Fixed In Version: tfm-rubygem-foreman_ansible-4.0.4
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 13:00:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Full trace of NoMethodError variables_importer.rb (11.66 KB, text/plain)
2020-02-13 15:12 UTC, Jaroslav Krajicek
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28578 0 Normal Closed Variables can be nil when importing Ansible variables through the Foreman UI 2021-02-09 12:08:14 UTC
Red Hat Knowledge Base (Solution) 5041031 0 None None None 2020-05-01 05:48:07 UTC
Red Hat Product Errata RHSA-2020:4366 0 None None None 2020-10-27 13:00:59 UTC

Description Jaroslav Krajicek 2020-02-13 15:12:10 UTC
Created attachment 1662979 [details]
Full trace of NoMethodError variables_importer.rb

Description of problem:

`Satellite WebUI -> Configure -> Ansible -> Variables -> Import`
fails with below mentioned error


Version-Release number of selected component (if applicable):
satellite-6.6.0-7.el7sat.noarch


How reproducible:
Unable to reproduce in lab on Satellite 6.6
System with issue upgraded from 6.4


Actual results:
(Full trace attached as file)
~~~
NoMethodError
undefined method `map' for nil:NilClass
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.7.1/app/services/foreman_ansible/variables_importer.rb:48:in `initialize_variables'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.7.1/app/services/foreman_ansible/variables_importer.rb:34:in `block in import_variables'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.7.1/app/services/foreman_ansible/variables_importer.rb:31:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_ansible-3.0.7.1/app/services/foreman_ansible/variables_importer.rb:31:in `map'
...
...
~~~


Expected results:
Successful import of Ansible variables `foreman_scap_client_server, foreman_scap_client_port, foreman_scap_client_policies`


Additional info:
Original issue that the customer seemed to hit:
https://bugzilla.redhat.com/show_bug.cgi?id=1753313
foreman-debug output attached to the case 02581501

Comment 3 Ondřej Pražák 2020-02-14 06:59:03 UTC
Connecting redmine issue https://projects.theforeman.org/issues/28578 from this bug

Comment 4 Bryan Kearney 2020-02-14 07:03:26 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28578 has been resolved.

Comment 5 Brad Buckingham 2020-02-26 17:15:13 UTC
*** Bug 1800716 has been marked as a duplicate of this bug. ***

Comment 7 Lukas Pramuk 2020-08-31 13:47:46 UTC
VERIFIED.

@Satellite 6.8.0 Snap12
tfm-rubygem-foreman_ansible-5.1.1-1.el7sat.noarch

by the following manual reproducer:

1) Create a bogus role 'foo'

# touch /usr/share/ansible/roles/foo

2) Import the role 'foo'

# hammer ansible roles import --proxy-id 1 --role-names foo
Result:   
  The following ansible roles were changed
Imported: 
 1) foo

3) Import ansible variables (for the role 'foo')

REPRO:

# hammer ansible variables import --proxy-id 1
Could not import variables:
  Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs.

vs.

FIX:

# hammer ansible variables import --proxy-id 1
Result: 
  No changes in ansible variables detected.

>>> if there is bogus role then ansible variables import is not failing on that

Comment 10 errata-xmlrpc 2020-10-27 13:00:29 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.8 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-2020:4366


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