DataDog/chef-amazon-ecs-agent

Name: chef-amazon-ecs-agent

Owner: Datadog, Inc.

Description: chef cookbook for the amazon container service agent

Forked from: willejs/chef-amazon-ecs-agent

Created: 2016-12-15 19:34:35.0

Updated: 2016-12-15 19:34:36.0

Pushed: 2016-12-15 21:37:54.0

Homepage: https://github.com/willejs/chef-amazon-ecs-agent

Size: 25

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

amazon-ecs-agent-cookbook

Build Status

This cookbook sets up the amazon ecs agent into a docker container on ubuntu. You can run it in test kitchen with the default-ecs suite, and relevant environment variabes, and perhaps a kitchen local.yml for vpc settings (subnet_id, availability_zone, security_group_ids, interface) if needed.

Supported Platforms

Ubuntu 12.04 Ubuntu 14.04

Attributes
Key Type Description Default
node['amazon-ecs-agent']['log_folder'] String the log folder for the host /var/log/ecs
node['amazon-ecs-agent']['log_level'] String the log level for the agent info
node['amazon-ecs-agent']['cluster'] String the ecs cluster name to attach to default
node['amazon-ecs-agent']['aws_access_key_id'] String Your aws access key with ecs privs nil
node['amazon-ecs-agent']['aws_secret_access_key'] String The secret access key nil
Usage
amazon-ecs-agent::default

Include amazon-ecs-agent in your node's run_list:


un_list": [
"recipe[amazon-ecs-agent::default]"


Contributing
  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request
License and Authors

Author:: Will Salt (williamejsalt@gmail.com)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.