aboutsummaryrefslogtreecommitdiff
path: root/os/config/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-10-22 18:29:37 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-10-22 18:29:37 +0200
commitb53b71f750008267351d84938b4701413f045628 (patch)
treecc2c8aea67333e2df7320c9a225cd585c78421ee /os/config/README.md
parent6858f17766fcd6fd0f05c43393188b79d29be5e5 (diff)
downloadinfrastructure-b53b71f750008267351d84938b4701413f045628.tar.gz
infrastructure-b53b71f750008267351d84938b4701413f045628.zip
Fix some bugsfeature/bind_ipv6
Diffstat (limited to 'os/config/README.md')
-rw-r--r--os/config/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/os/config/README.md b/os/config/README.md
index db8d960..fb4f6e7 100644
--- a/os/config/README.md
+++ b/os/config/README.md
@@ -4,12 +4,16 @@
For each machine, **one by one** do:
- Check that cluster is healthy
- - `sudo gluster peer status`
- - `sudo gluster volume status all` (check Online Col, only `Y` must appear)
+ - Check gluster
+ - `sudo gluster peer status`
+ - `sudo gluster volume status all` (check Online Col, only `Y` must appear)
- Check that Nomad is healthy
+ - `nomad server members`
+ - `nomad node status`
- Check that Consul is healthy
+ - `consul members`
- Check that Postgres is healthy
- - Run `ansible-playbook -i production --limit <machine> site.yml`
+ - Run `ansible-playbook -i production.yml --limit <machine> site.yml`
- Reboot
- Check that cluster is healthy