Bug 1263797
Summary: | Cluster CPU Type in RHEV set to different value than specified in deployment configuration during wizard | ||
---|---|---|---|
Product: | Red Hat Quickstart Cloud Installer | Reporter: | Matt Reid <mreid> |
Component: | Installation - RHEV | Assignee: | Dylan Murray <dymurray> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tasos Papaioannou <tpapaioa> |
Severity: | unspecified | Docs Contact: | Dan Macpherson <dmacpher> |
Priority: | high | ||
Version: | 1.0 | CC: | apagac, arubin, bthurber, jmatthew, nperic, smallamp, tpapaioa |
Target Milestone: | TP2 | Keywords: | Triaged |
Target Release: | 1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-10-03 19:21:17 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: | 1291836 | ||
Bug Blocks: | 1271370 |
Description
Matt Reid
2015-09-16 17:52:37 UTC
Note to self: The problem appears to be that the cpu_type option does nothing unless you are created the cluster, aka have changed the name to something other than "Default". https://github.com/fusor/puppet-ovirt/blob/master/templates/dc_config.erb#L84=L94 We need to either update the puppet module to change the cpu_type on the cluster if it already exists (preferable), or have the UI force the user to change the cluster name if they set cpu_type if we can't do that. This should be fixed by https://github.com/fusor/puppet-ovirt/pull/3 Included in: ruby193-rubygem-fusor_server-0.0.1-70.el7 I tried this by leaving DataCenter and Cluster names 'Default' and setting the processor type to Nehalem family in the RHCI UI, completely disregarding the processor family my host in fact has. The installed RHEV now shows cluster CPU type 'Intel SandyBridge family', which is not what I configured in the RHCI UI. I can see the Nehalem type configured on the Installation Review page. I then checked actual processor type on my hosts, and to the best of my and wiki knowledge it belongs to the Westmere family. To summarize: 1. The actual cluster CPU type in RHEVM (SandyBridge) is not what I configured in RHCI UI (Nehalem) 2. The actual cluster CPU type in RHEVM (SandyBridge) is not the type of processor on the host machine (Westmere) Version-Release number of selected component (if applicable): ruby193-rubygem-fusor_server-0.0.1-85.el7.noarch RHCI-6.0-RHEL-7-20160107.t.1-RHCI-x86_64-dvd1.iso Noticed an issue where the CPU type may still not be set if there is no assigned parameter on the cluster. Investigating this behavior and will update the bug accordingly. Compose of 1/22/16 Verified on RHCI-6.0-RHEL-7-20160125.t.0. |