Ashique P S
Ashique P S
# Version: [Version of the project installed] # Environment: macOS 12.4 packer 1.8.0 # Scenario: Building the Ubuntu 22.04 for libvirt is failing due to ssh handshake failure. # Steps...
## Description - Basic Rails app setup - Auth APIs - API to install/push policy files - Cookbooks APIs - List repositories APIs ## Related Issue ## Types of changes...
## Description The FIPS provider was not loaded properly on the OpenSSL. This PR adds new steps to generate the fipsmodule.cnf file and update the openssl.cnf file to load them...
# Problem Unable to require fog/rackspace which was working fine in the previous versions and got busted in v2.3.0. In #269, the author introduced the `const_defined?` method to check whether...
## Description The current c_rehash script that is present on the `/opt/chef-workstation/embedded/bin` is supplied by OpenSSL and is written in Perl. Since the chef-workstation is no longer embedding Perl, the...
Signed-off-by: Ashique P S ## Description Currently, the guest customization step is happening while cloning the VM and the network is getting added after that by a separate task. If...
## Description This PR will add the `chef license` command which can be used to generate the free/trial license for the chef infra. Also if the user has a commercial...
## Description Added the following commands: - knife license - knife license list - knife license add Bootstrap updates: - If the user doesn't have a license, the chef infra...
## Description This PR implements the licensing-related changes in the knife bootstrap command. The initial bootstrap migration has been moved to PR - https://github.com/chef/chef/pull/14559 ## Related Issue ## Types of...
## Description The workstation currently uses custom-built openssl with the Omnibus software. When migrating workstation to the hab package, we will not be able to use the core/openssl because of...