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

chef-provisisioning does not work with new license acceptance framework #624

Open
jjlimepoint opened this issue May 7, 2019 · 1 comment

Comments

@jjlimepoint
Copy link
Contributor

chef-provisioning itself works fine on chef15, however bootstrapping nodes with v15 from omnibus will currently fail due to the new license acceptance requirement on the clients. three workarounds:

  1. set :convergence_options/:chef_version = 14
  2. change chef_command to "chef-client --accept-license" so that the first chef run does this
  3. custom install.sh which runs with the accept license parameter and/or copies a license
@lamont-granquist
Copy link
Contributor

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

No branches or pull requests

2 participants