You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Craig Perkins
committed
CI guard: run demo config natively under cmd, tolerate already-configured
The first version of the guard reused the cluster start-opensearch had
already configured, so the installer hit 'already configured for Security.
Quit.' and exited -1 (its exit code equals skip_updates, which -i/-c leave
at -1). Pass -s so an already-configured opensearch.yml exits 0, while a
home-discovery failure still exits non-zero from setBaseDir - which is the
condition this guard is meant to catch.
Signed-off-by: Craig Perkins <cwperks@amazon.com>
0 commit comments