Skip to content
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

v3 documentation needs to note the new knife plug-in location #67

Closed
pcn opened this issue Nov 8, 2011 · 3 comments
Closed

v3 documentation needs to note the new knife plug-in location #67

pcn opened this issue Nov 8, 2011 · 3 comments
Milestone

Comments

@pcn
Copy link

pcn commented Nov 8, 2011

I'm testing out v3 from the git head via a pull from upstream to my local repo, and I've noticed that the location of the knife plugin has moved in the cluster_chef repo. Can you update the readme to add:

mkdir -p ~/.chef/plugins # probably not necessary, but I'm not 100% sure since I haven't re-built my chef install
cd .chef/plugins && \
ln -s $CLUSTER_CHEF/lib/chef/knife plugins
@pcn
Copy link
Author

pcn commented Dec 8, 2011

I re-set my GEM_HOME and tried installing v3 from a fairly clean slate and it seemed to still require that ~/.chef/plugins/knife symlink to $CLUSTER_CHEF_DIR/lib/chef/knife.

The instructions make it seem like "bundle install" should do all of the work, but it doesn't appear to cause knife to find the cluster sub-commands.

@temujin9
Copy link
Contributor

This appears to be fixed with the gem. If you are still experiencing issues, please reopen this with detailed debug output of the failure.

@pcn
Copy link
Author

pcn commented Feb 23, 2012

What's the fix? I can't let my users rely on the gem. Since I have fixes that haven't gone into the gem and that don't appear to be on-track at the moment, I'm afraid that the method for not installing as a gem may bit-rot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants