Skip to content

Commit

Permalink
wait for kafka to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Jan 2, 2024
1 parent abc7ef4 commit a99daa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/manageiq-orchestrator/container-assets/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ EOS

check_svc_status ${MEMCACHED_SERVICE_HOST} ${MEMCACHED_SERVICE_PORT}
check_svc_status ${database_hostname} ${database_port}
check_svc_status ${MESSAGING_HOSTNAME} ${MESSAGING_PORT}

check_deployment_status || exit 1

Expand Down

0 comments on commit a99daa1

Please sign in to comment.