Enable additional Swift healtchecks
Change-Id: Id856f035d30b19abb1424ea03ce28765566f34ff
This commit is contained in:
parent
7e09780284
commit
3ae7fb610d
@ -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:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Enabling additional healtchecks for Swift to monitor account,
|
||||
container and object replicators as well as the rsync process.
|
Loading…
Reference in New Issue
Block a user