Coder Social home page Coder Social logo

opsworks_al_agent's Introduction

Opsworks Chef 11 with AL Agent

Sample implementation of AL Agent cookbook into Opsworks using Chef v11.

Getting Started

Clone the repository, make adjustment as needed and store it on your own private repo if necessary. Do not reference your custom cookbook in OpsWork directly to this repo, this example may changes or removed in the future. Original AL Agent cookbook can be found at https://github.com/alertlogic/al_agents

Notes

Running AL Agent cookbook in Opsworks with Chef v11 will require specific version for the cookbook dependency:

  1. SELinux Policy v1.1.1
  2. Rsyslog v2.2.0
  3. Line v0.6.3

Make sure you have the right version of each cookbook dependency in your repository.

In specific for SELinux Policy v1.1.1 (https://github.com/sous-chefs/selinux_policy/blob/v1.1.1/metadata.rb) Modify the line:

issues_url 'https://github.com/BackSlasher/chef-selinuxpolicy/issues'
source_url 'https://github.com/BackSlasher/chef-selinuxpolicy'

into

issues_url 'https://github.com/BackSlasher/chef-selinuxpolicy/issues' if respond_to?(:issues_url)
source_url 'https://github.com/BackSlasher/chef-selinuxpolicy' if respond_to?(:source_url)

And comment the line:

depends 'yum', '~> 4.0'

Into

#depends 'yum', '~> 4.0'

opsworks_al_agent's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.