1hirte-proxy(1) General Commands Manual hirte-proxy(1)
2
3
4
6 hirte-proxy - Proxy requesting services on other agents
7
8
10 hirte-proxy [options] command
11
12
14 Hirte is a service orchestrator tool intended for multi-node devices
15 (e.g.: edge devices) clusters with a predefined number of nodes and
16 with a focus on highly regulated environment such as those requiring
17 functional safety (for example in cars).
18
19
20 A hirte-proxy uses the public API of hirte-agent provided on the local
21 D-Bus to request services required by a local unit to be started or
22 stopped on a remote node managed by another hirte-agent.
23
24
25 hirte-proxy [OPTIONS]
26
27
29 --help, -h
30 Print usage statement and exit.
31
32
34 hirte-proxy create [node_service]
35 Starts the hirte-proxy to call the CreateProxy method on the local
36 hirte-agent to request a remote service to be started on the given
37 node. hirte-proxy is exiting when starting the service has either suc‐
38 ceeded or failed.
39
40
41 hirte-proxy remove [node_service]
42 Starts the hirte-proxy to call the RemoveProxy method on the local
43 hirte-agent to request a remote service to be started on the given
44 node. hirte-proxy is exiting when starting the service has either suc‐
45 ceeded or failed.
46
47
49 On successfully starting the remote service, 0 is returned. Otherwise,
50 1 is returned.
51
52
54 systemd.unit(5) ⟨https://www.freedesktop.org/software/systemd/man/sys‐
55 temd.unit.html⟩
56
57
58
59 hirte-proxy(1)