-
Notifications
You must be signed in to change notification settings - Fork 275
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
[BUG] install_demo_configuration.[sh|bat] assumeyes behavior not working as expected #2402
Comments
It looks like opensearch build makes use of the -y command in opensearch-docker-entrypoint.sh, opensearch-tar-install, opensearch-onetime-setup.sh, and the two build templates for rpm and debian post-installation. |
Bugs like this are a good reason to migrate away from our current command line scripts. |
[Triage] @scrawfor99 add documentation change to address that the code will not be corrected / follow up with the build team about desired change for the behavior. |
@cwperks updates on this issue? |
Closing this issue. |
This bug fix touches a number of different repositories as they already use -i with -y option. Proposed Fix:
|
What is the bug?
The
install_demo_configuration
scripts are not actually setting all prompts toy
when using the-y
option as you would expect. This issue was initially uncovered in this PR: #2308In addition to the behavior of
-y
, there is no command line option available to only install the demo certificates and leaveinitsecurity
andcluster_mode
as false.The install_demo_configuration scripts should be updated with a
-y
option that actually accepts all prompts and a new option should be added to only install the demo certificates.The text was updated successfully, but these errors were encountered: