Bug 1322590
| Summary: | Unable to discover Ansible Tower | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Brandon Johnson <brjohnso> | 
| Component: | Providers | Assignee: | Brandon Dunne <bdunne> | 
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> | 
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.6.0 | CC: | dajohnso, gmccullo, jfrey, jhardy, llange, obarenbo | 
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ansible:error | ||
| Fixed In Version: | 5.6.0.4 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-29 15:46:18 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: | |||
| 
        
          Comment 5
        
        
          CFME Bot
        
        
        
        
        
          2016-04-11 22:06:55 UTC
        
       New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/ab2380d3819d46516ca33cf7b733111f61d63cd1 commit ab2380d3819d46516ca33cf7b733111f61d63cd1 Author: Brandon Dunne <bdunne> AuthorDate: Fri Apr 8 11:55:23 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Apr 15 17:42:05 2016 -0400 Remove url from Providers since it was migrated to endpoints See: e4ab4d8d8aacb445e423282e17695e99ec163f8c https://bugzilla.redhat.com/show_bug.cgi?id=1322590 Fixes #7614 db/migrate/20160408154738_drop_url_from_providers.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20160408154738_drop_url_from_providers.rb New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9218e1caf825a2299265d80136d122ab36b8653a commit 9218e1caf825a2299265d80136d122ab36b8653a Author: Brandon Dunne <bdunne> AuthorDate: Fri Apr 8 13:00:33 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Apr 15 17:42:05 2016 -0400 Remove validation of url uniqueness https://bugzilla.redhat.com/show_bug.cgi?id=1322590 Fixes #7614 app/models/manageiq/providers/ansible_tower/provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/66cdafaf582f045353fa60ee6a0681a37d6f0520 commit 66cdafaf582f045353fa60ee6a0681a37d6f0520 Author: Brandon Dunne <bdunne> AuthorDate: Tue Apr 12 08:53:27 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Apr 15 17:42:05 2016 -0400 Ensure url is properly formatted for AnsibleTower Providers Add tests for ManageIQ::Providers::AnsibleTower::Provider#url= https://bugzilla.redhat.com/show_bug.cgi?id=1322590 Fixes #7614 .../manageiq/providers/ansible_tower/provider.rb | 15 +++++++++--- .../providers/ansible_tower/provider_spec.rb | 27 ++++++++++++++++++---- 2 files changed, 34 insertions(+), 8 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0f5753c92c504df38247ba6eac8c9abd99fde02a commit 0f5753c92c504df38247ba6eac8c9abd99fde02a Author: Brandon Dunne <bdunne> AuthorDate: Tue Apr 12 12:56:47 2016 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Apr 15 17:42:05 2016 -0400 Remove uniqueness on ManageIQ::Providers::Foreman::Provider#url It seems to also apply to ManageIQ::Providers::AnsibleTower::Provider#url https://bugzilla.redhat.com/show_bug.cgi?id=1322590 Fixes #7614 app/models/manageiq/providers/foreman/provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) *** Bug 1339608 has been marked as a duplicate of this bug. *** 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/RHBA-2016:1348 |