Tyler Ball
Tyler Ball
### Summary This allows us to incloud these source files as siblings to the rest of our source code. It also allows us to look up the location of them...
For Test Kitchen to talk to a system (EG, vagrant, ec2) we have a bunch of required APIs that need to be fulfilled (EG, add a provisioner, driver, verifier, etc.)....
Original issue - https://github.com/test-kitchen/kitchen-ec2/issues/155 It would be nice if Test Kitchen would error when the `ssh_key` file doesn't actually exist. Instead, it just tries to perform SSH auth (which will...
## Motivation ``` As a cookstyle developer, I want to know the prevalence of cops that are triggering but lack autocorrection, so that I can appropriately focus energy on building...
For Test Kitchen to create and manage the AWS host, the provisioning account needs certain permissions. These permissions are different between Windows and Linux guests. We should document these needed...
Currently if you want to overwrite the `block_device_mappings`, you are required to specify all 3 fields: ``` yaml block_device_mappings: - ebs_device_name: /dev/sda1 ebs_volume_size: 8 ebs_delete_on_termination: true ``` We should default...
Automate the manual testing from #1394 and #1457 ## Acceptance Criteria 1. Integration tests should be run on every build of the `chef-workstation` repo because that is where the component...
### Describe the Enhancement: Now that we have [golang libraries](https://github.com/chef/chef-analyze) that expose functionality in Chef Workstation we need to update them to support the license acceptance flow. ### Describe the...
Support MLSA and EULA embedding Aha! Link: https://chef.aha.io/features/SH-2568
## Description https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary We want to build a universal package of Chef Workstation so that we have `arm64` packages ready for testing on the new Apple Silicon. ## Acceptance Criteria...