64b6c9261e
Current folder name New folder name Book title ---------------------------------------------------------- basic-install DELETE cli-guide DELETE common common NEW admin-guide-cloud Cloud Administrators Guide docbkx-example DELETE openstack-block-storage-admin DELETE openstack-compute-admin DELETE openstack-config config-reference OpenStack Configuration Reference openstack-ha high-availability-guide OpenStack High Availabilty Guide openstack-image image-guide OpenStack Virtual Machine Image Guide openstack-install install-guide OpenStack Installation Guide openstack-network-connectivity-admin admin-guide-network OpenStack Networking Administration Guide openstack-object-storage-admin DELETE openstack-security security-guide OpenStack Security Guide openstack-training training-guide OpenStack Training Guide openstack-user user-guide OpenStack End User Guide openstack-user-admin user-guide-admin OpenStack Admin User Guide glossary NEW OpenStack Glossary bug: #1220407 Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7 author: diane fleming
43 lines
2.3 KiB
XML
43 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="windows-image">
|
|
<title>Example: Microsoft Windows image</title>
|
|
<para>We do not yet have a fully documented example of how to create a Microsoft Windows image.
|
|
You can use libvirt to install Windows from an installation DVD using the same approach as
|
|
with the CentOS and Ubuntu examples. Once the initial install is done, you will need to
|
|
perform some Windows-specific customizations.</para>
|
|
<simplesect>
|
|
<title>Install VirtIO drivers</title>
|
|
<para>Installing the <link
|
|
xlink:href="http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers"
|
|
>VirtIO paravirtualizaion drivers for Windows</link> will improve virtual machine
|
|
performance when using KVM as the hypervisor to run Windows.</para>
|
|
</simplesect>
|
|
<simplesect><title>Sysprep</title>
|
|
<para>Microsoft has a special tool called <link
|
|
xlink:href="http://technet.microsoft.com/en-us/library/cc766049(v=ws.10).aspx"
|
|
>Sysprep</link> that must be run inside of a Windows guest to prepare it for use as
|
|
a virtual machine image. On Windows 2012 server, invoke sysprep, as follows:
|
|
<screen><userinput>c:\windows\system32\sysprep\sysprep.exe</userinput></screen></para>
|
|
</simplesect>
|
|
<simplesect>
|
|
<title>cloudbase-init</title>
|
|
<para><link xlink:href="http://www.cloudbase.it/cloud-init-for-windows-instances/"
|
|
>cloudbase-init</link> is a Windows port of cloud-init that should be installed
|
|
inside of the guest. The <link xlink:href="https://github.com/cloudbase/cloudbase-init"
|
|
>source code</link> is available on github.</para>
|
|
</simplesect>
|
|
<simplesect>
|
|
<title>Jordan Rinke's OpenStack Windows resources</title>
|
|
<para>Jordan Rinke maintains <link xlink:href="https://github.com/jordanrinke/openstack"
|
|
>a collection of resources</link> for managing OpenStack Windows virtual machine
|
|
guests.</para>
|
|
</simplesect>
|
|
|
|
|
|
</section>
|