Bug 1428607
| Summary: | Service : Ansible service request fails with error "`examine_request': undefined method `name' for nil:NilClass" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Shveta <sshveta> | ||||||
| Component: | UI - OPS | Assignee: | mkanoor | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.8.0 | CC: | dajohnso, gmccullo, hkataria, jhardy, mpovolny, obarenbo, simaishi, sshveta | ||||||
| Target Milestone: | GA | ||||||||
| Target Release: | 5.8.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | service:ansible | ||||||||
| Fixed In Version: | 5.8.0.6 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-05-31 14:38:10 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: |
|
||||||||
Shveta - Please clarify what type of Ansible catalog item you are creating as there are now 2 types supported in 5.8: Ansible Playbooks and AnsibleTower. I believe this is an AnsibleTower catalog item where the Provider and JobTemplate values have not been specified. It would help if you could include a screenshot of the catalog item you created. Created attachment 1259727 [details]
Ansible catalog item
Please check the entry point if its correct.
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/fc768ed6236398bc69a6ea5143740fb94d46479e commit fc768ed6236398bc69a6ea5143740fb94d46479e Author: Madhu Kanoor <mkanoor> AuthorDate: Mon Mar 6 17:21:42 2017 -0500 Commit: Madhu Kanoor <mkanoor> CommitDate: Mon Mar 6 17:21:42 2017 -0500 Incorrect source_type in has_many https://bugzilla.redhat.com/show_bug.cgi?id=1428607 Ansible Tower Services where failing trying to access the configuration_manager app/models/mixins/service_configuration_mixin.rb | 2 +- spec/models/service_ansible_tower_spec.rb | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6784bdee52ee18cfe47ae12eb86e5a489309c2ce commit 6784bdee52ee18cfe47ae12eb86e5a489309c2ce Author: James Wong <jwong> AuthorDate: Tue Mar 7 15:54:49 2017 -0500 Commit: James Wong <jwong> CommitDate: Wed Mar 8 11:34:45 2017 -0500 migrate configuration_scripts to configuration_script_base in service_resources table https://bugzilla.redhat.com/show_bug.cgi?id=1428607 ...7203433_migrate_configuration_script_to_base.rb | 20 ++++++++++++ ...33_migrate_configuration_script_to_base_spec.rb | 37 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 db/migrate/20170307203433_migrate_configuration_script_to_base.rb create mode 100644 spec/migrations/20170307203433_migrate_configuration_script_to_base_spec.rb Fixed. Verified in 5.8.0.12-rc1.20170425180304_4f35996 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, 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-2017:1367 |
Created attachment 1259353 [details] automation logs Description of problem: Version-Release number of selected component (if applicable): 5.8.0.2-nightly.20170228141623_8710eed How reproducible: Steps to Reproduce: 1. Create an ansible service request . 2. request fails with below error in logs 3. Actual results: Expected results: Additional info: