Chelsea Holland Komlo
|
e79bc29e1a
|
set retryInterval and other code feedback
|
2018-05-31 10:50:04 -07:00 |
Chelsea Holland Komlo
|
de03c884bc
|
add further configuration validation for server_join
|
2018-05-31 10:50:04 -07:00 |
Chelsea Holland Komlo
|
df7539b9d0
|
update documentation for server_join
|
2018-05-31 10:50:04 -07:00 |
Chelsea Holland Komlo
|
a4e514e07f
|
update server_join naming and improve logging
|
2018-05-31 10:50:03 -07:00 |
Chelsea Holland Komlo
|
064b5481e0
|
add server join info to server and client
|
2018-05-31 10:50:03 -07:00 |
Preetha Appan
|
7414395daa
|
Use constant in test
|
2018-05-30 17:27:04 -05:00 |
Preetha Appan
|
6cbd25945c
|
Add unit test to verify compatibility code for node drains
|
2018-05-30 17:14:53 -05:00 |
Preetha Appan
|
4f835790d7
|
Set node eligibility to true when old client calls disable
|
2018-05-30 16:54:07 -05:00 |
Preetha Appan
|
34db410b74
|
Fix failing test TestClientStatusRequest
|
2018-05-30 15:11:54 -05:00 |
Preetha Appan
|
2752204f26
|
Fix failing test TestHTTP_AllocAllGC
|
2018-05-30 15:11:54 -05:00 |
Chelsea Holland Komlo
|
19e4a5489b
|
add support for tls PreferServerCipherSuites
add further tests for tls configuration
|
2018-05-25 13:20:00 -04:00 |
Chelsea Komlo
|
af15dda45a
|
Merge pull request #4328 from hashicorp/r-single-tls-config-constructor
Refactor to prefer using NewTLSConfiguration constructor
|
2018-05-24 13:46:29 -04:00 |
Alex Dadgar
|
b1de61e012
|
Merge pull request #4321 from hashicorp/f-network-info
Display bind/advertise addresses on agent startup
|
2018-05-24 17:30:56 +00:00 |
Charlie Voiselle
|
bbbd385dff
|
Fixed typo in deployment help text
|
2018-05-24 12:44:21 -04:00 |
Nick Ethier
|
b62825b49c
|
command: fix node drain monitor case
|
2018-05-24 06:39:12 -04:00 |
Nick Ethier
|
b1d2437cf6
|
command: add docs for node drain -monitor flag
|
2018-05-24 06:37:28 -04:00 |
Nick Ethier
|
3c55f89738
|
command: use 0 as index for monitor request
|
2018-05-24 06:37:28 -04:00 |
Nick Ethier
|
b52d2e3e74
|
command: add '-monitor' flag to node drain
|
2018-05-24 06:37:25 -04:00 |
Chelsea Holland Komlo
|
38f611a7f2
|
refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing
add missing fields to TLS merge method
|
2018-05-23 18:35:30 -04:00 |
Alex Dadgar
|
51e67daf69
|
Use Tags when CanaryTags isn't specified
This PR fixes a bug where we weren't defaulting to `tags` when
`canary_tags` was empty and adds documentation.
|
2018-05-23 13:07:47 -07:00 |
Alex Dadgar
|
dd52ec402c
|
Display bind/advertise addresses on agent startup
Sample outputs from demo/vagrant/(server/client1).hcl and `nomad agent -dev` mode
Server:
```
==> Nomad agent configuration:
Advertise Addrs: HTTP: 192.168.1.75:4646; RPC: 192.168.1.75:4647; Serf: 192.168.1.75:4648
Bind Addrs: HTTP: 0.0.0.0:4646; RPC: 0.0.0.0:4647; Serf: 0.0.0.0:4648
Client: false
Log Level: DEBUG
Region: global (DC: dc1)
Server: true
Version: 0.8.4-dev
```
Client:
```
==> Nomad agent configuration:
Advertise Addrs: HTTP: 192.168.1.75:5656
Bind Addrs: HTTP: 0.0.0.0:5656
Client: true
Log Level: DEBUG
Region: global (DC: dc1)
Server: false
Version: 0.8.4-dev
```
Dev:
```
==> Nomad agent configuration:
Advertise Addrs: HTTP: 127.0.0.1:4646; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648
Bind Addrs: HTTP: 127.0.0.1:4646; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648
Client: true
Log Level: DEBUG
Region: global (DC: dc1)
Server: true
Version: 0.8.4-dev
```
|
2018-05-22 15:14:33 -07:00 |
Alex Dadgar
|
44697efd9a
|
safety guard
|
2018-05-22 14:45:34 -07:00 |
Alex Dadgar
|
586895965c
|
Unit test for dev agent
|
2018-05-22 14:45:34 -07:00 |
Alex Dadgar
|
58d2a4c7c2
|
Do not bypass normal RPC codepath when running both client and server at once
|
2018-05-22 14:45:34 -07:00 |
Alex Dadgar
|
21c5ed850d
|
Register events
|
2018-05-22 14:06:33 -07:00 |
Preetha
|
159888a856
|
Merge pull request #4274 from hashicorp/f-force-rescheduling
Add CLI and API support for forcing rescheduling of failed allocs
|
2018-05-21 16:24:22 -07:00 |
Preetha Appan
|
64ae37e19f
|
remove extra return
|
2018-05-21 18:00:14 -05:00 |
Chelsea Holland Komlo
|
f0a5018a91
|
Add autocomplete where missing
|
2018-05-11 18:05:43 -04:00 |
Preetha Appan
|
3a8040e36f
|
Add new method EvaluateWithOptions to avoid breaking go API client
|
2018-05-11 14:18:53 -05:00 |
Preetha Appan
|
e7d8ae70b2
|
more review feedback
|
2018-05-11 13:39:55 -05:00 |
Chelsea Komlo
|
687c26093c
|
Merge pull request #4269 from hashicorp/f-tls-remove-weak-standards
Configurable TLS cipher suites and versions; disallow weak ciphers
|
2018-05-11 08:11:46 -04:00 |
Nick Ethier
|
b3612824ed
|
Merge pull request #4279 from hashicorp/f-short-init
Add job init '-short' command docs to website
|
2018-05-10 23:20:59 -04:00 |
Nick Ethier
|
29ddef040d
|
command: add autocomplete for init -short flag
|
2018-05-10 23:19:08 -04:00 |
Preetha Appan
|
24115138e8
|
unit test for job eval should detach
|
2018-05-10 15:30:44 -05:00 |
Preetha Appan
|
e4ea18aee7
|
Add support for monitoring evals, and -detach/-verbose support
|
2018-05-10 15:02:58 -05:00 |
Preetha Appan
|
bfa0937bbb
|
Code review feedback
|
2018-05-10 14:42:24 -05:00 |
Nick Ethier
|
5881e785c5
|
command: remove ephemeral disk from short init jobspec
|
2018-05-10 13:16:45 -04:00 |
Chelsea Holland Komlo
|
44f536f18e
|
add support for configurable TLS minimum version
|
2018-05-09 18:07:12 -04:00 |
Chelsea Holland Komlo
|
796bae6f1b
|
allow configurable cipher suites
disallow 3DES and RC4 ciphers
add documentation for tls_cipher_suites
|
2018-05-09 17:15:31 -04:00 |
Preetha Appan
|
b12df3c64b
|
Added CLI for evaluating job given ID, and modified client API for evaluate to take a request payload
|
2018-05-09 15:04:27 -05:00 |
Preetha Appan
|
c1b92c284e
|
Work in progress - force rescheduling of failed allocs
|
2018-05-08 17:26:57 -05:00 |
Preetha
|
e7ae6e98d9
|
Merge pull request #4259 from hashicorp/f-deployment-improvements
|
2018-05-08 16:37:10 -05:00 |
Chelsea Holland Komlo
|
136635f04d
|
only write error log line on error
|
2018-05-07 16:57:07 -04:00 |
Chelsea Holland Komlo
|
30584639b5
|
remove log line for empty addresses which could confuse on initalization
|
2018-05-07 16:57:07 -04:00 |
Chelsea Holland Komlo
|
24ff40df01
|
retry until all options are exhausted
|
2018-05-07 16:57:07 -04:00 |
Chelsea Holland Komlo
|
ec4be4f871
|
ensure provider= is always the string prefix
|
2018-05-07 16:57:07 -04:00 |
Chelsea Holland Komlo
|
5422b1b088
|
update test for more realistic IP address from go-discover
|
2018-05-07 16:57:07 -04:00 |
Chelsea Holland Komlo
|
7e4d4f8088
|
comments and other fixups
|
2018-05-07 16:57:06 -04:00 |
Chelsea Holland Komlo
|
8f584f6474
|
add go-discover
|
2018-05-07 16:57:06 -04:00 |
Chelsea Holland Komlo
|
25ad6eaf96
|
refactor to retryJoiner interface
|
2018-05-07 16:57:06 -04:00 |