Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add order in which on premise services have to come up. #590

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion worker/on-premise/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,32 @@ Surf to http://$IP_OF_ELK_HOST:5601/ , then change the text field that shows up

## Metrics

TODO:
Instructions will be added soon.

## Restarting hosts or services

The installer sets up all services to use _systemd_ and sets them to launch at
boot. systemd will also attempt to restart them on failure. Some services have
dependencies on each other. The IronWorker installer is not an orchestration
tool and cannot manage this ordering if hosts have to be restarted. Here is the
dependency tree of host ordering. Items in the same list are independent of
each other and can be started together.

1. If an ELK setup is present, start this first. Proceed after ELK is
completely operational.
2. statsd/Graphite setup if any.
3.
* MongoDB
* PostgreSQL
* Minio
4. Any optional Docker registries.
5. IronAuth.
6. Load balancer for IronAuth if any.
7. IronMQ.
8. Load balancer for IronMQ if any.
9. IronWorker (swapi).
10. Load balancer for IronWorker if any.
11.
* Scheduler
* Operational tools
* All runners