forked from aws/opsworks-cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
245 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
name "agent_version" | ||
description "Prepares the OpsWorks agent version to be installed" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'opsworks_initial_setup' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
maintainer "Amazon Web Services" | ||
name "ebs" | ||
description "Mounts attached EBS volumes" | ||
version "0.1" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
recipe "ebs::volumes", "Mounts attached EBS volumes" | ||
recipe "ebs::raids", "Mounts attached EBS RAIDs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
maintainer "Amazon Web Services" | ||
description "Offers a few library functions to simplify dealing with RubyGems" | ||
version "0.1" | ||
name "gem_support" | ||
description "Offers a few library functions to simplify dealing with RubyGems" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
maintainer "Amazon Web Services" | ||
license "Apache 2.0" | ||
description "Installs/Configures Apache with mod_php5" | ||
version "0.1" | ||
|
||
supports "ubuntu" | ||
name "mod_php5_apache2" | ||
description "Installs/Configures Apache with mod_php5" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends "apache2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
maintainer "Amazon Web Services" | ||
license "Apache 2.0" | ||
description "Installs and configures MySQL" | ||
version "0.1" | ||
recipe "mysql::client", "Installs MySQL" | ||
recipe "mysql::server", "Installs MySQL" | ||
name "mysql" | ||
description "Installs and configures MySQL" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
['centos','redhat','fedora','amazon','debian','ubuntu'].each do |os| | ||
supports os | ||
end | ||
recipe "mysql::client", "Installs MySQL" | ||
recipe "mysql::server", "Installs MySQL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
maintainer "Amazon Web Services" | ||
name "opsworks_agent_monit" | ||
description "Configures monit for the OpsWorks-Agent" | ||
version "0.1" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'opsworks_initial_setup' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name "opsworks_bundler" | ||
description "Installs Bundler" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
maintainer "Amazon Web Services" | ||
name "opsworks_cleanup" | ||
description "Cleans up Chef run" | ||
version "0.1" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'opsworks_initial_setup' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name "opsworks_commons" | ||
maintainer "Amazon Web Services" | ||
name "opsworks_commons" | ||
description "Common recipes and libraries" | ||
version "0.1" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends "dependencies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
maintainer "Amazon Web Services" | ||
version "0.2" | ||
supports "ubuntu" | ||
name "opsworks_ganglia" | ||
description "Installs Ganglia" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'apache2' | ||
depends 'opsworks_commons' | ||
depends 'opsworks_initial_setup' | ||
|
||
recipe "opsworks_ganglia::server", "Ganglia server" | ||
recipe "opsworks_ganglia::configure-server", "Reconfigure Ganglia server with correct clients" | ||
recipe "opsworks_ganglia::client", "Ganglia client" | ||
recipe "opsworks_ganglia::configure-client", "Reconfigure Ganglia client with correct server" | ||
|
||
recipe "opsworks_ganglia::monitor-memcached", "Monitor Memcached" | ||
recipe "opsworks_ganglia::monitor-mysql", "Monitor MySQL" | ||
recipe "opsworks_ganglia::monitor-fd-and-sockets", "Monitor File Descriptors and Sockets" | ||
recipe "opsworks_ganglia::monitor-disk", "Monitor Disk Stats" | ||
recipe "opsworks_ganglia::monitor-apache", "Monitor Apache Stats" | ||
|
||
depends 'apache2' | ||
depends 'opsworks_commons' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
maintainer 'Amazon Web Services' | ||
license 'Apache 2.0' | ||
description 'Installs and configures a Java application server' | ||
version '0.1' | ||
name "opsworks_java" | ||
description 'Installs and configures a Java application server' | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'apache2' | ||
depends 'apache2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name "opsworks_nodejs" | ||
description 'Installs and configures a Node.js application server' | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'deploy' | ||
depends 'opsworks_commons' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name "opsworks_rubygems" | ||
description "Installs Rubygems" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" | ||
|
||
depends 'opsworks_initial_setup' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name "opsworks_shutdown" | ||
description "Cleans up before an instance as actually shut down on EC2" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name "opsworks_stack_state_sync" | ||
description "Populates /etc/hosts and /etc/motd" | ||
maintainer "AWS OpsWorks" | ||
license "Apache 2.0" | ||
version "1.0.0" |
Oops, something went wrong.