Merge "Enable additional Swift healtchecks" into stable/train

This commit is contained in:
Zuul 2019-12-19 15:05:28 +00:00 committed by Gerrit Code Review
commit dca9488865
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.