Company Logo

Chapter 4. Build Windows Image (Automatic Way)
 

. HPrev  | Next

Chapter 4. Build Windows Image (Automatic Way)

  1. Clone murano-deployment repository

    ># git clone git://github.com/stackforge/murano-deployment.git
  2. Change directory to murano-deployment/image-builder folder.

  3. Create folder structure for image builder

    ># make build-root
  4. Create shared resource

    Add to /etc/samba/smb.conf. 

    [image-builder-share]
    comment = Image Builder Share
    browsable = yes
    path = /opt/image-builder/share
    guest ok = yes
    guest user = nobody
    read only = no
    create mask = 0755                        

    Restart samba services. 

    ># restart smbd && restart nmbd

  5. Test that all required files are in place

    ># make test-build-files
  6. Get list of available images

    ># make
  7. Run image build process

    ># make ws-2012-std
  8. Wait until process finishes

  9. The image file ws-2012-std.qcow2 should be stored under /opt/image-builder/share/images folder.


Prev   Next
 Home 
  • Contents
  • Search
loading table of contents...
  • General Deployment Steps
    • Prepare A Lab For Murano
      • Lab Requirements
      • Test Your Lab Host Performance
      • Baseline Bata
      • Host Optimizations
    • Install OpenStack
    • Configure OpenStack
  • Install Murano Components
  • Prepare Image Builder
    • Image Builder
      • Install Required Packages
      • Configure Shared Resource
    • Additional Software
      • Windows ADK
      • Putty
      • Windows Server 2012 ISO image
      • VirtIO Red Hat drivers ISO image
      • Floppy Image With Unattended File
  • Build Windows Image (Automatic Way)
  • Build Windows Image (Manual Way)
    • Get Windows Post Install script
    • Copy scripts to the shared folder
    • Create guest VM
      • Way 1 - from console
      • Way 2 - from virt-manager UI
    • Finish process
  • Upload Image Into Glance
Search