Questions tagged [berkshelf]

Manage a Cookbook or an Application's Cookbook dependencies

Berkshelf can either mean the Berkshelf toolchain, or the directory location ("the Berkshelf") where you do the management. This location will typically contain files called Berksfile and Berksfile.lock.

218 questions
0
votes
1 answer

GitLab Vagrant VM takes forever to provision, due to Berkshelf backup?

I have a GitLab VM with Vagrant based on the GitLab Cookbook in production mode. I was running fine, until I had to restart the host today. This is my output when I am running vagrant provision: $ vagrant provision [Berkshelf] This version of the…
schmunk
  • 4,708
  • 1
  • 27
  • 50
0
votes
1 answer

Invoke different ruby interpreter

I am running within a Ruby script (a Vagrantfile, specifically) and I want to invoke another ruby executable (berks installed against system ruby, specifically). I know I can do something like PATH=/usr/bin GEM_PATH=/var/lib/ruby/1.9.1 berks…
Rob Kinyon
  • 1,770
  • 2
  • 19
  • 28
0
votes
1 answer

How can Vagrant/Berkshelf be used to test AWS apps?

I'm trying to wrap my head around Vagrant and Berkshelf, and am trying to see if I can use them for testing & development of our new AWS app. Looks like Vagrant is a wrapper for VirtualBox and allows you to quickly spin up a virtual machine by given…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
1 answer

Berkfile's dependencies on vagrant's local machine

So, im new on vagrant, chef, berkshelf and similar helper's on this way. I'm just trying to figure out why my vagrant (up, reload, provision) commands keep saying it's: [Berkshelf] Using central (0.1.0) [Berkshelf] Using postgresql…
Oswaldo Ferreira
  • 1,339
  • 16
  • 15
0
votes
1 answer

Berkshelf directory name from github cookbook

My custom cookbooks are stored in private github repos. When adding them to a Berkshelf project, they are added to .berkshelf/cookbooks as custom-cookbook-commit-number instead of custom-cookbook-version-number My github repo has tags with the…
csi
  • 9,018
  • 8
  • 61
  • 81
0
votes
1 answer

Veewee, Vagrant and Berkshelf integration

I'm trying to learn how to set up a virtual development environment using VirtualBox, Veewee, Vagrant and Chef-solo with Berkshelf. Since I'm very new to this, I've read all I could find online, but I think I'm missing something crucial. Hopefully…
0
votes
1 answer

chef recipe dependencies - berkshelf

I use chef-server to manage my servers and am not trying to get the semi official logstash cookbook working but am having trobule with recipe dependencies. I have all my cookbooks inside a chef-config repo along with the logstash one I cloned.…
henry.oswald
  • 5,304
  • 13
  • 51
  • 73
-1
votes
1 answer

berkshelf + chef: could not find recipe server for cookbook mysql

I'm using vagrant (1.8.4) with Bookshelf. Also I've installed plugins: vagrant plugin install vagrant-omnibus vagrant plugin install vagrant-berkshelf vagrant plugin install vagrant-cachier Once running vagrant up I get: ==> default:…
Peter Butkovic
  • 11,143
  • 10
  • 57
  • 81
1 2 3
14
15