Michael Schurter
ec967bf57c
Update website for 0.5.0 and special lxc download
2016-11-16 16:47:35 -08:00
Michael Schurter
c8ddd98e3b
Release Nomad 0.5.0
2016-11-16 15:08:03 -08:00
Michael Schurter
37acbf7adb
Merge pull request #1997 from hashicorp/f-tls-docs
...
Add docs for generating example certificates
2016-11-16 15:05:16 -08:00
Alex Dadgar
ea88536a99
Merge pull request #2000 from hashicorp/d-vault-example
...
Better examples for Vault config for both servers and clients
2016-11-16 14:56:07 -08:00
Alex Dadgar
1230a69938
Better examples
2016-11-16 14:55:11 -08:00
Michael Schurter
0a351235b6
Fix review comments
2016-11-16 14:49:29 -08:00
Alex Dadgar
9683f5a2c6
Merge pull request #1999 from hashicorp/d-service-https
...
Fix example for service using HTTPS check
2016-11-16 14:45:34 -08:00
Alex Dadgar
1068c35d33
Fix example
2016-11-16 14:44:55 -08:00
Michael Schurter
78241d72d4
Don't forget localhost!
2016-11-15 17:23:00 -08:00
Michael Schurter
d36d716bf9
Add docs for generating example certificates
2016-11-15 17:22:54 -08:00
Alex Dadgar
0f426d219a
Merge pull request #1993 from hashicorp/b-upgrade-path
...
Check for Ephemeral Disk being nil
2016-11-15 16:27:48 -08:00
Alex Dadgar
c2697123a9
Merge pull request #1996 from hashicorp/t-failing-tests
...
Fix some failing tests
2016-11-15 16:27:19 -08:00
Alex Dadgar
3e5bfcdbc4
respond to comment
2016-11-15 16:27:07 -08:00
Alex Dadgar
17a86bc750
Merge pull request #1994 from hashicorp/b-network-speed
...
Updated AWS speeds and network_speed now overrides
2016-11-15 16:23:57 -08:00
Alex Dadgar
c47ebd508e
Remove old TODOs
2016-11-15 16:23:37 -08:00
Alex Dadgar
cb187ffce6
Fix TestRktDriver_PortsMapping and TestAgent_LoadKeyrings
2016-11-15 15:49:05 -08:00
Alex Dadgar
6a4efbf3b2
Fix TestRetryJoin
2016-11-15 15:28:21 -08:00
Alex Dadgar
4a477f6d88
Backwards compatibility notice
2016-11-15 13:58:36 -08:00
Alex Dadgar
9497991590
Updated AWS speeds and network_speed now overrides
...
This PR:
* Makes AWS network speeds more granular
* Makes `network_speed` an override and not a default
* Adds a default of 1000 MBits if no network link speed is detected.
Fixes #1985
2016-11-15 13:55:51 -08:00
Alex Dadgar
88c7e04348
Check for Ephemeral Disk being nil
2016-11-15 10:03:06 -08:00
Michael Schurter
1a48690a2c
Merge pull request #1975 from hashicorp/b-fix-tlsutil-tests
...
Fix tlsutil tests
2016-11-14 16:27:21 -08:00
Michael Schurter
07ad17aed6
Merge pull request #1991 from hashicorp/b-fix-agent-tests
...
Advertise a non-loopback ip in tests
2016-11-14 16:26:43 -08:00
Michael Schurter
a0d39ddd48
Advertise a non-loopback ip in tests
2016-11-14 14:42:59 -08:00
Alex Dadgar
a3b250fcb0
Merge pull request #1989 from bastiaanb/b-doc-template
...
s/Vault token/rendered template/
2016-11-14 13:27:28 -08:00
Bastiaan Bakker
68a8396d9b
s/Vault token/rendered template/
2016-11-14 21:59:42 +01:00
Alex Dadgar
d28e959d00
Merge pull request #1984 from lekum/patch-1
...
Possible errata
2016-11-14 10:17:17 -08:00
Alejandro Guirao Rodríguez
0152795858
Possible errata
...
For what I understand, regions are not meant to be nested (?)
2016-11-12 17:14:04 +01:00
Alex Dadgar
29d21daa01
Fix indent
2016-11-10 16:00:17 -08:00
Diptanu Choudhury
b7765a6bf5
Removing QueryMeta from ServerMembersResponse
2016-11-10 15:42:42 -08:00
Diptanu Choudhury
0a70ee3924
Merge branch 'master' of github.com:hashicorp/nomad
2016-11-10 15:40:09 -08:00
Diptanu Choudhury
f7d8950df8
Updated http response for server members
2016-11-10 15:39:53 -08:00
Alex Dadgar
972c57ef9a
Merge branch 'master' of github.com:hashicorp/nomad
2016-11-10 15:24:19 -08:00
Alex Dadgar
d7d1662753
changelog
2016-11-10 15:24:08 -08:00
Alex Dadgar
eba98da487
Merge pull request #1977 from hashicorp/b-volume-mount
...
Change relative path from joining against the alloc dir to the task's directory.
2016-11-10 15:20:49 -08:00
Alex Dadgar
a11d66f639
Remove todo
2016-11-10 15:20:19 -08:00
Alex Dadgar
d65150a832
Merge pull request #1978 from hashicorp/b-consul-renew
...
Always disable renew_token for CT config
2016-11-10 15:19:21 -08:00
Alex Dadgar
74a736155c
Always disable renew_token for CT config
...
This PR makes Nomad always disable token renewal even if Vault is
disabled. The problem was when there was a vault token in the
environment variable and Nomad/Vault integration was disabled, the
template runner would still try to renew the token.
2016-11-10 15:16:08 -08:00
Alex Dadgar
eea35626b7
Changes the relative path from joining against the alloc dir to the
...
task's directory.
This PR changes the behavior when given a relative host path when
mounting docker containers. Prior to this, the behavior was to mount by
joining against the alloc/ directory. This PR changes it to be against
the task/ directory.
2016-11-10 14:47:54 -08:00
Michael Schurter
345a2640dc
Fix tlsutil tests
2016-11-10 12:18:13 -08:00
Alex Dadgar
e322f5c070
Move parsing of vault token above validation such that it works in dev mode
2016-11-10 11:47:43 -08:00
root
1708a55015
Release v0.5.0-rc2
2016-11-10 19:11:32 +00:00
root
8c1bdc0342
Release v0.5.0-rc2
2016-11-10 19:08:15 +00:00
Michael Schurter
24ff5fc5b4
Merge pull request #1972 from hashicorp/b-update-advertise-docs
...
Update address docs to match behavior in #1955
2016-11-10 10:42:01 -08:00
Diptanu Choudhury
7b05f3828f
Bumped up version
2016-11-10 10:39:15 -08:00
Alex Dadgar
b3c5678e77
changelog
2016-11-10 10:28:55 -08:00
Alex Dadgar
669d834b56
Merge pull request #1974 from hashicorp/b-spaces
...
Do not validate the command does not contain spaces.
2016-11-10 10:27:58 -08:00
Alex Dadgar
e8d6227b20
Do not validate the command does not contain spaces.
...
This PR removes validation that the command string does not contain
spaces. This can cause issues where the path contains a folder that
includes a space ("C:\Program Files\Python35\python.exe").
Fixes #1737
2016-11-10 10:22:17 -08:00
Alex Dadgar
b63273b81f
Merge pull request #1973 from maier/master
...
vendor circonus
2016-11-09 16:47:38 -08:00
matt maier
276af02188
revert to previous circonusllhist
2016-11-09 19:33:12 -05:00
Michael Schurter
702416f508
Update address docs to match behavior in #1955
2016-11-09 16:15:56 -08:00