chef/omnitruck

Chef Infra Client 16 & 17 not found for RHEL8 x86_64

Closed this issue · 0 comments

Describe the problem

I'm using Test Kitchen to create a RHEL8 test instance and the process reports that a valid package couldn't be found.

Software Version

Test Kitchen version: 3.2.2

Replication Case

The relevant snippet from my kitchen.yml:

provisioner:
  name: chef_zero
  install_strategy: always
  product_name: chef
  product_version: 17

Stacktrace

Finished creating (1m14.94s). -----> Converging ... Preparing files for transfer Preparing dna.json Resolving cookbook dependencies with Berkshelf 8.0.2... Removing non-cookbook files before transfer Preparing validation.pem Preparing client.rb el 8 x86_64 Getting information for chef stable 17 for el... downloading https://omnitruck.chef.io/stable/chef/metadata?v=17&p=el&pv=8&m=x86_64 to file /tmp/kitchen/metadata.txt trying curl... Unable to retrieve a valid package! Version: 17

This is also true for product_version: 16 and product_version: 17

Possible Solution