Bug 1382627

Summary: [Config management] - Same config manager can be added multiple times
Product: Red Hat CloudForms Management Engine Reporter: Pavol Kotvan <pakotvan>
Component: ProvidersAssignee: Brandon Dunne <bdunne>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Kotvan <pakotvan>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.7.0CC: cpelland, dajohnso, gmccullo, hkataria, jfrey, jhardy, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:config_mgmt
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1389789 (view as bug list) Environment:
Last Closed: 2017-06-12 16:24:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1389789    

Comment 3 CFME Bot 2016-10-20 19:01:25 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/b019e537139ae24db216acd40eb6cbaa7f2ab2fd

commit b019e537139ae24db216acd40eb6cbaa7f2ab2fd
Author:     Brandon Dunne <bdunne>
AuthorDate: Wed Oct 19 17:07:23 2016 -0400
Commit:     Brandon Dunne <bdunne>
CommitDate: Thu Oct 20 09:50:22 2016 -0400

    Add uniqueness validation on Endpoint#url
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1382627

 app/models/endpoint.rb       |  1 +
 spec/models/endpoint_spec.rb | 12 ++++++++++++
 2 files changed, 13 insertions(+)

Comment 4 CFME Bot 2016-10-20 19:01:31 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/2a1e51f6273f87bf818b60b1af9d1e8d986d2cbc

commit 2a1e51f6273f87bf818b60b1af9d1e8d986d2cbc
Author:     Brandon Dunne <bdunne>
AuthorDate: Thu Oct 20 09:51:03 2016 -0400
Commit:     Brandon Dunne <bdunne>
CommitDate: Thu Oct 20 09:51:03 2016 -0400

    Fix failing controller spec
    
    - Change duplicate URL which now fails validation
    - Fix inconsistent hash alignment
    - Remove unnecessary context
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1382627

 spec/controllers/provider_foreman_controller_spec.rb | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Comment 5 CFME Bot 2016-10-21 21:01:07 UTC
New commit detected on ManageIQ/manageiq/euwe:
https://github.com/ManageIQ/manageiq/commit/13c6d9cfc3c8df082c5a99dddba7b0318b26cec1

commit 13c6d9cfc3c8df082c5a99dddba7b0318b26cec1
Author:     Chris Arcand <chrisarcand.github.com>
AuthorDate: Thu Oct 20 13:57:54 2016 -0500
Commit:     Oleg Barenboim <chessbyte>
CommitDate: Fri Oct 21 16:56:48 2016 -0400

    Merge pull request #12068 from bdunne/ansible_tower_duplicates
    
    Add uniqueness validation on Endpoint#url
    (cherry picked from commit 97e2b60505bba824ea91617afb796f830a85fa77)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1382627

 app/models/endpoint.rb                               |  1 +
 spec/controllers/provider_foreman_controller_spec.rb | 18 +++++++-----------
 spec/models/endpoint_spec.rb                         | 12 ++++++++++++
 3 files changed, 20 insertions(+), 11 deletions(-)