evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 117 forks source link

Update zookeeper version to 3.4.6 #123

Closed paweloczadly closed 9 years ago

paweloczadly commented 9 years ago
$ chef-solo ...
....
  * remote_file[/var/chef/cache/zookeeper-3.4.5.tar.gz] action create
    - create new file /var/chef/cache/zookeeper-3.4.5.tar.gz[2015-01-21T08:04:18+00:00] WARN: remote_file[/var/chef/cache/zookeeper-3.4.5.tar.gz] cannot be downloaded from http://mirrors.ibiblio.org/apache/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz: 404 "Not Found"

    ================================================================================
    Error executing action `create` on resource 'remote_file[/var/chef/cache/zookeeper-3.4.5.tar.gz]'
    ================================================================================

    Net::HTTPServerException
    ------------------------
    404 "Not Found"
paweloczadly commented 9 years ago

ah sorry... I see that it is updated. However, Berkshelf downloads older version of your cookbook with zookeeper 3.4.5

jeffbyrnes commented 9 years ago

@paweloczadly hmm, that's odd. Berkshelf should be grabbing v2.5.1 from Supermarket, which has its attributes set to install Zookeeper v3.4.6.

Please double-check your attributes in your wrapper cookbook, and also that you've not set your metadata or Berksfile to download a version less than v2.0.0. As long as you’ve set depends 'zookeeper', '~> 2.0', you’ll install zookeeper 3.4.6.

jeffbyrnes commented 9 years ago

No response for over a month, closing out.