Skip to main content

Container Service Extension for vCloud Director

Project description

# container-service-extension

## Overview

The **container-service-extension** for vCloud Director manages the life cycle of Kubernetes clusters for tenants.

## Try it out

### Prerequisites

This extension should be installed on a vCloud Director instance by a system administrator.

The **container-service-extension** is a Python package and requires Python 2.7.

### Install & Run

#### Installation:

``` shell
$ pip install --user container-service-extension

$ cse init
```

To install the development version:

``` shell
$ pip install --user git+https://github.com/vmware/pyvcloud.git
$ pip install --user git+https://github.com/vmware/container-service-extension.git#subdirectory=cse
```

To use the **container-service-extension** as a vCloud Director user, install `vcd-cli`:

``` shell
$ pip install --user git+https://github.com/vmware/pyvcloud.git
$ pip install --user git+https://github.com/vmware/vcd-cli.git
```

More information about `vca-cli` commands can be found in the [wiki](https://github.com/vmware/vca-cli/wiki/container-service-extension).

#### Configuration

Edit file `config.yml` and provide the values for your vCloud Director installation.

Validate the configuration:

``` shell
$ cse check config.yml

Connection to AMQP server (amqp.vmware.com:5672): success
Connection to vCloud Director (vcd.vmware.com:443): success
login to 'System' org: success
```

Start the service:

``` shell
$ cse run config.yml
```

### Development

``` shell
$ git clone https://github.com/vmware/container-service-extension.git
$ cd container-service-extension
$ python setup.py develop
$ cse init
```

edit config.yml

``` shell
$ cse check config.yml
$ cse run config.yml
```

## Documentation

[wiki](https://github.com/vmware/container-service-extension/wiki).

## 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)



Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

container-service-extension-0.0.1.dev64.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page