Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from hashicorp/v0.0.1
Browse files Browse the repository at this point in the history
Update image links.
  • Loading branch information
gruntwork-team authored Sep 17, 2017
2 parents fa8a91c + c0bc6da commit ed31d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data-center aware scheduler. A Nomad cluster typically includes a small number o
for being part of the [consensus protocol](https://www.nomadproject.io/docs/internals/consensus.html), and a larger
number of client nodes, which are used for running jobs:

![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture.png?raw=true)
![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture.png?raw=true)

This Module includes:

Expand Down
2 changes: 1 addition & 1 deletion examples/nomad-consul-separate-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ consists of two Managed Instance Groups: one with a small number of Nomad server
part of the [consensus quorum](https://www.nomadproject.io/docs/internals/consensus.html), and one with a larger number
of Nomad client nodes, which are used to run jobs:

![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture-nomad-consul-separate.png?raw=true)
![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture-nomad-consul-separate.png?raw=true)

You will need to create a [Google Image](https://cloud.google.com/compute/docs/images) that has Nomad and Consul installed,
which you can do using the [nomad-consul-image example](
Expand Down
2 changes: 1 addition & 1 deletion examples/root-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cluster consists of two Manged Instance Groups: one with a small number of Nomad
responsible for being part of the [consensus protocol](https://www.nomadproject.io/docs/internals/consensus.html), and
one with an arbitrary number of Nomad and Consul client nodes, which are used to run jobs:

![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture-nomad-consul-colocated.png?raw=true)
![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture-nomad-consul-colocated.png?raw=true)

You will need to create a [Google Image](https://cloud.google.com/compute/docs/images) that has Nomad and Consul
installed, which you can do using the [nomad-consul-image example](
Expand Down

0 comments on commit ed31d6d

Please sign in to comment.