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

product_name does not allow 'cinc' #249

Open
EugenMayer opened this issue May 16, 2023 · 3 comments
Open

product_name does not allow 'cinc' #249

EugenMayer opened this issue May 16, 2023 · 3 comments

Comments

@EugenMayer
Copy link

EugenMayer commented May 16, 2023

When setting product_name to 'cinc'

chef_client_updater 'upgrade cinc' do
  post_install_action 'kill'
  download_url_override download_url
  checksum checksum

  version version
  install_timeout 120
  product_name "cinc"
end

We get

 Error executing action `update` on resource 'chef_client_updater[upgrade cinc]'
================================================================================
    
     Mixlib::Install::Options::InvalidOptions
     ----------------------------------------
     Unknown product name cinc.
     Must be one of: analytics, angry-omnibus-toolchain, angrychef, automate, chef, chef-backend, chef-server, chef-server-ha-provisioning, chef-workstation, chefdk, compliance, delivery, ha, harmony, inspec, mac-bootstrapper, manage, marketplace, omnibus-toolchain, omnibus-gcc, private-chef, push-jobs-client, push-jobs-server, reporting, supermarket, sync
@everii-mapi
Copy link

everii-mapi commented May 25, 2023

I am seeing the same issue, I tried various suggestions (e.g. setting [chef_client_updater][rubygems_url], setting [ohai][plugin_path]) but could not get it working.

@mrswadge
Copy link

Also seeing the same issue myself. I think the issue is from mixlib as I couldn't see these items listed in the updater code. I found this which looks related.
chef/mixlib-install#339

@dkowis
Copy link

dkowis commented Jan 31, 2024

I just ran into this problem yesterday using cinc-client 18.0.3 A fresh cinc-client run and I got the unknown product name error.

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

No branches or pull requests

4 participants