Bug 782660 - Cannot add ovirt-node host to ovirt-engine
Summary: Cannot add ovirt-node host to ovirt-engine
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-config
Version: unspecified
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Doron Fediuck
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-18 03:38 UTC by Mike Burns
Modified: 2012-01-18 08:08 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-18 08:08:26 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Mike Burns 2012-01-18 03:38:06 UTC
Description of problem:
adding an ovirt-node host results in an error saying that oVirtNodeHypervisor is not a supported platform

Version-Release number of selected component (if applicable):
ovirt-engine-3.0.0_0001-1.2.fc16.x86_64

How reproducible:
Always

Steps to Reproduce:
1.install ovirt-node
2.set password on ovirt-node tui engine tab
3.add host through engine
  
Actual results:
reports Unsupported Platform

Expected results:
Should register correctly

Additional info:

At a minimum:


--- a/backend/manager/conf/vds_installer.py
+++ b/backend/manager/conf/vds_installer.py
@@ -14,7 +14,7 @@ import random
 import re

 SUPPORTED_PLATFORMS = [ "RedHatEnterpriseServer", "Fedora" ]
-HYPERVISOR_PLATFORMS = [ "RedHatEnterpriseVirtualizationHypervisor", "RedHatEnterpriseHypervisor" ]
+HYPERVISOR_PLATFORMS = [ "RedHatEnterpriseVirtualizationHypervisor", "RedHatEnterpriseHypervisor", "oVirtNodeHypervisor" ]
 HYPERVISOR_RELEASE_FILE = '/etc/rhev-hypervisor-release'
 REDHAT_RELEASE_FILE = '/etc/redhat-release'
 vdsm_reg_conf_file = '/etc/vdsm-reg/vdsm-reg.conf'


Should also remove other references to RHEV-H and just say ovirt-node.  ovirt-node will still apply to RHEV-H.

Comment 1 Mike Burns 2012-01-18 03:41:48 UTC
http://gerrit.ovirt.org/1117


Note You need to log in before you can comment on or make changes to this bug.