Closed
Bug 1422933
Opened 7 years ago
Closed 6 years ago
Incorporate prep-hardware function for OCC
Categories
(Infrastructure & Operations :: RelOps: OpenCloudConfig, task)
Infrastructure & Operations
RelOps: OpenCloudConfig
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markco, Assigned: markco)
Details
The function should cover WIn 10 and 7 should include the following:
Xen tool install
Intel driver install /update
Intel registry values:
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /d "" /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /d "" /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /d "" /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /d "" /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /d "" /f
And maybe additional performance tuning.
Assignee | ||
Updated•7 years ago
|
Assignee: relops → mcornmesser
Assignee | ||
Comment 1•7 years ago
|
||
I want to move this into a function, so we are able to add additional reboots and checks.
Assignee | ||
Comment 2•7 years ago
|
||
Just to be safe this should include setting the time and KMS authentication. There may be some trickiness regarding the graphics setup if the license is not activated.
Updated•7 years ago
|
Component: RelOps → Relops: OpenCloudConfig
QA Contact: klibby → rthijssen
Assignee | ||
Comment 3•6 years ago
|
||
Xen is no longer needed. The other 2 items are addressed in the deployment and are in place before OCC starts.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•