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

Changes based on Chef 12 bootstrap command line options #258

Closed
sersut opened this issue Nov 8, 2014 · 2 comments
Closed

Changes based on Chef 12 bootstrap command line options #258

sersut opened this issue Nov 8, 2014 · 2 comments

Comments

@sersut
Copy link

sersut commented Nov 8, 2014

In Chef Client 12 some of the bootstrap options have changed / cleaned up. More information can be found here:

https://github.com/opscode/chef/blob/master/RELEASE_NOTES.md#boostrap-changes

In order to match these at a minimum:

  • Remove template-file, distro options and add bootstrap-template option.
  • Set the default bootstrap template if we need to change it by overriding default_bootstrap_template method.
  • Add :ssl_verify_mode & :verify_api_cert options.

We're making sure that Chef Client 12.0.0 works with the latest versions of knife cloud plugins. This change is primarily required to reduce the potential confusion.

@adamedx can we have matching issues for other knife cloud plugins as well?

@jaconstantine
Copy link

I'd also like to see all the options of knife bootstrap supported with knife ec2 create. The most important non-supported options for me are:
--server-url
--bootstrap-url
I'm unable to bootstrap an AWS node using knife bootstrap in my enterprise chef environment without them. I need to first provision with knife ec2 create and then bootstrap with knife bootstrap.

@dheerajd-msys
Copy link
Contributor

@sersut Options template-file and distro are deprecated and bootstrap-template is added. Also :ssl_verify_mode & :verify_api_cert options are added.

@jaconstantine --server-url & --bootstrap-url options are supported in latest knife-ec2.
Closing the issue, feel free to re-open if there are any issues with it.

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

3 participants