-
Notifications
You must be signed in to change notification settings - Fork 202
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
Kitchen breaks with Amazon ARM instances and Workstation #530
Comments
@tecracer-theinen Should this be in the Test Kitchen repo or the kitchen-ec2 repo? |
True, that should be kitchen-ec2. Apologies. |
No worries @tecracer-theinen. I moved it to the correct repo so we can track it directly in the driver |
@tecracer-theinen This is actually something we can't fix via Test Kitchen. If you're provisioning Chef Workstation you need to be on a platform that Workstation supports. We don't currently support arm installs of Workstation so this is failing where we'd expect it to. You should be able to provision with the chef-client without issues since we produce arm builds there. |
👻 Brief Description
Kitchen fails with Amazon ARM instances, if Chef Workstation is selected as provisioner.
This issue is intended to help people out who run into this problem and to supply a workaround until Chef Workstation ARM packages are available.
Version
2.6.0
Environment
Scenario
Using TK with ARM-based machines to save money ;)
Steps to Reproduce
Expected Result
Converged machine
Actual Result
The expected URL
https://omnitruck.chef.io/stable/chef-workstation/metadata?v=latest&p=amazon&pv=2&m=aarch64
is returning 404 as there are no Chef Workstation ARM packages yet. This is known and documented in chef/chef-workstation#1280Workaround is to just use Chef Client:
The text was updated successfully, but these errors were encountered: