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

Update image links. #2

Merged
merged 1 commit into from
Sep 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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