Skip to content

Commit a997eab

Browse files
committed
[Tools] Fixing OpenSearch 2/3 launch command (stronger password)
1 parent 78d75f7 commit a997eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/20-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
image: docker://magento/magento-cloud-docker-opensearch:2.4-1.3.5
6767
ports:
6868
- 19200:19200
69-
options: -e="http.port=19200" -e="transport.port=19250" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=admin" --health-cmd="curl http://localhost:19200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
69+
options: -e="http.port=19200" -e="transport.port=19250" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=dummy97glC8c/]$u1" --health-cmd="curl http://localhost:19200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
7070
opensearch3:
7171
image: docker://magento/magento-cloud-docker-opensearch:3-1.4.4
7272
ports:
7373
- 19300:19300
74-
options: -e="http.port=19300" -e="transport.port=19350" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=admin" --health-cmd="curl http://localhost:19300/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
74+
options: -e="http.port=19300" -e="transport.port=19350" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=dummy97glC8c/]$u1" --health-cmd="curl http://localhost:19300/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
7575

7676
strategy:
7777
fail-fast: false

0 commit comments

Comments
 (0)