Bug 843623
Summary: | ip address did not resolve to an ip address | |||
---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Cybertimber2011 <cybertimber2000> | |
Component: | ovirt-engine-installer | Assignee: | Sandro Bonazzola <sbonazzo> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.1 RC | CC: | acathrow, alourie, iheim, jkt, sbonazzo | |
Target Milestone: | --- | |||
Target Release: | 3.2 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | integration | |||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 953770 (view as bug list) | Environment: | ||
Last Closed: | 2013-07-25 21:13:01 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 953770 |
Description
Cybertimber2011
2012-07-26 19:04:23 UTC
Additional comment, that line differs from others in how the options are presented. It should say ['yes'| 'no']: similar to the iptables question. Is it possible to test this with the latest master version upstream? Basically, the behaviour of 3.1/3.2 should be the same as 3.0 in this regard. Do you mean re-test with 3.2? (In reply to comment #3) > Do you mean re-test with 3.2? Yes, please :-) Tested with ovirt-engine-setup-3.3.0-0.1.20130131130858.20130131.git6c8007c.fc18.noarch still present as in comment #0 and comment #1 Additionally, it is present if the device with the given IP address is under NetworkManager and also if the device is confiugred with NM_CONTROLLED=no. Patch sent upstream for comment #0. About comment #1, it requires a change in askYesNo function in common_utils, shared with other scripts and I'm not sure if it has to be changed or not. Re: Comment #1 change, are the other questions not asked with the askYesNo function in common_utils? I will finally have my 3.2 test system up shortly to do some testing. Sorry it's taken me a bit to respond, but thanks Sandro for testing and patching this. Yes, I can confirm this is still present as well. Tested with ovirt-engine-setup-3.2.0-2.fc18.noarch It seems that a symbolic domain name is required for the engine to be able to generate certificates correctly. engine-setup will warn the user with a better message than <ip address here> did not resolve to an ip address. User input failed validation... (In reply to comment #8) > Re: Comment #1 change, are the other questions not asked with the askYesNo > function in common_utils? No, they're asked through _getInputFromUser with yes or no as options. patch merged upstream master: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=dca66499e55dfa421a732567ade00ed1c696c363 Itamar - I pretty sure this made it into 3.2. |