You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Mesos is installed as a part of the FLP Suite.
6
+
7
+
### Connectivity to controlled nodes
4
8
5
9
ECS relies on Mesos to know the state of the controlled nodes.
6
10
Thus, losing connection to a Mesos slave can be treated as a node being down or unresponsive.
@@ -9,4 +13,4 @@ Then, the environment is transitioned to ERROR.
9
13
10
14
Mesos slave health check can be configured with `MESOS_MAX_AGENT_PING_TIMEOUTS` (`--max_agent_ping_timeouts`) and `MESOS_AGENT_PING_TIMEOUT` (`--agent_ping_timeout`) parameters for Mesos.
11
15
Effectively, the factor of the two parameters is the time needed to consider a slave/agent as lost.
12
-
Please refer to Mesos documentation for more details.
16
+
Please refer to [Mesos documentation](https://mesos.apache.org/documentation/latest/) for more details.
Copy file name to clipboardExpand all lines: docs/running.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Running AliECS as a developer
2
2
3
-
4
3
> **WARNING**: The running instructions described in this page are **for development purposes only**. Users interested in deploying, running and controlling O²/FLP software or their own software with AliECS should refer to the O²/FLP Suite instructions instead.
5
4
6
-
7
5
## Running the AliECS core
8
6
9
7
This part assumes you have already set up the Go environment, fetched the sources and built all AliECS Go components.
10
8
11
-
The recommended way to set up a Mesos cluster is by performing a complete deployment of the O²/FLP Suite with `o2-flp-setup`. The AliECS core on the head node should be stopped (`systemctl stop o2-aliecs-core`) and your own AliECS core should be made to point to the head node.
9
+
The recommended way to set up a Mesos cluster is by performing a complete deployment of the O²/FLP Suite with `o2-flp-setup`.
10
+
The AliECS core on the head node should be stopped (`systemctl stop o2-aliecs-core`) and your own AliECS core should be made to point to the head node.
11
+
Typically, it can be done by replacing the AliECS core binary on the head node with your own and restarting the `o2-aliecs-core` systemd service.
12
12
13
13
The following example flags assume a remote head node `centosvmtest`, the use of the default `settings.yaml` file, very verbose output, verbose workflow dumps on every workflow deployment, and the executor having been copied (`scp`) to `/opt/o2control-executor` on all controlled nodes:
0 commit comments