Skip to content

A tool for doing rolling restarts in chef using locks in dynamodb

Notifications You must be signed in to change notification settings

custora/rolling_restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolling Restart

A Chef resource for mutual exclusion of blocks of recipe code. Useful for cross-cluster rolling restarts.

rolling_restart 'rolling_apache_restarts'
  recipe do
    execute 'service apache2 restart'
  end
  action :nothing
end

About

A tool for doing rolling restarts in chef using locks in dynamodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages