This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Master chef 11.4#376
Open
lijontny wants to merge 118 commits into
Open
Conversation
This change prevents the rails::configure recipe from attempting to restart non-rails applications deployed on the same instance. The same solution is used in the other app server configure recipes- php::configure, opsworks_nodejs::configure and opsworks_java::context
This reverts commit fd8a3bf.
This reverts commit fde06db.
Conflicts: mysql/specs/client_install_spec.rb
Needed for Amazon Linux: - /etc/init.d/autofs does detect the service status correctly when used inside the restart function. - The output format of mount changed which lets OHAI not detect all mounts. Related: https://tickets.opscode.com/browse/OHAI-453
… at all. Use shellout instead of backticks and df to check mount point. Use findmnt to have a portable way of checking bind mounts.
…tallation fails on Amazon Linux 2014.03.
… only with Chef 11.10. Avoid strictly start of gmond by overriding service start_command.
…g the email address.
…apps as PORT environment variable.
…or NewRelic request queueing
if/else in the template to handle the new port field in the database config
cookbook, and fixed adapter field to reflect that it is now mapped in the config JSON
template when the database is postgresql
RDS mysql instance is passed
:data_source_provider in each application's database section
Correct format per entry: IP FQDN SHORT
Conflicts: rails/libraries/rails_configuration.rb
2.2.2 2.1.6 2.0.0-p645
We used the new p645 only for Amazon Linux >= 2014.03 but forgot about updating the patch level for Ubuntu 12.04. So it uses still uses the old p451. I changed the condition to only use the old version on old Amazon Linux and for all other OS use the new version.
AWS OpsWorks uses autofs to mount directories created under /mnt/ as log directories. In certain cases, negative caching of default 60 seconds would prevent the directory from being picked up by autofs in time. This would cause the Chef run to fail for certain scenarios (e.g. Apache 2 not starting).
Latest version is 0.12.9
…ersion(2.0.0) which requires ruby version >= 2.2.2
This reverts commit aa5097a. cr https://cr.amazon.com/r/5867341/
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.