Skip to content

Instantly share code, notes, and snippets.

@steelcowboy
Created August 3, 2020 18:09
Show Gist options
  • Save steelcowboy/b0283f7b356525f1070f43fd8fcdc582 to your computer and use it in GitHub Desktop.
Save steelcowboy/b0283f7b356525f1070f43fd8fcdc582 to your computer and use it in GitHub Desktop.
Allow Downgrade for Go2Chef
__ _ ___|_ )__| |_ ___ / _|
/ _` / _ \/ // _| ' \/ -_) _|
\__, \___/___\__|_||_\___|_|
|___/
GO2CHEF 2020/08/03 11:04:46 loading config from source go2chef.config_source.http
GO2CHEF 2020/08/03 11:04:46 EVENT: LOGGING_INITIALIZED in go2chef.cli -
GO2CHEF 2020/08/03 11:04:46 EVENT: STEP_0_START go2chef.step.install.linux.dnf:'install chef' in go2chef.cli -
GO2CHEF 2020/08/03 11:04:46 EVENT: HTTP_DOWNLOAD_STARTED in go2chef.source.http - https://<internalrepo>/chef-16.2.50-1.el7.x86_64.rpm
GO2CHEF 2020/08/03 11:04:46 DEBUG: github.com/facebookincubator/go2chef/plugin/source/http/http.go:91::http: 1
GO2CHEF 2020/08/03 11:04:46 DEBUG: github.com/facebookincubator/go2chef/plugin/source/http/http.go:104::http: HTTP GET https://<internalrepo>/chef-16.2.50-1.el7.x86_64.rpm => 200 OK
GO2CHEF 2020/08/03 11:04:48 DEBUG: github.com/facebookincubator/go2chef/plugin/source/http/http.go:161::http: direct download to /tmp/go2chef-src-http-326984671, rename to /tmp/go2chef-install601235072/chef-16.2.50-1.el7.x86_64.rpm
GO2CHEF 2020/08/03 11:04:48 EVENT: HTTP_DOWNLOAD_COMPLETE in go2chef.source.http - https://<internalrepo>/chef-16.2.50-1.el7.x86_64.rpm
GO2CHEF 2020/08/03 11:04:48 DEBUG: github.com/facebookincubator/go2chef/plugin/step/install/linux/dnf/dnf.go:192::searching for RPM in /tmp/go2chef-install601235072 matching ^chef-.*.rpm$
Verifying... ################################# [100%]
Preparing... ################################# [100%]
removing /opt/chef...
Updating / installing...
1:chef-16.2.50-1.el7 ################################# [ 50%]
Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io
Cleaning up / removing...
2:chef-16.3.45-1.el7
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment