diff options
Diffstat (limited to 'os/config/README.md')
-rw-r--r-- | os/config/README.md | 10 |
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 |