Metadata-Version: 1.0
Name: isotoma.recipe.cluster
Version: 0.0.7
Summary: Buildout recipe for generating cluster start/stop scripts.
Home-page: http://pypi.python.org/pypi/isotoma.recipe.cluster
Author: John Carr
Author-email: john.carr@isotoma.com
License: Apache Software License
Description: Cluster buildout recipe
        =======================
        
        This package provides buildout_ recipes for creating start/stop scripts
        
        .. _buildout: http://pypi.python.org/pypi/zc.buildout
        
        
        Mandatory Parameters
        --------------------
        
        services
        A list of services to start and stop
        
        
        Optional Parameters
        -------------------
        
        There are no optional parameters.
        
        
        Repository
        ----------
        
        This software is available from our `recipe repository`_ on github.
        
        .. _`recipe repository`: http://github.com/isotoma/recipes
        
        
        License
        -------
        
        Copyright 2010 Isotoma Limited
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
        
        
        Changelog
        =========
        
        0.0.7 (2011-09-08)
        ------------------
        
        - Avoid simplejson
        
        
        0.0.6 (2011-08-31)
        ------------------
        
        - Fix typos
        
        
        0.0.4 (2011-08-26)
        ------------------
        
        - Create the varrun directory if it doesnt exist
        - Pick up ${buildout:run-directory} if its set
        - Pin simplejson
        
        
        0.0.3 (2011-08-23)
        ------------------
        
        - Fix shlex split aginst unicode strings
        
        
        0.0.2 (2011-08-09)
        ------------------
        
        - Added 'user' option to Service object so we can run different services as different users
        - Fix tests
        
        0.0.1
        -----
        
        - None?
        
        0.0.0
        -----
        
        - Initial version
        
Keywords: buildout cluster
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Framework :: Buildout :: Recipe
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: Apache Software License
