Commit Graph

5968 Commits

Author SHA1 Message Date
Bastiaan Bakker
d0d4efd0a2 s/Vault token/rendered template/ 2016-11-14 21:59:42 +01:00
Alex Dadgar
a2db91fc45 Merge pull request #1984 from lekum/patch-1
Possible errata
2016-11-14 10:17:17 -08:00
Alejandro Guirao Rodríguez
c22025c863 Possible errata
For what I understand, regions are not meant to be nested (?)
2016-11-12 17:14:04 +01:00
Alex Dadgar
1c4575fa06 Fix indent 2016-11-10 16:00:17 -08:00
Diptanu Choudhury
5e306d5c3d Removing QueryMeta from ServerMembersResponse 2016-11-10 15:42:42 -08:00
Diptanu Choudhury
8ae2262dfa Merge branch 'master' of github.com:hashicorp/nomad 2016-11-10 15:40:09 -08:00
Diptanu Choudhury
bd82ea6933 Updated http response for server members 2016-11-10 15:39:53 -08:00
Alex Dadgar
3246151848 Merge branch 'master' of github.com:hashicorp/nomad 2016-11-10 15:24:19 -08:00
Alex Dadgar
2c403db925 changelog 2016-11-10 15:24:08 -08:00
Alex Dadgar
51e68b7421 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
0aad09c239 Remove todo 2016-11-10 15:20:19 -08:00
Alex Dadgar
d4931df33c 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
ca9738f4aa 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
e246167dc5 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
Alex Dadgar
96cbf337c1 Move parsing of vault token above validation such that it works in dev mode 2016-11-10 11:47:43 -08:00
root
99e5c56e4d Release v0.5.0-rc2 2016-11-10 19:11:32 +00:00
root
4102eba574 Release v0.5.0-rc2 2016-11-10 19:08:15 +00:00
Michael Schurter
019e2442cc 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
09d2849dcf Bumped up version 2016-11-10 10:39:15 -08:00
Alex Dadgar
7eb99d4ff9 changelog 2016-11-10 10:28:55 -08:00
Alex Dadgar
0899238116 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
3715613a47 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
c30daf6afe Merge pull request #1973 from maier/master
vendor circonus
2016-11-09 16:47:38 -08:00
matt maier
a9e3d0b854 revert to previous circonusllhist 2016-11-09 19:33:12 -05:00
Michael Schurter
333ae6fe42 Update address docs to match behavior in #1955 2016-11-09 16:15:56 -08:00
Michael Schurter
fa67fb6a71 Merge pull request #1955 from hashicorp/b-fix-default-advertise
Choose safer default advertise address
2016-11-09 16:03:17 -08:00
Michael Schurter
778dfeffc4 Fix comment 2016-11-09 15:51:00 -08:00
Alex Dadgar
818196e4a1 get tlsutil tests to compile - need to regenerate the certificates 2016-11-09 14:41:08 -08:00
Alex Dadgar
eada4b23f6 Merge pull request #1969 from maier/master
Vendor circonus
2016-11-09 14:29:53 -08:00
Michael Schurter
e90f2c37d0 Merge pull request #1970 from hashicorp/b-fix-rkt-docs
Remove warning since #1862 added ports support
2016-11-09 14:27:03 -08:00
Michael Schurter
b7425d954f Remove warning since #1862 added ports support 2016-11-09 13:57:12 -08:00
Michael Schurter
3b4fe9a95b Fix typo in test 2016-11-09 13:16:56 -08:00
matt maier
e607c6f329 Update Circonus integration expose Check Display Name and Check Tags
configuration options.
2016-11-09 15:12:30 -05:00
matt maier
35a851bb73 Update vendor circonus-labs/circonus-gometrics
Update `vendor circonus-labs/circonus-gometrics/checkmgr`
Update `vendor circonus-labs/circonus-gometrics/api`
Update `vendor circonus-labs/circonusllhist`
2016-11-09 15:10:42 -05:00
Michael Schurter
5fa84d5658 Add unit test for missing port helper func 2016-11-09 11:55:10 -08:00
Michael Schurter
1304ba8b2d Addresses are just addresses - no ports
Store address+port in an unexported field for ease-of-use
2016-11-09 11:49:55 -08:00
Alex Dadgar
0c489e12be changelog 2016-11-09 10:32:31 -08:00
Alex Dadgar
96b5840fc3 Merge pull request #1949 from carlpett/blacklist-fingerprints-and-drivers
Support blacklisting fingerprinters
2016-11-09 10:31:17 -08:00
Calle Pettersson
dd2c8531f1 Address comments from PR 2016-11-09 11:50:16 +01:00
Diptanu Choudhury
7ec50770e5 Merge pull request #1967 from hashicorp/ephemeral_migrate
Fixing the upgrade path for ephemeral disk
2016-11-08 17:07:22 -08:00
Diptanu Choudhury
490026e67d Added a warning message if disk attribute is non zero 2016-11-08 17:06:37 -08:00
Michael Schurter
1893772f4b Enable dev mode to allow using localhost in tests 2016-11-08 16:35:11 -08:00
Michael Schurter
1e0b4d76e8 Fix test that fails now that advertise can't be localhost 2016-11-08 16:22:04 -08:00
Michael Schurter
4aed5ba1e2 Restore sync/atomic use for consistency 2016-11-08 16:21:52 -08:00
Michael Schurter
4f15cac3ca Normalize configs for agent tests 2016-11-08 16:13:09 -08:00
Alex Dadgar
d60e5b7f03 Merge branch 'master' of github.com:hashicorp/nomad 2016-11-08 16:07:04 -08:00
Alex Dadgar
6a85a60db8 vendor circonus 2016-11-08 16:06:55 -08:00
Michael Schurter
eb89fd2793 Fix int pointer formatting and server config test 2016-11-08 16:02:20 -08:00
Diptanu Choudhury
47a20f8ec1 Fixed a test 2016-11-08 15:48:47 -08:00
Michael Schurter
5cc435ab3e Move config normalization into config.go to ease testing 2016-11-08 15:44:10 -08:00