Metadata-Version: 1.1
Name: C3
Version: 0.1
Summary: CloudCloudCloud
Home-page: UNKNOWN
Author: Jesse Escobedo
Author-email: jesse.escobedo@citygridmedia.com
License: Apache
Description: # C3
        It stands for CloudCloudCloud, because you know you can't get enough of the cloud.
        
        # Summary
        For those of us who like to ensure the provisioning process is cheap, repeatable, and scalable. C3 is a collection of tools and libaries for AWS that is very easy and very repeatable.
        
        # Getting started
        Make sure you are using the secret sauce of zambi before using C3.
        see, https://github.com/CityGrid/zambi
        
        ```
        pip install c3
        ```
        
        # Usage
        We like to ensure the provisioning process is very repeatable. So we suppliment the CLI tools we have home grown with ini config files that we create and store in git for revision contorl management. See the examples directory for a set of config examples on our github page, https://github.com/CityGrid/c3/tree/master/tests/confs
        
        For a list of commands and options
        ```
        C3EC2Provision.py -h
        ```
        
        # Optional packages
        The userdata.pl script is also used for provisioning, it requires the cg-cloud-init RPM.
        
        A userdata.pl exampl script can be found in https://github.com/CityGrid/c3/tree/master/tests/bin
        
        If the userdata.pl script starts with sha-bang '#!' it will then be run on frist boot.
        
        The userdata.pl script can be set via the AWS_BASE_DIR system variable
        ```
        
        
        Changelog
        =========
        Next Release (0.2)
        ------------------
        * C3: CloudCloudCloud Manages automation of AWS accounts and services.
        
        0.1
        ~~~~~~~
        * feature: initial public release, EC2 provisioning
        
Keywords: C3 AWS automation cgm cloud devops
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: System Administrators 
