Bug 1128722
Summary: | Failed to register Node with Engine | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Fabian Deutsch <fdeutsch> |
Component: | ovirt-node-plugin-vdsm | Assignee: | Douglas Schilling Landgraf <dougsland> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Stehlik <pstehlik> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 3.5 | CC: | bazulay, bugs, cshao, dfediuck, ecohen, fdeutsch, gklein, gouyang, hadong, huiwa, iheim, info, jboggs, leiwang, mgoldboi, ovirt-bugs, rbalakri, rbarry, ycui, yeylon |
Target Milestone: | --- | ||
Target Release: | 3.5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | node | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1128116 | Environment: | |
Last Closed: | 2014-10-17 12:28:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1128116 | ||
Bug Blocks: |
Description
Fabian Deutsch
2014-08-11 12:22:34 UTC
Hi, I could reproduce the issue with autoinstall specifying the follow: 1) A non-existence network interface in BOOTIF param, like eth3 (I have only 1 interface configured) - In management_server added https:// Example: firstboot storage_init=/dev/sda adminpw=RHhwCLrQXB8zE management_server=https://192.168.0.5:80 BOOTIF=eth3 Autoinstall completed 100% and rebooted. Logged into TUI and executed: - Configured Network - Go to oVirt Engine and you will see: Management Server: https://192.168.100.229 and the ability to use the Save & Register button. Currently, our validation is 'on the fly' when user are typing into the textbox enabling or disabling the Save & Register button. However, it's not enough for cases like this one. Moving to assigned again since the patch will be moved to a different part of source. (In reply to Douglas Schilling Landgraf from comment #2) > Moving to assigned again since the patch will be moved to a different part > of source. We have used my first patch which fix the issue. I intend to improve that part of code with others patches as well. For now moving to MODIFIED. oVirt 3.5 has been released and should include the fix for this issue. |