| Summary: | windows 2008 R2 guest is not updated with values in the sysprep file | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Ilanit Stein <istein> |
| Component: | BLL.Virt | Assignee: | Shahar Havivi <shavivi> |
| Status: | CLOSED NOTABUG | QA Contact: | Ilanit Stein <istein> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.2 | CC: | bugs, istein, michal.skrivanek, shavivi |
| Target Milestone: | ovirt-3.6.5 | Flags: | michal.skrivanek:
ovirt-3.6.z?
istein: planning_ack? istein: devel_ack? rule-engine: testing_ack? |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-07 15:14:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ilanit Stein
2016-01-24 14:45:05 UTC
Shahar, isn't it the same issue we hit recently? (In reply to Michal Skrivanek from comment #3) > Shahar, isn't it the same issue we hit recently? Indeed, this is the case when the Windows is not sealed correctly. Retested, and it seems to be working:
Run once a sealed windows 2008 R2,with Floppy sysprep attached,
and these Initial run parameters:
1. VM Hostname: A
2. Time zone: Fiji Standard Time
3. Admin password: A
4. sysprep field, paste template
/usr/share/ovirt-engine/conf/sysprep/sysprep.2k8x64
<Value><![CDATA[$AdminPassword$]]></Value> =>
<Value><![CDATA[B]]></Value>
<ComputerName><![CDATA[$ComputerName$]]></ComputerName> =>
<ComputerName><![CDATA[B]]></ComputerName>
VM comes up with:
- AdminPassword 'B' - OK
- Time zone: 'Fiji Standard Time' - OK
- Computer Name: 'B', as expected.
Note that the computer Name parameter will be implemented, only on the first
time. that is if I'll run sysprep again, on this same VM, the computer Name
parameter will not be implemented by windows, though this value appear in
the attached unattend xml.
Further to this test, closing the bug.
|