-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packer vm hangs in opsworks_berkshelf recipe #20
Comments
Try adding this to the builders section of the template JSON:
You can add other lines if you'd like to further modify the VM:
|
I also ran into this issue, and was able to work around it by commenting out most of the cookbooks in the Berksfile that's created in |
@thomask Looks like my branch is out of date. There are more cookbooks that have moved to Chef 12 since then. I think the following additional cookbooks need to be pinned for Chef 11 compatibility:
These are just a couple cookbooks from my own Chef repo's Berksfile that I noticed aren't in my modified Let me know if you were able to get things running with these changes and I'll update my branch accordingly. |
looks like
|
This should be fixed with 6a6a97a. I locked what dependencies I could to versions I know were working for me. However, I may just remove this Berkshelf pre-fetch step altogether since the odds of downloading and caching the cookbooks at the exact locked version the user would find useful are slim. You may as well fork and supply your own Berksfile and Berksfile.lock if you want this to be helpful. Either way, this should run now and no longer hang due to Chef 12 incompatibility. Thank you for the issue and the discussion! |
Hello guys, thanks for this tool, seems great.
I have an issue installing it though. I run
rake build
it does everything and it hangs in executing the opsworks_berkshelf::intall recipe till is timed out.The text was updated successfully, but these errors were encountered: