Sha256: c9551014c75a4338741a595477c3412ae1efc3281a9a5ae3cb9c4a44ed04f0ab

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

# <a name="title"></a> Kitchen::Centurylink

A Test Kitchen Driver for Centurylink.

## <a name="requirements"></a> Requirements

You will need a [CenturyLink Cloud](http://centurylinkcloud.com) account

## <a name="installation"></a> Installation and Setup

    gem install kitchen-centurylink

Example .kitchen.yml file:
```yaml
---
driver:
  name: centurylink

provisioner:
  name: chef_solo

platforms:
  - name: ubuntu
    driver_config:
      accountAlias: ALIAS
      groupId: 123456789
      server_name: test
      cpu:  1
      memoryGB: 4
      serverTemplate: UBUNTU-14-64-TEMPLATE
      
```
See the [CenturyLink Cloud API documentation](http://www.centurylinkcloud.com/api-docs/v2/#servers-create-server) for more info on how to set these values. 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kitchen-centurylink-0.1.2 README.md