Metadata-Version: 1.0
Name: ploy-virtualbox
Version: 1.0b4
Summary: Plugin for ploy to provision virtual machines using VirtualBox.
Home-page: http://github.com/ployground/ploy_virtualbox
Author: Florian Schulze
Author-email: florian.schulze@gmx.net
License: BSD 3-Clause License
Description: Example config
        ==============
        
        ::
        
          [vb-master:virtualbox]
          # use-acpi-powerbutton = false
        
          [vb-disk:boot]
          size = 102400
        
          [vb-hostonlyif:vboxnet0]
          ip = 192.168.56.1
        
          [vb-dhcpserver:vboxnet0]
          ip = 192.168.56.2
          netmask = 255.255.255.0
          lowerip = 192.168.56.100
          upperip = 192.168.56.254
        
          [vb-instance:foo]
          # headless = true
          vm-ostype = FreeBSD_64
          vm-memory = 512
          vm-accelerate3d = off
          vm-acpi = on
          vm-rtcuseutc = on
          vm-boot1 = disk
          vm-boot2 = dvd
          vm-nic1 = hostonly
          vm-hostonlyadapter1 = vboxnet0
          vm-nic2 = nat
          vm-natpf2 = ssh,tcp,,47022,,22
          storage =
              --type dvddrive --medium ~/downloads/archives/mfsbsd-se-9.2-RELEASE-amd64.iso
              --medium vb-disk:boot
        
        
        Changelog
        =========
        
        1.0b4 - 2014-07-15
        ------------------
        
        * Verify and if possible create host only interfaces and dhcpservers.
          [fschulze]
        
        * Add support for instances that have manually been put into ``saved`` state.
          [fschulze]
        
        
        1.0b3 - 2014-07-08
        ------------------
        
        * Packaging and test fixes.
          [fschulze]
        
        
        1.0b2 - 2014-07-04
        ------------------
        
        * Python 3 compatibility.
          [fschulze]
        
        * Renamed mr.awsome to ploy and mr.awsome.virtualbox to ploy_virtualbox.
          [fschulze]
        
        
        1.0b1 - 2014-06-16
        ------------------
        
        * Initial release
          [fschulze]
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
