infrastructure/os/config/README.md

22 lines
650 B
Markdown
Raw Permalink Normal View History

2020-07-05 17:52:31 +00:00
# ANSIBLE
2019-06-01 14:02:49 +00:00
2020-07-05 17:52:31 +00:00
## How to proceed
2019-06-01 14:02:49 +00:00
2020-07-05 17:52:31 +00:00
For each machine, **one by one** do:
- Check that cluster is healthy
2020-10-22 16:29:37 +00:00
- Check gluster
- `sudo gluster peer status`
- `sudo gluster volume status all` (check Online Col, only `Y` must appear)
2020-07-05 18:15:28 +00:00
- Check that Nomad is healthy
2020-10-22 16:29:37 +00:00
- `nomad server members`
- `nomad node status`
2020-07-05 18:15:28 +00:00
- Check that Consul is healthy
2020-10-22 16:29:37 +00:00
- `consul members`
2020-07-05 18:15:28 +00:00
- Check that Postgres is healthy
- Run `ansible-playbook -i production.yml --limit <machine> -u <username> site.yml`
2020-10-28 16:07:55 +00:00
- Run `nomad node drain -enable -force -self`
2020-07-05 17:52:31 +00:00
- Reboot
2020-10-28 16:07:55 +00:00
- Run `nomad node drain -self -disable`
2020-07-05 17:52:31 +00:00
- Check that cluster is healthy
2019-06-01 14:02:49 +00:00