Skip to content

Commit

Permalink
Explicitly wait for the manager service (#1887)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 7, 2023
1 parent 1e141b2 commit de32565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/deploy/000-manager-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ ansible-playbook \

cp /home/dragon/.ssh/id_rsa.pub /opt/ansible/secrets/id_rsa.operator.pub

# wait for manager service
wait_for_container_healthy 60 ceph-ansible
wait_for_container_healthy 60 kolla-ansible
wait_for_container_healthy 60 osism-ansible

# wait for netbox service
if ! wait_for_container_healthy 60 netbox-netbox-1; then
# The Netbox integration is not mandatory for the use of the testbed.
Expand Down

0 comments on commit de32565

Please sign in to comment.