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

Commit

Permalink
Update image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-padnick committed Sep 17, 2017
1 parent dd5c419 commit c0bc6da
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 c0bc6da

Please sign in to comment.