Bryan McLellan
Bryan McLellan
## Description #1419 set the device name for filesystem/filesystem2 to the drive volume name, which is optional. If you don't have a volume name set you can end up with:...
Primary Goal: Supermarket installation that uses Automate as an external authentication identity provider This allows customers using private on-premises supermarket installations that are currently using Chef Infra server as an...
To allow Automate to deploy Supermarket, we need to package it in Habitat packages. - Scaffolding, wrapper packages, and other Habitat best practices must be used where applicable and available....
Chef Infra Server 13.2 + Chef Backend 2.1, RHEL 7.8 bookshelf has two database cleanup tasks, `do_delete_cleanup` + `do_upload_cleanup`: https://github.com/chef/chef-server/blob/ac11df3d7c88b164a16beccdd18c12d403e87967/src/bookshelf/src/bksw_cleanup_task.erl#L79-L97 these tasks run every 7 and 19 minutes, respectively: https://github.com/chef/chef-server/blob/ac11df3d7c88b164a16beccdd18c12d403e87967/src/bookshelf/src/bksw_cleanup_task.erl#L52-L53...
Chef Infra 15.x,16.8.9, 16.9.16 Platform: solaris2 version 5.11 chef_client_updater: 3.11.1 Customer issue: https://github.com/chef/customer-bugs/issues/299 Upgrading by hand works fine, when upgrading with the cookbook it is hanging at: ``` * chef_client_updater[Install...
When there are thousands of versions of a private package, `devpi list foo` can take between minutes and forever to return. Uploading another version of the private package sometimes times...
It is a bit of a hassle to get a development environment running on windows so the native extensions can be built for yajl-ruby. We're scripting a workaround for now....