Description of problem: When adding an Ansible Tower provider after user validation when clicking add you are presented with a error "Endpoints.url has already been taken" [----] E, [2016-10-26T09:27:51.486022 #13758:132d830] ERROR -- : MIQ(provider_foreman_controller-edit): Endpoints.url has already been taken Version-Release number of selected component (if applicable): 5.7.0.7-beta1.20161025153249_9376fbd This error does not happen on the alpha 3 build How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
It's a feature, not a bug... see https://bugzilla.redhat.com/show_bug.cgi?id=1382627
*** Bug 1390133 has been marked as a duplicate of this bug. ***
https://github.com/ManageIQ/manageiq/pull/12449
*** Bug 1389457 has been marked as a duplicate of this bug. ***
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/1b0d107009d473a45c482547d0bca9e4bf4204f8 commit 1b0d107009d473a45c482547d0bca9e4bf4204f8 Author: Brandon Dunne <bdunne> AuthorDate: Tue Nov 8 17:26:32 2016 -0500 Commit: Brandon Dunne <bdunne> CommitDate: Tue Nov 8 17:35:08 2016 -0500 Allow the :autosave => true update the endpoint Delegate verify_ssl= to the endpoint and leverage the relation to autosave the default_endpoint. update_attributes was creating a disconnected endpoint record, so verify_credentials would create an endpoint then save would raise a validation error. https://bugzilla.redhat.com/show_bug.cgi?id=1388928 app/models/provider.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/aca061e269b9eefa4176f42a1120a2bc97dfed82 commit aca061e269b9eefa4176f42a1120a2bc97dfed82 Author: Greg McCullough <gmccullo> AuthorDate: Tue Nov 8 19:05:46 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Wed Nov 9 17:49:28 2016 -0500 Merge pull request #12449 from bdunne/endpoint_url Let the relation autosave the verify_ssl value (cherry picked from commit 31921db11f5445908f8c9ab101d5ae8495d1c231) https://bugzilla.redhat.com/show_bug.cgi?id=1388928 app/models/provider.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
This affects not only Ansible but also Satellite 6.
*** Bug 1396764 has been marked as a duplicate of this bug. ***