Enable additional Swift healtchecks

Change-Id: Id856f035d30b19abb1424ea03ce28765566f34ff
(cherry picked from commit 3ae7fb610d)
This commit is contained in:
Christian Schwede 2019-04-09 13:46:54 +02:00 committed by Emilien Macchi
parent be1478581d
commit 32f91b488e
2 changed files with 13 additions and 0 deletions

View File

@ -349,6 +349,8 @@ outputs:
net: host
user: swift
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
@ -381,6 +383,8 @@ outputs:
net: host
user: swift
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
@ -414,6 +418,8 @@ outputs:
net: host
user: swift
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}
@ -549,6 +555,8 @@ outputs:
net: host
user: root
restart: always
healthcheck:
test: /openstack/healthcheck
privileged: true
volumes:
list_concat:

View File

@ -0,0 +1,5 @@
---
features:
- |
Enabling additional healtchecks for Swift to monitor account,
container and object replicators as well as the rsync process.