Metadata-Version: 1.1
Name: costa-ci
Version: 0.0.4
Summary: CI relateds scripts using openstack
Home-page: https://github.com/larrycai/costa-ci
Author: Larry Cai
Author-email: larry.caiyu@gmail.com
License: MIT
Description: costa-ci
        ================
        
        About
        -----
        
        A Python module for CI related scripts for openstack
        
        Installation
        ------------
        
        Install using pip or easy_install:
        
        ::
        
        	pip install costa-ci
        
        You can also clone the Git repository from Github and install it manually:
        
        ::
        
            git clone https://github.com/larrycai/costa-ci.git
            python setup.py install
        
        Running the demo
        -----
        
        Prepare controller node to run the script, for example one VM inside openstack, inside this VM
        
        1. access to the openstack 
        
        Download the `trystack-openrc.sh` and load it
        
        ::
            
            # source trystack-openrc.sh
        
        2. Install extra packages & config
        
        ::
        
            # pip install costa-ci # or download the packages
            # apt-get install python-fabric
            # ssh-keygen # if .ssh/id_rsa doesn't exist
            # wget http://mirrors.jenkins-ci.org/war/latest/jenkins.war # for tested packages as demo
            # # update the costa-ci.conf for the VM 
        
        3. Generate 
        
        ::
            
            # ./costa.py -c costa-ci.conf -t vm,deploy,verify
        
        See the docs and unit tests for more examples.
        
        NOTE: Unicode characters identified as "illegal or discouraged" are automatically
        stripped from the XML string or file.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Testing
