Bug 1802631
Summary: | Importing Ansible variables yields NoMethodError: undefined method `map' for nil:NilClass (initialize_variables) [variables_importer.rb] | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jaroslav Krajicek <jkrajice> | ||||
Component: | Ansible - Configuration Management | Assignee: | satellite6-bugs <satellite6-bugs> | ||||
Status: | CLOSED ERRATA | QA Contact: | Lukas Pramuk <lpramuk> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.6.0 | CC: | b.prins, dchaudha, egolov, jbhatia, ktordeur, mhulan, oprazak, patalber, rbertolj, saydas | ||||
Target Milestone: | 6.8.0 | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | tfm-rubygem-foreman_ansible-4.0.4 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-10-27 13:00:29 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: | |||||||
Attachments: |
|
Description
Jaroslav Krajicek
2020-02-13 15:12:10 UTC
Connecting redmine issue https://projects.theforeman.org/issues/28578 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28578 has been resolved. *** Bug 1800716 has been marked as a duplicate of this bug. *** 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
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 |