Git Product home page Git Product logo

Comments (1)

tknerr avatar tknerr commented on August 14, 2024

Thanks for reporting, that looks like a bug. I'm still on Vagrant 1.7.4 and ChefDK 0.7.0 in my environment, and haven't tested that.

In the meantime, can you try vagrant up on the "remote-syslog" branch (see PR #11)?

That is the latest state I'm about to merge (once I made the syslog port configurable via an attribute), and within that I also switched back to the "chef_solo" provisioner. This was for 2 reasons:

  1. chef_zero provisioner is super slow with virtualbox provider (due to their bad sharedfolders implementation)
  2. because I want to do this in my infrastructure repo and "chef_zero" provisioner does not support the "recipe_url" option:
   cfg.vm.provision "chef_solo" do |chef|
      chef.recipe_url = "https://circleci-tkn.rhcloud.com/api/v1/project/Zuehlke/cookbook-elk-stack/tree/remote-syslog/latest/artifacts/cookbooks.tar.gz"
      chef.add_recipe "elk-stack::default"
    end

(the beauty of 2. is that this cookbooks.tar.gz includes already all resolved cookbooks as in Berksfile.lock, i.e. no need to resolve the cookbook deps again and no need to have berkshelf installed)

from cookbook-elk-stack.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.