Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1125959

Summary: [forman integration] Add URL checks; User is able to add external foreman provider with any dummy url
Product: Red Hat Enterprise Virtualization Manager Reporter: Tareq Alayan <talayan>
Component: ovirt-engineAssignee: Yaniv Bronhaim <ybronhei>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: acathrow, ecohen, gklein, iheim, lpeer, oourfali, pstehlik, Rhev-m-bugs, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-04 07:10:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
scrnshot none

Description Tareq Alayan 2014-08-01 13:07:31 UTC
Description of problem:
foreman external provider entry is added to ovirt-engine with dummy url http://there.is.nothing.

Version-Release number of selected component (if applicable):
foreman-1.6.0.32-1.el6sat.noarch
ovirt-engine-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch

How reproducible:
always

Steps to Reproduce:
1. login to web admin and go to Add external provider dialogu
2. on name field put Test
3. on URL put http://there.is.nothing. 


Actual results:
you will see an entry that Test is added 

Expected results:
Check if there is a real provider 

Additional info:

Comment 1 Tareq Alayan 2014-08-01 13:07:58 UTC
Created attachment 923303 [details]
scrnshot

Comment 2 Oved Ourfali 2014-08-04 07:10:25 UTC
We do no validation of the URL's existence.
That's why we have a "test" button. If someone wants to test it he can...

We don't enforce anything, as one might want to prepare an environment, and add the provider even before the provider actually exist...
Also, it may be down, firewalld, etc... we don't block it, and we shouldn't block it.

CLOSING as NOTABUG.