We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
15.9.38
Ubuntu 22.04
Standalone
Complete upgrade of chef server.
Run chef-server-ctl upgrade.
chef-server-ctl upgrade
Upgrade completes.
Upgrade fails on "add internal user to opensearch security plugin" because opensearch is not responsive.
There is already an attempt to address the problem in the form of
chef-server/omnibus/files/server-ctl-cookbooks/infra-server/recipes/opensearch.rb
Line 185 in 7940d04
Bumping the sleep to 30 seconds while clearly not ideal as a solution seemed to fix things for us.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chef Server Version
15.9.38
Platform Details
Ubuntu 22.04
Configuration
Standalone
Scenario
Complete upgrade of chef server.
Steps to Reproduce
Run
chef-server-ctl upgrade
.Expected Result
Upgrade completes.
Actual Result
Upgrade fails on "add internal user to opensearch security plugin" because opensearch is not responsive.
Analysis
There is already an attempt to address the problem in the form of
chef-server/omnibus/files/server-ctl-cookbooks/infra-server/recipes/opensearch.rb
Line 185 in 7940d04
Bumping the sleep to 30 seconds while clearly not ideal as a solution seemed to fix things for us.
The text was updated successfully, but these errors were encountered: