Alex Dadgar
2b3b99bcce
indentation
2018-06-06 14:48:51 -07:00
Alex Dadgar
6d8f5c519d
progress deadline init
2018-06-06 10:30:47 -07:00
Alex Dadgar
6122ebb8a6
Merge pull request #4379 from hashicorp/b-consul-deregister
...
Fix bug with determining when agent is a client
2018-06-05 17:59:55 -07:00
Preetha Appan
4d1cc8f2bf
Fix bug with determining when agent is a client
...
This fixes a bug introduced in commit e27caadca6 that sets a boolean flag
when the agent is a client. It incorrectly checked state before initializing
the client. This leads to Nomad clients not deregistering any services registered
in Consul after allocs are destroyed
2018-06-05 19:19:52 -05:00
Preetha
f00e8380e9
Merge pull request #4378 from hashicorp/e2e-progress-deadline
...
Add more end to end tests for progress deadline and fix flaky test
2018-06-05 16:17:40 -07:00
Preetha Appan
699fc538ff
Update CHANGELOG
2018-06-05 17:33:28 -05:00
Preetha
86c1817334
Merge pull request #4377 from hashicorp/b-create-deployment-job-index
...
Fix reconciler bug with deployment not being created
2018-06-05 15:31:19 -07:00
Preetha Appan
8e5909f073
make test create index clearer
2018-06-05 17:29:59 -05:00
Preetha Appan
e8162d076f
Add more end to end tests for progress deadline and fix flaky test
2018-06-05 17:25:28 -05:00
Preetha Appan
65c08b76d3
Fix reconciler bug with deployment not being created if job create index is different
...
This fixes an issue where if a job is purged and resubmitted Nomad does not create
a new deployment. Adds unit test that failed before this fix
2018-06-05 13:58:53 -05:00
Michael Lange
eb85ce723b
Merge pull request #4369 from hashicorp/b-ui-use-network-ip
...
UI: Use the network ip for the task address instead of the node ip
2018-06-05 11:15:48 -07:00
Alex Dadgar
25a958ab31
Merge pull request #4375 from listrophy/patch-3
...
README: newer Vault init command
2018-06-05 09:55:07 -07:00
Alex Dadgar
8b5008c40b
Merge pull request #4374 from listrophy/patch-2
...
README: use newer command
2018-06-05 09:54:47 -07:00
Brad Grzesiak
11c3c7ee89
README: newer Vault init command
...
Got a warning message:
```
WARNING! The "vault init" command is deprecated. Please use "vault operator
init" instead. This command will be removed in Vault 0.11 (or later).
```
2018-06-05 11:37:06 -05:00
Brad Grzesiak
552305fd4e
README: use newer command
...
Got:
```
WARNING! The "nomad server-members" command is deprecated. Please use "nomad
server members" instead. This command will be removed in Nomad 0.10 (or
later).
```
2018-06-05 11:35:03 -05:00
Charlie Voiselle
19232cfcc4
Merge pull request #4373 from listrophy/patch-1
...
Update README.md
2018-06-05 12:25:27 -04:00
Brad Grzesiak
b2300fb427
Update README.md
...
git-clone'ing doesn't automatically jump you into the dir, so this doc update fixes a missing step
2018-06-05 10:29:57 -05:00
Michael Lange
002d2fb8eb
Remove test for removed behavior
2018-06-04 16:40:55 -07:00
Alex Dadgar
f09274c356
Merge pull request #4346 from hashicorp/d-10k-nodes
...
Update "Nomad vs. Other Software" navigation order and reflect 10k node cluster sizes.
2018-06-04 16:09:09 -07:00
Michael Lange
b44e828aa6
Use the network ip as the task address instead of the node ip
2018-06-04 15:34:16 -07:00
Alex Dadgar
dd0993961d
Changelog
2018-06-04 15:24:20 -07:00
Rob Genova
d4cc5aff31
Reorder Other Software alphabetically
2018-06-04 22:21:40 +00:00
Alex Dadgar
b7a7cafec0
Merge pull request #4185 from jesusvazquez/add-counter-metric-for-oom-killer-events
...
Add driver.docker counter metric for OOM Killer events
2018-06-04 15:12:51 -07:00
Alex Dadgar
ab5ee4be9e
remove generated structs
2018-06-01 16:11:28 -07:00
Alex Dadgar
769ae2d360
Release v0.8.4-rc1
2018-06-01 16:08:38 -07:00
Alex Dadgar
26e6ffd1c4
Merge pull request #4366 from hashicorp/b-exec
...
Disable Exec on non-linux platforms
2018-06-01 22:57:18 +00:00
Alex Dadgar
034262d889
fix test message
2018-06-01 15:51:54 -07:00
Alex Dadgar
55c183beb9
changelog
2018-06-01 15:50:34 -07:00
Alex Dadgar
81e0142768
Disable Exec on non-linux platforms
...
This PR disables exec on non-linux platforms
2018-06-01 15:48:14 -07:00
Alex Dadgar
97ad9dfc92
bump version/lint/generated files
2018-06-01 15:23:10 -07:00
Alex Dadgar
cb926689d9
changelog
2018-06-01 14:57:08 -07:00
Alex Dadgar
e1bd3e83fb
spelling
2018-06-01 14:53:08 -07:00
Preetha
52247d38bc
Merge pull request #4365 from hashicorp/b-consul-server-resync
...
Fix consul server resync when server and client point to the same Consul agent
2018-06-01 14:50:55 -07:00
Preetha Appan
a7668cd4ec
Fix tests and move isClient to constructor
2018-06-01 15:59:53 -05:00
Alex Dadgar
acb9d12157
dev files
2018-06-01 13:29:11 -07:00
Preetha Appan
e27caadca6
Fix unnecessary deregistration in consul sync
...
This commit fixes an issue where if a nomad client and server shared the same consul instance, the server would deregister any services and checks registered by clients for running tasks.
2018-06-01 14:48:25 -05:00
Alex Dadgar
5b9b43d81c
changelog
2018-06-01 10:43:00 -07:00
Alex Dadgar
462ad9d27c
Merge pull request #4350 from hashicorp/b-raw-exec-cgroups
...
Raw exec can use cgroups to manage PIDs
2018-06-01 17:37:49 +00:00
Alex Dadgar
657dd1e241
wait for result
2018-06-01 10:14:53 -07:00
Alex Dadgar
c3c2690346
changelog
2018-06-01 09:59:50 -07:00
Alex Dadgar
d83443932f
Merge pull request #4277 from hashicorp/f-retry-join-clients
...
Add go-discover support to Nomad clients
2018-06-01 16:57:40 +00:00
Alex Dadgar
84b4e2c04a
retry-join flag docs
2018-06-01 09:57:13 -07:00
Alex Dadgar
a4e11c8134
Comments
2018-05-31 18:05:03 -07:00
Alex Dadgar
ec95677a4d
Add test and docs
2018-05-31 18:05:03 -07:00
Alex Dadgar
207fece24e
Use more appropriate name than cgroup
2018-05-31 18:05:03 -07:00
Alex Dadgar
c5d2c7def5
Only use freezer/devices when in the basic cgroup only
2018-05-31 18:05:03 -07:00
Alex Dadgar
1adf3f9047
Use cgroup when possible
2018-05-31 18:05:03 -07:00
Alex Dadgar
8c8814650a
Merge pull request #4359 from hashicorp/b-tests
...
test fixes
2018-06-01 01:01:51 +00:00
Alex Dadgar
0e85d2032d
Fix TestDockerDriver_StartNVersions
2018-05-31 17:14:59 -07:00
Alex Dadgar
ca30e0ff6d
Remove debug logging
2018-05-31 15:52:42 -07:00