Metadata-Version: 1.0
Name: arvados-node-manager
Version: 0.1.20150901131528
Summary: Arvados compute node manager
Home-page: https://arvados.org
Author: Arvados
Author-email: info@arvados.org
License: GNU Affero General Public License, version 3.0
Description: ====================
        Arvados Node Manager
        ====================
        
        Overview
        --------
        
        This package provides ``arvados-node-manager``.  It dynamically starts
        and stops compute nodes on an Arvados_ cloud installation based on job
        demand.
        
        .. _Arvados: https://arvados.org/
        
        Setup
        -----
        
        1. Install the package.
        
        2. Write a configuration file.  ``doc/ec2.example.cfg`` documents all
           of the options available, with specific tunables for EC2 clouds.
        
        3. Run ``arvados-node-manager --config YOURCONFIGFILE`` using whatever
           supervisor you like (e.g., runit).
        
        Testing and Development
        -----------------------
        
        To run tests, just run::
        
          python setup.py test
        
        Our `hacking guide
        <https://arvados.org/projects/arvados/wiki/Hacking_Node_Manager>`_
        provides an architectural overview of the Arvados Node Manager to help
        you find your way around the source.  The `Lifecycle of an Arvados
        compute node
        <https://arvados.org/projects/arvados/wiki/Lifecycle_of_an_Arvados_compute_node>`_
        page explains how it works in concert with other Arvados components to
        prepare a node for compute work.
        
Platform: UNKNOWN
