Metadata-Version: 1.1
Name: bootmachine
Version: 0.6.0
Summary: A fabric library to bootstrap servers and configuration management software.
Home-page: http://bootmachine.readthedocs.org/
Author: Thomas Schreiber
Author-email: tom@nillab.com
License: BSD
Description: bootmachine
        ===========
        
        Bootmachine is a bootstrapping tool for securely provisioning
        virtual servers up until the point where customized configuration
        management begins.
        
        The bootmachine's goal is to allow getting started with, maintenance
        of, and exploring new stack options through a simple, pluggable and highly
        customizable interface.
        
        |buildstatus|_
        
        .. image:: https://pypip.in/v/bootmachine/badge.png
            :target: https://crate.io/packages/bootmachine/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/bootmachine/badge.png
            :target: https://crate.io/packages/bootmachine/
            :alt: Number of PyPI downloads
        
        Configuration Management Tools
        ------------------------------
        
        Currently supported:
        
            * Salt http://saltstack.org
            * Write your own
        
        Next in the queue:
        
            * Chef http://www.opscode.com/chef/
            * Puppet http://puppetlabs.com/
            * Write your own
        
        Providers
        ---------
        
        Currently supported:
        
            * Rackspace Openstack Compute API v2 via python-novaclient
            * Non-rackspace Openstack Compute via python-novaclient
            * Rackspace Openstack Compute API v1 via openstack.compute (deprecated) http://www.rackspace.com/cloud/
            * Write your own
        
        Next in the queue:
        
            * Amazon EC2 via boto https://aws.amazon.com/ec2/
            * Virtualbox / Vagrant http://vagrantup.com/
            * Write your own
        
        Distros
        -------
        
        Currently supported:
        
            * Arch Linux
            * Ubuntu
            * Fedora
            * Debian
            * Write your own
        
        Next in the queue:
        
            * FreeBSD
            * Gentoo
            * openSUSE
            * CentOS
            * RHEL
            * Write your own
        
        Documentation about the usage and installation of the bootmachine
        can be found at: http://bootmachine.readthedocs.org
        
        The source code and issue tracker can be found on GitHub:
        https://github.com/rizumu/bootmachine
        
        .. |buildstatus| image:: https://secure.travis-ci.org/rizumu/bootmachine.png?branch=master
        .. _buildstatus: http://travis-ci.org/#!/rizumu/bootmachine
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
