Skip to content
Snippets Groups Projects

WS-641: CARTA 2.0

Merged Nathan Hertz requested to merge WS-641-carta-2.0 into main
All threads resolved!
2 files
+ 14
25
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -37,7 +37,7 @@ def _get_settings(location: str) -> Dict:
return {
"timeout": carta_settings.timeoutInMinutes,
"carta_path": "/opt/local/stow/carta/carta-2.0/CARTA-v2.0-redhat.AppImage",
"carta_path": "/home/ssa/bin/CARTA-2.0-no_runtime_config.AppImage",
"redis_host": carta_settings.redisHost,
"redis_port": carta_settings.redisPort,
"redis_password": carta_settings.redisPassword,
@@ -133,8 +133,7 @@ def make_arg_parser() -> argparse.ArgumentParser:
"--single",
action="store_true",
required=False,
help="allow CARTA envoy to launch with specified image"
" (Use when data must be retrieved for viewing)",
help="allow CARTA envoy to launch with specified image" " (Use when data must be retrieved for viewing)",
)
parser.add_argument(
"-wf",
Loading