This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 25 Oct, 2019 9 commits
-
-
Tim Gross authored
Match the configuration directory layout we're using for Consul and other services. Make recommended changes from `shellcheck` for this section of the provisioning script.
-
Omar Khawaja authored
separate vars and outputs into their own files and update default link in nomad binary variable to 0.10.0 release (#6550)
-
Tim Gross authored
Update the Consul and Vault configs to take advantage of their included `go-sockaddr` library for getting the IP addresses we need in a portable way. This particularly avoids problems with "predictable" interface names provided by systemd. Also adds the `sockaddr` binary to the Packer build so we can use it in our provisioning scripts.
-
Omar Khawaja authored
-
Omar Khawaja authored
-
Mahmood Ali authored
docs: Docker driver supports task user option
-
Mahmood Ali authored
-
Tim Gross authored
Make a clear split between Packer and Terraform provisioning steps: the scripts in the `packer/linux` directory are run when we build the AMI whereas the stuff in shared are run at Terraform provisioning time. Merging all runtime provisioning scripts into a single script for each of server/client solves the following: * Userdata scripts can't take arguments, they can only be templated and that means we have to do TF escaping in bash/powershell scripts. * TF provisioning scripts race with userdata scripts.
-
Omar Khawaja authored
-
- 24 Oct, 2019 5 commits
-
-
Mahmood Ali authored
Also, add a test case.
-
Omar Khawaja authored
* add nginx to load balancing nav menu and fix bullets * fill out nginx lb guide * formatting * change Nginx to NGINX * add step to verify load balancer config * update docker image and web app output * add HAProxy lb guide * format haproxy config * add haproxy stats page with screenshot * add note about external load balancer * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * add port mapping an static port for haproxy ui + bullet changes * remove extra spaces * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com> * Update website/source/guides/load-balancing/haproxy.html.md Co-Authored-By:
Chris Baker <1675087+cgbaker@users.noreply.github.com>
-
Omar Khawaja authored
* add nginx to load balancing nav menu and fix bullets * fill out nginx lb guide * formatting * change Nginx to NGINX * add step to verify load balancer config * update docker image and web app output * change Nginx to NGINX in main load balancing page * modify change signal to SIGHUP and add else condition in template stanza to prevent nginx from crashing when no services are available to load balance * add note about external load balancer * clarifications and link to reference architecture
-
Lang Martin authored
-
Buck Doyle authored
As the angle bracket invocation RFC says: > There is no dedicated syntax for passing an "else" block > directly. If needed, that can be passed using the named > blocks syntax. https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#block Unfortunately, using a contextual component doesn’t help as the yield inside that component will still result in content rendering that would show when the source isn’t empty. So we decided to change the interface so you have to check whether the source is empty before using it, which aligns with how list-table works.
-
- 23 Oct, 2019 5 commits
-
-
Lang Martin authored
docs: job volume spec tasks source, not config > source
-
Lang Martin authored
-
Michael Schurter authored
docs: fix links to connect
-
Mahmood Ali authored
driver/docker: ensure that defaults are populated for dangling containers config
-
Charlie Voiselle authored
Added version requirement to new feature guides
-
- 22 Oct, 2019 16 commits
-
-
Michael Schurter authored
-
Charlie Voiselle authored
docs: Added alert to mainpage for new 0.10
-
Charlie Voiselle authored
-
Michael Schurter authored
Merge 0.10.0 release branch back into master
-
Michael Schurter authored
docs: remove link to 0.10.0-rc1
-
Michael Schurter authored
-
Charlie Voiselle authored
Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com>
-
Charlie Voiselle authored
-
Michael Schurter authored
-
Michael Schurter authored
docs: bump to Nomad 0.10.0
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Nomad Release bot authored
-
Mahmood Ali authored
This reverts commit 482862e6.
-
Mahmood Ali authored
-
- 21 Oct, 2019 5 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-
Michael Schurter authored
client: expose group network ports in env vars
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-