Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/varnish

Development repository for the varnish cookbook
https://github.com/sous-chefs/varnish

Stub out installed_major_version

244481af2dfd74e5188d2046430dc22588655ad4 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Add back shell out version detection

0e9bb033e29e4c70d46ed088f99cdacd9094eeaa authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Add missing varnishlog init config

e33276227854a1dfb6f1a2fda4fbaac5d3e1fff9 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Don't use default recipe to install/setup varnish

746d53b3cfe23b04798bb9f0bdd416846e0c6c97 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Remove unneeded spec tests

d25200e069e3b68c65ea72e8870fa6fc0c1af6a1 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Various fixes, changes to major_version

e5b0c3a4dc912348812ffaec82219fae52941f61 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Clean up integration tests

9618706254d72df4d9964d8c62c740cd0b0d82f2 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Clean up kitchen.yml

162f17dbef5f933837262af915d34f7015cd1439 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Remove duplicate vendor repo and add varnishncsa tests

f7afdee946490d952bca2b97fcff87c71fa22a01 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Clean up chefspec tests

bff07df5c6a77370834cc76d6bcc3beaa86c8169 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Move varnish_log to curstom resource

c591a08495636793ef32c457f4801491c431842e authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Add vcl_template and vcl_file resources

49a8f673d2621a053813b40e995ac89ec7bef37d authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Move recipe and lwrp defaults config to custom resource

96db6a76ded3fad68c8d90040998988b87c573ee authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Move repo recipe to resources

c2f2a8f1a07ac087bd011b36330e50e3f6e17eb9 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Don't fetch the repository key over insecure HTTP

9f21360ac6ff80a2ec81c99fd87e0034a404245d authored almost 8 years ago by Stefano Rivera <[email protected]>
Merge pull request #107 from cbanciu/master

Change url to baseurl to yum_repository

c5e6e56edbfc134b6bd04c5705b8d353d114d3b4 authored almost 8 years ago by Martin Smith <[email protected]>
Merge pull request #108 from gusrc/systemd_run_action

Fix systemctl-daemon-reload

3770c96b87c2654ca530d1054de46f9cc4d86e81 authored almost 8 years ago by Martin Smith <[email protected]>
Merge pull request #109 from hagihala/loosen-yum-apt-cookbooks-version-constraint

Loosen version constraints of yum and apt cookbooks

98763360a0bbcd6df0cd73e9d676edc507d4b3cf authored almost 8 years ago by Martin Smith <[email protected]>
Don't run TK on CircleCI now

b6bf3205bf050d1ebe6e58c0e6a096df12c61813 authored almost 8 years ago by Martin Smith <[email protected]>
Fix rubocop complaints

6fa2a87676c5045cf64a59bcf722d51ac5d138f7 authored almost 8 years ago by Martin Smith <[email protected]>
Bump ruby version in CircleCI

59daa43c0385f0502566178ac57aaa7dadcd3c6f authored almost 8 years ago by Martin Smith <[email protected]>
Add reference to copyright in reload-vcl

84d17d78c6b27122713c492ceec80cf66ec120d4 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Don't hardcode varnishlog gid

eb95c32c76b51a0f9ec16a6df77d2a7c271c4d1b authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Set varnish as the cookbook source for reload-vcl

3f9a3ac69293e3548d39c68d5d2076ea3d007979 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Varnish install resources need to be run at compile time

72ba649a846e199aec7bd16d83aef40fa13e1ad2 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Stub varnish::default recipe

18e846bea0cef2dfbee1e0f4d38e9385f801aafc authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Fix malloc_size attribute for varnish_default_config

24046d737b61b5267f7a833fe7dcbaceaf644e4c authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Fix reload-vcl script on ubuntu with varnish 4.1

1a417e99f7a63f1bc08f8575be303e70732f5dd7 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Add varnishlog group when running on ubuntu.

o The latest ubuntu 4.1 vendor package requires the varnishlog group
when varnishlog is enable...

7d9e3d13a23aac76ef367d29f6c68526711691bb authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Change varnish_version template variable to a float

cdac7d1b5acfc46329b1e107fc6a22a6ac7c1816 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Add support for varnish 4.1

o varnishd doesn't accept user and group arguments anymore, instead uses
a jail setting with u...

ae1a117eb8b5ff693e243b4d09defe4d8a76d56d authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
Update test kitchen and unit files for varnish 4.1

o Added unit and test kitchen suites for varnish 4.1

6043a232cdde0997b441b29bdb68d34ac6dfb016 authored almost 8 years ago by Ryan Gerstenkorn <[email protected]>
systemctl-daemon-reload never runs due to 41b7974, need to use run_action - same as the service - so systemd picks up the service unit changes before we restart the service.

ef121ec10807ce5c08a3a67a606090875ae38735 authored about 8 years ago by Gavin Reynolds <[email protected]>
Loosen version constraints of yum and apt cookbooks

fca4181eb1d9ae7267b2d360857da6552792ec13 authored about 8 years ago by hagihala <[email protected]>
Change url to baseurl to yum_repository

de96874f38e3060ee7a1a39f6d3cc29e0b89ac14 authored about 8 years ago by Cristian Banciu <[email protected]>
Merge pull request #106 from welearnednothing/master

Fixes #96 - Fix default values in README

e9e418af2c09de27f969378a160ff62f43936846 authored about 8 years ago by Martin Smith <[email protected]>
Fixes #96 - Fix default values in README

The default values for node['varnish']['vcl_conf'] and
node['varnish']['vcl_source'] didn't matc...

511946546bc40825bcae4a625d7cc27977b9b649 authored about 8 years ago by Jeff Carnes <[email protected]>
Release v2.4.0

See changelog for details.

07e639942b73f310d9ee082903679734abf0f9b3 authored over 8 years ago by Martin Smith <[email protected]>
Merge pull request #104 from rackspace-cookbooks/circleci_ruby_ver

Set Ruby vers to 2.2.3 to satisfy ruby_dep requirements

685f236e14d4598bd139c5b3a800507bf06263a7 authored over 8 years ago by Martin Smith <[email protected]>
Set Ruby vers to 2.2.3 to satisfy ruby_dep requirements

dfc21f1424412986f19edc39d452fa25e77ba132 authored over 8 years ago by Nielsen Pierce <[email protected]>
fix rubocop

c140234e049527165832b6b5345470a1080a98b2 authored over 8 years ago by Martin Smith <[email protected]>
Fix Chef::Exceptions::ChecksumMismatch error

if yu use something like

```ruby
varnish_default_config 'default' do
# ...
parameters(threa...

339b6542c19e769952a108d6a8a94807582c62f7 authored over 8 years ago by José F. Romaniello <[email protected]>
Fix CircleCI SSH key changes

f7d747c413369b61f602d56937daddc5359f8148 authored almost 9 years ago by Martin Smith <[email protected]>
Fix listen_address support

Listen address is documented as accepting a string but It has a Fixnum type. This blocks actuall...

5779caa7a490875c43f8f69a42eb085d6cf8a305 authored almost 9 years ago by James Gilliland <[email protected]>
Merge pull request #97 from gusrc/systemd_tweaks

Move define_systemd_daemon_reload to helpers

e2b391d96dda3b5e41d9d4db9cec81fd9e3d4c8c authored almost 9 years ago by Martin Smith <[email protected]>
Move define_systemd_daemon_reload to helpers, as it's used in both varnish_default_config and varnish_log, and ensure it's defined before the notification can be called.

Fixes up 9349f8d.

16957a7c44322b3fd9154d138e00495ce95dbc9c authored almost 9 years ago by Gavin Reynolds <[email protected]>
Fix rubocop warning about grouped expr

47dfd1aafc5735e3014ce7ae63e7e2505b9913dc authored about 9 years ago by Martin Smith <[email protected]>
Update README.md with new resource attributes.

9f1546fc096078aaac21c88bc49148cc88e2ad67 authored about 9 years ago by Gavin Reynolds <[email protected]>
Add additional attributes to allow use of template source from a wrapper cookbook as well as passing parameters to that template in a hash. Added minimal spec and fixture cookbook.

8f8795fb56a20172b5c9f793b244a33ad819f8ca authored about 9 years ago by Gavin Reynolds <[email protected]>
Release v2.3.0

a9b75070b6acc7b8fb5c16e0b8ee3d1ab0db7c46 authored about 9 years ago by Martin Smith <[email protected]>
Merge pull request #94 from rackspace-cookbooks/chef_12_5_1

Fix build issues, runtime order issues

f092ea66b8c9b1c80bbf86b5d9a6365eba1ebead authored about 9 years ago by Christopher Coffey <[email protected]>
Fix build issues

- Use latest chef for testing
- Switch to centos 6.7 since 6.6 is no longer available
- Raise ex...

41b797447074bbb0767525e18fc815d20e39c3c7 authored about 9 years ago by Martin Smith <[email protected]>
Release v2.2.2

19d3add51d978656dc078822147833aa926b74ff authored about 9 years ago by Martin Smith <[email protected]>
Merge pull request #87 from rackspace-cookbooks/yoshiwaan-service_provider_cleanup

Simplify tests, dramatically increase spec speed

16e466c5806ac513bf066ffc3c27eebb4efcc7b3 authored about 9 years ago by Marco A Morales <[email protected]>
Simplify tests, dramatically increase speed of specs

28f91bcea786534e5c4514ab7c0ca06ecf2c56fd authored about 9 years ago by Martin Smith <[email protected]>
Changed delay for varnish logging to use guard so it always triggers

60bae2bfd3aeb1974ff0b90d7f7ba4216dff655b authored about 9 years ago by yoshiwaan <[email protected]>
Removed monkey patch for service provider class and used Chef core components to recreate functionality

d351d8b09fcff3dd7b23728a90297a2652bd692b authored about 9 years ago by yoshiwaan <[email protected]>
Merge pull request #80 from gsreynolds/systemd_tweaks

Systemd tweaks

cea28c2f01f4fe12de115540688e8b8fe60fc7f0 authored about 9 years ago by Martin Smith <[email protected]>
Remove Debian 8 from test-kitchen platforms, passes in test-kitchen/vagrant but not in CI.

7092eabba610fa75e09d843488ed2141268fa857 authored about 9 years ago by Gavin Reynolds <[email protected]>
Refactor platform_family and init_package logic into varnish_platform_defaults helper

f341053e5c40f6d2b9ed1ef98892c2ef5da9e026 authored about 9 years ago by Gavin Reynolds <[email protected]>
Add varnish_exec_reload_command helper

99d0e39cbfbf741d9c43592e20cb5c4c6187bc6e authored about 9 years ago by Gavin Reynolds <[email protected]>
Release v2.2.1

f9f2e71bc98d800cf5fdee0514365d52d70fe226 authored about 9 years ago by Martin Smith <[email protected]>
Add output of additional parameters

7958769180d93a5b1ea498d343be6b4d780bdd48 authored about 9 years ago by Gavin Reynolds <[email protected]>
Add Debian 8 as a platform for Debian family with Systemd testing.

f710a92ff3012d779d1c6c1bea1a23af22f0e674 authored about 9 years ago by Gavin Reynolds <[email protected]>
Not all init-based systems use an Debian-centric path, ensure CentOS 6.6 falls through to the else.

3661efbcd7fbf1a8b3541e50435765f7c42011f0 authored about 9 years ago by Gavin Reynolds <[email protected]>
Merge pull request #83 from yoshiwaan/yoshiwaan-service_fix

[BUG] Fix for service resource failures

366886039c1ba9c6337fcc112b51dde88f07feb2 authored about 9 years ago by Martin Smith <[email protected]>
Alteration to varnish_log service to fix critical issue causing service start failures to not fail a Chef run

be5aa5c41ad9f209a6af016b074a4c7714624d84 authored about 9 years ago by yoshiwaan <[email protected]>
Ensure systemd is instructed to reload the unit files if they are created/updated.

As per https://github.com/chef/chef/issues/2839

9349f8d4636f727550824a640a988305b7a6700b authored about 9 years ago by Gavin Reynolds <[email protected]>
For clarity move the storage and parameters variable setting to top of the file

3da6b9aaecb306241db3a86959149808b58d323d authored about 9 years ago by Gavin Reynolds <[email protected]>
Override the unit files directly.

da49f684c135653103763cd498ba6d7e490358ee authored about 9 years ago by Gavin Reynolds <[email protected]>
Handle Debian >= 8 using systemd by just checking init_package.

127d969fc9581839b4c1eebfc5f514a65103240e authored about 9 years ago by Gavin Reynolds <[email protected]>
Merge pull request #79 from rackspace-cookbooks/docs

Update docs, Rakefile, standards

add0dee979a8a77f35de795bf135afbfde950c40 authored over 9 years ago by Matt Barlow <[email protected]>
Update docs, Rakefile, standards

- Update contributing and metadata author/contact info, fixes #65

0d8678c21c5d1d3b27dcda19af2580f713877ece authored over 9 years ago by Martin Smith <[email protected]>
Merge pull request #74 from jujugrrr/add_examples_to_readme

Added examples to the documentation

002596811a45eb296a909afb2ad462dfdb54aaef authored over 9 years ago by Lachlan Munro <[email protected]>
Added examples to the documentation

50acdaf8bde965ed0022521686a401ecd66a2a08 authored over 9 years ago by Julien Berard <[email protected]>
Release v2.2.0

bd4cac0951be20a3f05f0af748daadcecfe4fb4b authored over 9 years ago by Martin Smith <[email protected]>
Merge pull request #73 from rackspace-cookbooks/fix_defaults_martinb3

Fix default storage bug

9d68c6b5c58d2d601db04b155da9b07c0727c2db authored over 9 years ago by Martin Smith <[email protected]>
Fix default storage bug

- Specify a default file storage location, as one is required with file backend, fixes #72.
- Ad...

bbc90ccd62b6f2da0df85d3616756a29b6d64a82 authored over 9 years ago by Martin Smith <[email protected]>
Merge pull request #70 from rackspace-cookbooks/reload-after-restart

Cause varnish reload to happen after restart.

d26012eb92ef4211431b86edf5b74b848f88f942 authored over 9 years ago by Martin Smith <[email protected]>
Cause varnish reload to happen after restart.

Delayed notifications are queued up in order. In this case, it makes
sense for the reload to hap...

a007c0355207df4fb92cbd076ac08939934b0410 authored over 9 years ago by Matt Barlow <[email protected]>
Merge pull request #68 from rackspace-cookbooks/varnish-reload

Switch from service restart to service reload.

175d4a2e7cfb961e97adce6545121a8bdddd7d98 authored over 9 years ago by Martin Smith <[email protected]>
Switch from service restart to service reload.

The varnish_default_vcl has been updated to perform a service reload
instead of a service restar...

8ed94c1fff5d2ad87f916f712f165b79bf95e2be authored over 9 years ago by Matt Barlow <[email protected]>
bumping version for development

1578eb587806196482fb3216c6db6be93592d2a9 authored over 9 years ago by Marco A. Morales <[email protected]>
bump version and add changelog

6a6d64897b82362c0d8648dfdb004c7412e52ff7 authored over 9 years ago by Marco A. Morales <[email protected]>
Merge pull request #66 from rackspace-cookbooks/remove-apt-notification

Remove apt notification.

ec63639e95667c7285f6e7be24f6f69d915e5202 authored over 9 years ago by Marco A Morales <[email protected]>
Remove apt notification.

Fixes #56. The apt resource may not be included, so no need to run a
notification on it.

e8a5c832b06398a478680bf00e5016f97c234560 authored over 9 years ago by Matt Barlow <[email protected]>
Merge pull request #64 from rackspace-cookbooks/centos66

Bump to centos-6.6 for newer driver

bedbb06e98a5a54d5f9a46907a44e136943bc2ee authored over 9 years ago by Marco A Morales <[email protected]>
fix logrotate for varnishlog/nsca tests

64e989c8df7bc55a53c1853f754447373d7f88d8 authored over 9 years ago by Matthew Thode <[email protected]>
use single quotes...

b344a507269f430a15f68d646b4572b646735b72 authored over 9 years ago by Matthew Thode <[email protected]>
exclude centos-7 AND centos-7.0

38cf2a3655dfe4fb2212d8447ea89c08d1bd2ba1 authored over 9 years ago by Matthew Thode <[email protected]>
updating serverspec tests to use the newer expect syntax

897df02de7631db89a16c976725151bb278e5d59 authored over 9 years ago by Matthew Thode <[email protected]>
enable kitchen log artifacts in ciricleci

5d24e583a032c5f30b3e0ebd924bb073874f8dd6 authored over 9 years ago by Matthew Thode <[email protected]>
update include to cent-6.6 from cent-6.5

93662f9ac313d277778a9a5aab61a11ec410f287 authored over 9 years ago by Matthew Thode <[email protected]>
Bump to centos-6.6 for newer driver

3bf64c58918c3caafad421fca8c4490e3e602524 authored over 9 years ago by Martin Smith <[email protected]>
Release v2.1

0f73d4b1cb490f51333aaf9510af713dd6b60a67 authored over 9 years ago by Martin Smith <[email protected]>
Merge pull request #61 from rackspace-cookbooks/bug-resource-name

Make resource_name compatible with older Chef.

ca428942a0cb1cb72948594f9edb886b55e95e53 authored over 9 years ago by Martin Smith <[email protected]>
Make resource_name compatible with older Chef.

Switch from passing an argument into resource_name to using the
assignment operator '='. This wi...

a75b3a0fedab60dcbecee3eb5f44578f85ca8af3 authored over 9 years ago by Matt Barlow <[email protected]>
Merge pull request #60 from rackspace-cookbooks/pfire

enable and restart only once, not every chef run

09d30c5bf382def59bffda05dc86752fc39b7782 authored over 9 years ago by Matt Barlow <[email protected]>
enable and restart only once, not every chef run

fixes #59

f13222d8f4f20194f514ff09cfc18451dfdcead5 authored over 9 years ago by Matthew Thode <[email protected]>
Merge pull request #53 from rackspace-cookbooks/chef-requirement

List the requirement of Chef 12.

922d8e6c0b7aa5d7356486333f323a3727feea68 authored over 9 years ago by Matthew Thode <[email protected]>