Metadata-Version: 1.1
Name: container-service-extension
Version: 0.4.1.dev2
Summary: Container Service Extension for vCloud Director
Home-page: https://github.com/vmware/container-service-extension
Author: Paco Gomez
Author-email: pgomez@vmware.com
License: BSD-2
Description-Content-Type: UNKNOWN
Description: # container-service-extension
        
        [![License](https://img.shields.io/pypi/l/container-service-extension.svg)](https://pypi.python.org/pypi/container-service-extension) [![Stable Version](https://img.shields.io/pypi/v/container-service-extension.svg)](https://pypi.python.org/pypi/container-service-extension) [![Join the chat at https://gitter.im/container-service-extension/Lobby](https://badges.gitter.im/container-service-extension/Lobby.svg)](https://gitter.im/container-service-extension/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://img.shields.io/travis/vmware/container-service-extension.svg?style=flat)](https://travis-ci.org/vmware/container-service-extension/)
        
        ## Overview
        
        The **container-service-extension** is a vCloud Director add-on that manages the life cycle of Kubernetes clusters for tenants.
        
        ## Try it out
        
        #### Prerequisites
        
        This extension is designed to be installed on a vCloud Director instance by the service provider (system administrator).
        
        The **container-service-extension** is distributed as a Python package.
        
        #### Installation:
        
        Install and validate:
        
        ``` shell
        $ pip3 install --user container-service-extension
        
        $ cse version
        ```
        
        #### Running the Service
        
        Follow the [installation and configuration guide](https://vmware.github.io/container-service-extension/#installation).
        
        Start the service with:
        
        ``` shell
        $ cse run --config config.yaml
        ```
        
        More information about `vcd-cli` commands to use the service can be found in the [tenant's guide](https://vmware.github.io/container-service-extension/#using-the-container-service).
        
        ## Development
        
        ``` shell
        $ git clone https://github.com/vmware/container-service-extension.git
        $ cd container-service-extension
        $ python setup.py develop
        ```
        
        ## Documentation
        
        See our [site](https://vmware.github.io/container-service-extension/).
        
        ## Contributing
        
        The *container-service-extension* project team welcomes contributions from the community. Before you start working with *container-service-extension*, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).
        
        ## License
        
        [BSD-2](LICENSE.txt)
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
