-
Notifications
You must be signed in to change notification settings - Fork 164
metal command seems to not use .chef/knife.rb. #70
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
Comments
@rberger I've been loading my knife config manually into recipes to get around this, it seems to spin up a chef zero server whether you want it or not, which is definitely a bug if you provide a chef server details to metal. |
The command line definitely needs some work (I removed it from the readme On Mon, Jun 9, 2014 at 7:30 AM, hntd187 [email protected] wrote:
|
@rberger There have been quite a lot of changes in all the relevant repos since this was filed: is it still an issue? |
Heh, not sure. I've been explicitly specifying .chef/knife.rb on the chef-provisioning command line. If John thinks its fixed, its probably fixed. |
I'm going to close this since we don't support the |
The
metal
cli command doesn't seem to use the configuration info in.chef/knife.rb
. Seems to always usechef-zero
even if I pass in the chef server url with -S. And it doesn't seem to pick up any other parameters from.chef/knife.rb
The text was updated successfully, but these errors were encountered: