Remove armon-specific stuff
This commit is contained in:
parent
d5dcbdbd99
commit
00bbcc9010
|
@ -14,12 +14,12 @@ running in client or server mode. Clients are responsible for running tasks,
|
||||||
while servers are responsible for managing the cluster.
|
while servers are responsible for managing the cluster.
|
||||||
|
|
||||||
Client mode agents are relatively simple. They make use of fingerprinting
|
Client mode agents are relatively simple. They make use of fingerprinting
|
||||||
to determine the capabilities and resources of the host machine, as well as
|
to determine the capabilities and resources of the host machine, as well as
|
||||||
determining what [drivers](/docs/drivers/index.html) are available. Clients
|
determining what [drivers](/docs/drivers/index.html) are available. Clients
|
||||||
register with servers to provide the node information, heartbeat to provide
|
register with servers to provide the node information, heartbeat to provide
|
||||||
liveness, and run any tasks assigned to them.
|
liveness, and run any tasks assigned to them.
|
||||||
|
|
||||||
Servers take on the responsibility of being part of the
|
Servers take on the responsibility of being part of the
|
||||||
[consensus protocol](/docs/internals/consensus.html) and [gossip protocol](/docs/internals/gossip.html).
|
[consensus protocol](/docs/internals/consensus.html) and [gossip protocol](/docs/internals/gossip.html).
|
||||||
The consensus protocol, powered by Raft, allows the servers to perform
|
The consensus protocol, powered by Raft, allows the servers to perform
|
||||||
leader election and state replication. The gossip protocol allows for simple
|
leader election and state replication. The gossip protocol allows for simple
|
||||||
|
@ -44,15 +44,15 @@ $ nomad agent -dev
|
||||||
==> Starting Nomad agent...
|
==> Starting Nomad agent...
|
||||||
==> Nomad agent configuration:
|
==> Nomad agent configuration:
|
||||||
|
|
||||||
Atlas: (Infrastructure: 'armon/test' Join: false)
|
Atlas: (Infrastructure: 'hashicorp/example' Join: false)
|
||||||
Client: true
|
Client: true
|
||||||
Log Level: DEBUG
|
Log Level: INFO
|
||||||
Region: global (DC: dc1)
|
Region: global (DC: dc1)
|
||||||
Server: true
|
Server: true
|
||||||
|
|
||||||
==> Nomad agent started! Log data will stream in below:
|
==> Nomad agent started! Log data will stream in below:
|
||||||
|
|
||||||
[INFO] serf: EventMemberJoin: Armons-MacBook-Air.local.global 127.0.0.1
|
[INFO] serf: EventMemberJoin: server-1.node.global 127.0.0.1
|
||||||
[INFO] nomad: starting 4 scheduling worker(s) for [service batch _core]
|
[INFO] nomad: starting 4 scheduling worker(s) for [service batch _core]
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue