Skip to content

Commit

Permalink
fix: set MESSAGEBUS_HOST to device-onvif-camera
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <cherry@iotechsys.com>
  • Loading branch information
cherrycl committed Feb 5, 2025
1 parent f814a21 commit 60c10c5
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 20 deletions.
1 change: 1 addition & 0 deletions compose-builder/add-device-onvif-camera.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- common-non-security.env
environment:
SERVICE_HOST: edgex-device-onvif-camera
MESSAGEBUS_HOST: edgex-mqtt-broker
depends_on:
- core-keeper
- core-data
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -914,7 +914,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-with-app-sample-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -991,7 +991,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-with-app-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -991,7 +991,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-zero-trust-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -834,7 +834,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-zero-trust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -834,7 +834,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -914,7 +914,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
5 changes: 3 additions & 2 deletions taf/docker-compose-taf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ services:
- /edgex-init/ready_to_run_wait_install.sh
environment:
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEBUS_HOST: edgex-mqtt-broker
PROXY_SETUP_HOST: edgex-security-proxy-setup
SECRETSTORE_HOST: edgex-secret-store
SERVICE_HOST: edgex-device-onvif-camera
Expand Down Expand Up @@ -1617,7 +1618,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -1641,7 +1642,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
1 change: 1 addition & 0 deletions taf/docker-compose-taf-no-secty-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ services:
required: true
environment:
EDGEX_SECURITY_SECRET_STORE: "false"
MESSAGEBUS_HOST: edgex-mqtt-broker
SERVICE_HOST: edgex-device-onvif-camera
hostname: edgex-device-onvif-camera
image: nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest
Expand Down
1 change: 1 addition & 0 deletions taf/docker-compose-taf-no-secty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ services:
required: true
environment:
EDGEX_SECURITY_SECRET_STORE: "false"
MESSAGEBUS_HOST: edgex-mqtt-broker
SERVICE_HOST: edgex-device-onvif-camera
hostname: edgex-device-onvif-camera
image: nexus3.edgexfoundry.org:10004/device-onvif-camera:latest
Expand Down
4 changes: 2 additions & 2 deletions taf/docker-compose-taf-perf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -1012,7 +1012,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
4 changes: 2 additions & 2 deletions taf/docker-compose-taf-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -1012,7 +1012,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down
5 changes: 3 additions & 2 deletions taf/docker-compose-taf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ services:
- /edgex-init/ready_to_run_wait_install.sh
environment:
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEBUS_HOST: edgex-mqtt-broker
PROXY_SETUP_HOST: edgex-security-proxy-setup
SECRETSTORE_HOST: edgex-secret-store
SERVICE_HOST: edgex-device-onvif-camera
Expand Down Expand Up @@ -1617,7 +1618,7 @@ services:
deploy:
resources:
limits:
memory: "6353435230208"
memory: "4190239719424"
entrypoint:
- /edgex-init/secretstore_wait_install.sh
environment:
Expand All @@ -1641,7 +1642,7 @@ services:
STAGEGATE_WAITFOR_TIMEOUT: 60s
hostname: edgex-secret-store
image: openbao/openbao:2.1
memswap_limit: "6353435230208"
memswap_limit: "4190239719424"
networks:
edgex-network: null
ports:
Expand Down

0 comments on commit 60c10c5

Please sign in to comment.