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

[omnibus] update mixlib-install to 2.0 for PackageRouter support #943

Merged
merged 1 commit into from
Oct 10, 2016

Conversation

wrightp
Copy link

@wrightp wrightp commented Sep 23, 2016

chef-server-ctl install needs to download from the correct source. PackageRouter will soon be the only available backend in mixlib-install.

I ran:
$ chef-server-ctl install chef-manage

Then I interrupted the download to force an error. The correct download URL is being used.

    remote_file("/var/opt/opscode/local-mode-cache/chef-manage_2.4.3-1_amd64.deb") do
      provider Chef::Provider::RemoteFile
      action [:create]

root@api:~#   retries 0
      retry_delay 2
      default_guard_interpreter :default
      source ["https://packages.chef.io/files/stable/chef-manage/2.4.3/ubuntu/14.04/chef-manage_2.4.3-1_amd64.deb"]
      use_etag true
      use_last_modified true
      declared_type :remote_file
      cookbook_name "private-chef"
      recipe_name "add_ons_wrapper"
      checksum "0af176eb721daf021559f7df9e72e99c2f5f55aa39a1b7358a643955fbe91349"
      path "/var/opt/opscode/local-mode-cache/chef-manage_2.4.3-1_amd64.deb"
    end

@chef/engineering-services

@schisamo
Copy link
Contributor

/cc @chef/chef-server-maintainers @mmzyk

@marcparadise
Copy link
Member

LGTM

@stevendanna
Copy link
Contributor

@wrightp Mind adding the DCO sign-off to your commit?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Signed-off-by: Patrick Wright <[email protected]>
@wrightp
Copy link
Author

wrightp commented Sep 26, 2016

@stevendanna signed!

@wrightp wrightp merged commit d648f21 into master Oct 10, 2016
@schisamo schisamo deleted the pw/mixlib-install-2.0 branch October 10, 2016 19:24
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

Successfully merging this pull request may close these issues.

None yet

5 participants