Skip to content

Commit

Permalink
update docs and removed consul job since we now start consul along si…
Browse files Browse the repository at this point in the history
…de nomad use auto join on the clients as well
  • Loading branch information
anubhavmishra committed Sep 5, 2017
1 parent b273ac2 commit cc777b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 69 deletions.
34 changes: 17 additions & 17 deletions docs/bootstrap-nomad-google-compute-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,23 +144,6 @@ nomad-worker-4 us-east1-b n1-standard-1 10.x.0.9 x.x.x.x
gcloud compute ssh nomad-1
```

Check Nomad node status

```bash
nomad node-status
```

*Might have to wait a little bit for all workers to come up....*

```bash
ID DC Name Class Drain Status
8dc3f6ef dc1 nomad-worker-4 <none> false ready
5be8c4f2 dc1 nomad-worker-2 <none> false ready
27dd7a34 dc1 nomad-worker-3 <none> false ready
630c864c dc1 nomad-worker-1 <none> false ready
2c66ca1c dc1 nomad-worker-5 <none> false ready
```

List Consul members

```bash
Expand All @@ -179,4 +162,21 @@ nomad-worker-4 10.142.0.9:8301 alive client 0.9.2 2 dc1
nomad-worker-5 10.142.0.7:8301 alive client 0.9.2 2 dc1
```

Check Nomad node status

```bash
nomad node-status
```

*Might have to wait a little bit for all workers to come up....*

```bash
ID DC Name Class Drain Status
8dc3f6ef dc1 nomad-worker-4 <none> false ready
5be8c4f2 dc1 nomad-worker-2 <none> false ready
27dd7a34 dc1 nomad-worker-3 <none> false ready
630c864c dc1 nomad-worker-1 <none> false ready
2c66ca1c dc1 nomad-worker-5 <none> false ready
```

Up next, [Deploy Envoy Consul Service Discovery Service](./deploy-envoy-consul-sds.md)
52 changes: 0 additions & 52 deletions jobs/consul.nomad

This file was deleted.

0 comments on commit cc777b9

Please sign in to comment.