cookbook 'opsworks_ruby', '= 1.1.0'
opsworks_ruby
(45) Versions
1.1.0
-
Follow6
Set of chef recipes for OpsWorks based Ruby projects
cookbook 'opsworks_ruby', '= 1.1.0', :supermarket
knife supermarket install opsworks_ruby
knife supermarket download opsworks_ruby
opsworks_ruby Cookbook
A chef cookbook to deploy Ruby applications to Amazon OpsWorks.
Quick Start
Refer to Getting Started
guide in documentation.
Contributing
Please see CONTRIBUTING
for details.
Author and Contributors
Author: Igor Rzegocki (@ajgon)
Contributors
- Phong Si (@phongsi)
- Nathan Flood (@npflood)
- Marcos Beirigo (@marcosbeirigo)
License
License: MIT
Dependent cookbooks
deployer >= 0.0.0 |
ruby-ng >= 0.0.0 |
nginx ~> 2.7 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
<a name="1.1.0"></a>
1.1.0 (2016-10-21)
Bug Fixes
- Application deployment fix (7ac4166)
BREAKING CHANGES
- node['applications'] becomes obsolete
<a name="1.0.0"></a>
1.0.0 (2016-10-04)
Bug Fixes
-
monit reload
andmonit restart
order (2c4a84a), closes #29 -
appserver: Removed
accept_filter
from unicorn configurator (76a7f36) -
framework: Added missing
deploy_environment
tonull
framework (673a21d) -
framework: Fixed
envs_in_console
forrails
(f8856c8)
Features
- appserver: "Puma" support added (f6e80ad), closes #38
- appserver: "Thin" support added (9667939), closes #39
-
appserver: Switched default appserver from
unicorn
topuma
(0e72200) - framework: "hanami.rb" support added (23fdd04), closes #43
- framework: "Null" support added (b9e7b63), closes #47
- framework: "Padrino" support added (a240d92), closes #44
-
framework: Environemnt variables in
rails console
(89252b3) -
global: Moved
app['environment']
toapp['global']['environment']
(432a21c), closes #50 - webserver: "Apache2" support added (1ca5b0b), closes #40
- worker: "delayed_job" support added (7235720), closes #42
- worker: "resque" support added (ccc13e4), closes #41
Performance Improvements
- Added
fasterer
gem to overcommit (c1ed974)
BREAKING CHANGES
- global: If you were using an
app['environment']
variable (for example to set env to staging), please update your stack/layer JSONs toapp['global']['environment']
. - appserver: Unicorn is no longer a default appserver, in favor of Puma. If you have a working
instances which were relying on that, you have to either set
app['appserver']['adapter'] = 'unicorn'
in your stack/layer JSON file, or switch the app server in your application - webserver:
sites-available
andsites-enabled
file names format changed. From this commit, the*.conf
extension is appended. If you plan to update your cookbooks on productional environments, don't forget to remove the old ones, otherwise you will end up with two the same configurations in different files, which causenginx
to fail.
If you start noticing duplicate upstream
errors, this is probably due
this case.
<a name="0.8.0"></a>
0.8.0 (2016-09-02)
Bug Fixes
Features
- Added GIT_SSH support for bundle install (232e8ac), closes #37
- Caches bundler installs to speed up deployments (baa0f44)
- Implemented configurable RAILS_ENV (2567b71), closes #34
<a name="0.7.0"></a>
0.7.0 (2016-08-29)
Bug Fixes
- Moved extra env files creation, later in the stack (before_restart) (8a5223f)
- Reload monit after restarting services (eaa2aab)
- Set the default DB adapter to
sqlite3
(b4b1ee4) - specify bundle path on bundle install (b9d4335)
Features
<a name="0.6.0"></a>
0.6.0 (2016-08-17)
BREAKING CHANGES
- Removed
application_ruby
cookbook dependency
<a name="0.5.0"></a>
0.5.0 (2016-07-21)
Features
- Added configuration for isolated worker servers w/o app/webserver (56642f1)
- Added monit compatibility with amazon linux (2ef12b9)
<a name="0.4.0"></a>
0.4.0 (2016-06-16)
Features
- Enables drivers to be attached to before_* and after_* deploy events (fa8e605)
<a name="0.3.1"></a>
0.3.1 (2016-06-16)
Bug Fixes
- Change path to 500.html to be in the "current" dir (4aeac7f)
- Support for multiple RDSes with multiple applications (a23df47)
<a name="0.3.0"></a>
0.3.0 (2016-06-08)
Features
- eliminate RDS requirement (daa4254)
BREAKING CHANGES
- Sqlite3 is no longer set as the default database adapter.
In order to use sqlite as the database adapter it must be defined
in the node.
<a name="0.2.1"></a>
0.2.1 (2016-05-11)
- Added environment variables support for assets precompile (f24e742)
- Added optional removal of scm files (82b25ec)
- Added support for custom configuration in nginx (448019a)
- Fixed deploy environment (bf843aa)
- Fixed nginx defaults order (af560db)
- Fixed sidekiq config builder (a32b410)
<a name="0.2.0"></a>
0.2.0 (2016-04-24)
- Added MariaDB Driver support (197b7de)
- Added multi-platform support (6118154)
- Added MySQL Driver support (72d4b9f)
- Added Sqlite Driver support (3ecb321)
- Minor bugfixes, resolves #19 (9f8615f), closes #19
<a name="0.1.0"></a>
0.1.0 (2016-04-23)
-
configure
recipe initial implementation (c57f71e) - Added assets precompilation support. Resolves #12 (b8d8ff5), closes #12
- Added auto-start of nginx to setup phase. Resolves #15 (fbb07dc), closes #15
- Added basic documentation (235519f)
- Added code quality tools (730857f)
- Added core_ext specs. Resolves #7 (b089eb3), closes #7
- Added DHparams and nginx version detection support. Resolves #8 and resolves #9 (4e60594), closes #8 #9
- Added missing specs (ff85e4f)
- Added nginx reload after deploy. Resolves #13 (f1bc277), closes #13
- Added ruby and bundler installation to setup phase (0182e70), closes #5 #6
- Added symlinking defaults. Resolves #16 (4a1edd9), closes #16
- Added travis config and coveralls support (a782a64)
- Added undeploy recipe (aba311b)
- Added webserver setup (nginx) (1581def)
- Added workers support. Resolves #18 (05e3a75), closes #18
- Appserver implemented (unicorn) (bbb79cc)
- Basic SCM support implemented (bcab3d7)
- Finished database support in recipes (cf955a0)
- Fixed appserver restart sequence (9a75f9c)
- Fixed nginx defaults. Resolves #14 and resolves #17 (8320f3b), closes #14 #17
- Fixes on bugs detected while deploying to real OpsWorks (035363b)
- Initial commit (d8bed5c)
- Initial version, with simple postgresql driver introduced (5d00083)
- Moved DB packages installation from configure to setup (e23f2d4)
- Moved libraries to flat directory structure, because AWS chef hates us (e6aa211)
- Rails deploy hooks implemented (79d2d64)
- Recipes cleanup: added missing actions and shutdown recipe (9eb9bb8)
- Reorganized appserver cookbooks, added bundle install to deploy (2e9947b)
Collaborator Number Metric
1.1.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
1.1.0 passed this metric
1.1.0 failed this metric
1.1.0 passed this metric