Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Aug 23, 2024
1 parent ea2c2a2 commit 3a7be53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validation_workflow/tar/validation_tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def installation(self) -> bool:

def start_cluster(self) -> bool:
try:
print('password is: ', get_password(str(self.args.version)))
self.os_process.start(f'export OPENSEARCH_INITIAL_ADMIN_PASSWORD={get_password(str(self.args.version))} && ./opensearch-tar-install.sh >> install.log', os.path.join(self.tmp_dir.path, "opensearch"))
if ("opensearch-dashboards" in self.args.projects):
self.osd_process.start(os.path.join(str(self.tmp_dir.path), "opensearch-dashboards", "bin", "opensearch-dashboards"), ".")
Expand Down

0 comments on commit 3a7be53

Please sign in to comment.