Skip to content

Commit 1447a20

Browse files
fix: Use opensearch db for job parametersDB
1 parent f6116aa commit 1447a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CI/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ services:
282282

283283
# This script monkey patches the parameter db to use a sqlite database rather
284284
# than requiring a full opensearch instance so we use a sqlalchmey dsn here
285-
- 'DIRACX_OS_DB_JOBPARAMETERSDB={"sqlalchemy_dsn": "mysql+aiomysql://Dirac:Dirac@mysql/JobParametersDB"}'
285+
- 'DIRACX_OS_DB_JOBPARAMETERSDB={"hosts": "elastic:changeme@opensearch:9200", "use_ssl": false, "verify_certs": false}'
286286
- DIRACX_SANDBOX_STORE_BUCKET_NAME=sandboxes
287287
- DIRACX_SANDBOX_STORE_AUTO_CREATE_BUCKET=true
288288
- 'DIRACX_SANDBOX_STORE_S3_CLIENT_KWARGS={"endpoint_url": "http://s3-direct:9090", "aws_access_key_id": "console", "aws_secret_access_key": "console123"}'

0 commit comments

Comments
 (0)