chef-server
chef-server copied to clipboard
knife-tidy does not work with chef-infra-server out of the box.
Noted in an upgrade from Chef Infra Server 12 to Chef Infra Server 13.
knife-tidy is used when doing server migrations and stale node cleanup. It does not work with the native Chef Infra Server ruby.
Acceptance Criteria:
- knife-tidy should work with Chef Infra Server out of the box on the latest 14.x
- Add knife-tidy test to the umbrella pipeline.
In my specific case, knife-tidy
wasn't able to run with Chef Infra 12.1.2. The version of ruby was too low. Knife-Tidy
requires 2.3.0 and this version of infra shipped with 2.1.0
Is it possible to use knife tidy after the upgrade?