Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Add healthcheck for nova-virtlogd container"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 3, 2019
2 parents bcb2105 + 730ae4a commit d85e4ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/nova/nova-libvirt-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,8 @@ outputs:
security_opt: label=disable
privileged: true
restart: always
healthcheck:
test: '/openstack/healthcheck virtlogd'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
Expand Down Expand Up @@ -681,7 +683,7 @@ outputs:
depends_on:
- tripleo_nova_virtlogd
healthcheck:
test: /openstack/healthcheck
test: '/openstack/healthcheck libvirtd'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
Expand Down

0 comments on commit d85e4ad

Please sign in to comment.