Company Logo

Build Windows Image (Automatic Way)
Chapter 3. Building Windows Image

. HPrev | Up | Next

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 Up Next
 Home 
  • Contents
  • Search
loading table of contents...
  • General Deployment Steps
    • Prepare A Lab For Murano
      • Lab Requirements
      • Test Your Lab Host Performance
      • Baseline Data
      • Host Optimizations
    • Install OpenStack
  • Install Murano Components
    • Automatic Installation
    • Manual Installation
      • Pre-Requisites
      • Murano API Service
        • Install
        • Configure
        • Run
      • Conductor Service
        • Install
        • Configure
        • Run
      • Murano Repository Service
        • Install
        • Configure
        • Run
      • Murano Dashboard
        • Install
        • Configure
        • Run
      • SSL configuration
        • HTTPS for Murano API
        • SSL for RabbitMQ
        • SSL for Murano Dashboard
  • Building Windows Image
    • Install Required Packages
    • Configure Shared Resource
    • Prerequisites
    • Additional Software
    • Build Windows Image (Automatic Way)
    • Build Windows Image (Manual Way)
    • Upload Image Into Glance
  • Building Linux Image
    • Install Required Packages
    • Build Linux Image
    • Guest VM Linux OS preparation
    • Upload Image Into Glance
  • Troubleshooting
  • Appendix
Search