Michael Schurter
bf6c736ffe
Merge pull request #2735 from hashicorp/f-no_host_uuid-true
...
Default no_host_uuid to true instead of false
2017-07-03 13:18:25 -07:00
Alex Dadgar
460296eedb
changelog
2017-07-02 16:12:16 -07:00
Alex Dadgar
79d323d410
Merge pull request #2762 from alexandredantas/master
...
Use node name always false
2017-07-02 16:11:28 -07:00
Alexandre Dantas
8d07eca012
Fixing issue where use_node_name was always been set as false when merging telemetry configurations
2017-07-02 00:31:09 -03:00
Alex Dadgar
47c9637659
Merge pull request #2743 from JarvusInnovations/master
...
Update middleman-hashicorp to 0.3.28 for mega nav fixes
2017-06-30 18:22:56 -07:00
Michael Schurter
76e3d7b20c
Merge pull request #2757 from hashicorp/b-normalize-ipv6
...
Properly normalize IPv6 addresses
2017-06-30 10:27:34 -07:00
Michael Schurter
3e13aa253d
Properly normalize IPv6 addresses
...
A fix to #2739 instead of forcing IPv6 users to always specify a port as
well.
Prior to this commit IPv6 advertise addresses which lacked a port would
fail instead of having the default port added because
`net.SplitHostPort(someipv6)` returns a different error than
`net.SplitHostPort(someipv4)`.
2017-06-29 10:46:31 -07:00
Michael Schurter
10a0900c35
Merge pull request #2748 from hashicorp/d-migrate-needs-sticky
...
Ephemeral Disks: `migrate` requires `sticky`
2017-06-29 09:15:15 -07:00
Michael Schurter
2f6ac77156
Merge pull request #2749 from hashicorp/d-ephemeral-size-not-enforced
...
Noted that ephemeral storage `size` not enforced
2017-06-29 09:14:31 -07:00
Charlie Voiselle
6958e4d11b
Noted that ephemeral storage size not enforced
...
This value is strictly used in the job placement, but is not enforced like a quota
2017-06-28 12:51:27 -04:00
Charlie Voiselle
237b433062
Ephemeral Disks: migrate requires sticky
...
The migrate option is a no-op when sticky is set to false
2017-06-28 12:21:01 -04:00
Michael Schurter
e9a55d9e0e
Merge pull request #2737 from hashicorp/fix-typo
...
Remove an errant # from vault policy sample.
2017-06-26 13:16:28 -07:00
Michael Schurter
7c51bf3a28
Merge pull request #2740 from multani/upgrade-go-sockaddr
...
Upgrade hashicorp/go-sockaddr/template to latest version + upgrade CHANGELOG
2017-06-26 12:01:43 -07:00
Ryon Coleman
45faaaf68b
Update middleman-hashicorp to 0.3.28 for mega nav fixes
...
Fixes detailed at https://github.com/hashicorp/middleman-hashicorp/pull/47
2017-06-26 14:30:09 -04:00
Jonathan Ballet
55e18c2ed0
Upgrade go-sockaddr/template to latest version + upgrade CHANGELOG
2017-06-25 20:55:40 +02:00
Jeremy Voorhis
6ce5b67651
Remove an errant # from vault policy sample.
2017-06-23 21:15:25 -07:00
Michael Schurter
b8de3608fb
Default no_host_uuid to true instead of false
...
The host UUID isn't unique in many virtualized cases and of dubious
value even when it is univerally unique. Default to a random UUID.
2017-06-23 16:23:01 -07:00
Alex Dadgar
d784461962
Merge pull request #2733 from grossws/patch-1
...
HCL typo fix
2017-06-23 11:36:41 -07:00
Konstantin Gribov
452a4d6745
HCL typo fix
2017-06-23 20:40:50 +03:00
Michael Schurter
c7d670fec0
Merge pull request #2729 from hashicorp/b-2696-lookup-ip-on-path
...
Update go-sockaddr to lookup ip on $PATH
2017-06-22 14:08:26 -07:00
Michael Schurter
db85913074
Update go-sockaddr to lookup ip on $PATH
...
Fixes #2696
2017-06-22 13:46:48 -07:00
Michael Schurter
c96995b3f5
Merge pull request #2724 from hashicorp/b-2701-fix-server-check
...
Fix path used by Nomad Server HTTP Check
2017-06-21 13:09:48 -07:00
Michael Schurter
3dcadee521
docker should already be installed by services
...
This package no longer exists so trying to install it broke our build.
It has been renamed docker-ce.
2017-06-21 10:51:56 -07:00
Michael Schurter
0832793fac
Fix path used by Nomad Server HTTP Check
...
Fixes #2701
2017-06-21 10:41:28 -07:00
Alex Dadgar
9b17356858
Merge pull request #2716 from hynek/master
...
Explain term signal behavior for Docker tasks
2017-06-20 12:36:42 -07:00
Hynek Schlawack
386fea882d
STOPSIGNAL
2017-06-17 10:17:48 +02:00
Michael Schurter
d0abb99a6f
Merge pull request #2717 from hashicorp/paddy_typo
...
Fix typo in job-dispatch docs.
2017-06-16 16:05:40 -07:00
Paddy
df52d6f522
Fix typo in job-dispatch docs.
...
canidate -> candidate.
2017-06-16 16:04:12 -07:00
Michael Schurter
823d4892c4
Merge pull request #2714 from hynek/patch-2
...
Fix typos
2017-06-16 09:48:51 -07:00
Michael Schurter
7e515d8b6f
Merge pull request #2713 from hynek/patch-1
...
Fix documentation of -tail/-f
2017-06-16 09:46:23 -07:00
Hynek Schlawack
c1777f913e
Explain term signal behavior for Docker tasks
2017-06-16 17:24:54 +02:00
Hynek Schlawack
96c9f9dd02
Fix typos
2017-06-16 16:10:12 +02:00
Hynek Schlawack
ce745ea303
Fix documentation of -tail/-f
...
Previously, -tail is erroneously documented as -f and -f and -n are not documented at all.
This patch fixes both.
2017-06-16 15:50:40 +02:00
Michael Schurter
52ffc01972
Log PID when sending signals
2017-06-12 11:11:36 -07:00
Alex Dadgar
fd8f4e05cc
Merge pull request #2693 from katiebayes/master
...
update middleman version 25 to 26
2017-06-12 09:15:58 +01:00
Michael Schurter
2a727f8eb6
Merge pull request #2697 from hashicorp/b-port-map
...
Fix port map interpolation for docker
2017-06-09 13:29:36 -07:00
Michael Schurter
32804bda60
Merge pull request #2702 from hashicorp/add-no-overlay-option
...
Add no overlay option
2017-06-09 12:33:46 -07:00
Michael Schurter
9f362d6557
Fix bad merge conflict resolution
2017-06-09 10:40:47 -07:00
Michael Schurter
21f996aed6
Merge branch 'master' into add-no-overlay-option
2017-06-09 09:59:35 -07:00
Katie Bayes
1c6e4cd54c
fix middleman update to version 26
2017-06-09 08:55:05 -04:00
Alex Dadgar
143769e445
changelog
2017-06-08 13:36:51 -07:00
Alex Dadgar
dd9e84a644
Merge pull request #2687 from mmickan/issue-2685
...
Include symlinks in snapshots when migrating disks
2017-06-08 13:35:46 -07:00
Michael Schurter
a58b5e18cb
Merge branch 'master' into add-no-overlay-option
2017-06-08 13:15:56 -07:00
Michael Schurter
1d61afc206
Merge pull request #2695 from kmalec/add-selective-insecure-options
...
Added insecure_options config list
2017-06-08 13:13:45 -07:00
Alex Dadgar
5e93d05161
Fix port map interpolation for docker
...
This PR fixes an issue in which the value of the portmap could not be
interpolated.
Fixes https://github.com/hashicorp/nomad/issues/2680
2017-06-08 13:12:32 -07:00
Karel Malec
0c21187af7
Fix backticks in docs; refine --debug comment
2017-06-07 21:11:22 +02:00
Karel Malec
aa5b61c982
Fix the backticks
2017-06-07 20:54:21 +02:00
Karel Malec
cd713ce193
Added insecure_options config list
2017-06-07 09:58:42 +02:00
Katie Bayes
bec199bbfe
update middleman version 25 to 26
2017-06-06 19:59:37 -04:00
Karel Malec
d43de0e9cd
Add a no_overlay option for the rkt task config.
2017-06-07 00:17:33 +02:00