Enable additional Swift healtchecks
Change-Id: Id856f035d30b19abb1424ea03ce28765566f34ff
This commit is contained in:
parent
7e09780284
commit
3ae7fb610d
@ -349,6 +349,8 @@ outputs:
|
|||||||
net: host
|
net: host
|
||||||
user: swift
|
user: swift
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -381,6 +383,8 @@ outputs:
|
|||||||
net: host
|
net: host
|
||||||
user: swift
|
user: swift
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -414,6 +418,8 @@ outputs:
|
|||||||
net: host
|
net: host
|
||||||
user: swift
|
user: swift
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -549,6 +555,8 @@ outputs:
|
|||||||
net: host
|
net: host
|
||||||
user: root
|
user: root
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
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…
x
Reference in New Issue
Block a user