open-nomad/command/agent
Preetha Appan 82837839eb
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
..
config-test-fixtures indentation 2018-05-31 10:53:26 -07:00
consul Fix tests and move isClient to constructor 2018-06-01 15:59:53 -05:00
test-resources
acl_endpoint.go
acl_endpoint_test.go spelling: bootstrap 2018-03-11 17:43:19 +00:00
agent.go Fix bug with determining when agent is a client 2018-06-05 19:19:52 -05:00
agent_endpoint.go add server join info to server and client 2018-05-31 10:50:03 -07:00
agent_endpoint_test.go Use in-mem rpc 2018-02-15 13:59:01 -08:00
agent_test.go Unit test for dev agent 2018-05-22 14:45:34 -07:00
alloc_endpoint.go feedback and rebasing 2018-02-15 13:59:03 -08:00
alloc_endpoint_test.go Actually disable the schedulers 2018-05-31 13:11:11 -07:00
bindata_assetfs.go bump version/lint/generated files 2018-06-01 15:23:10 -07:00
command.go Improve validation/defaulting, handle start-join 2018-05-31 10:53:26 -07:00
command_test.go refactor to retryJoiner interface 2018-05-07 16:57:06 -04:00
config.go Merge pull request #4277 from hashicorp/f-retry-join-clients 2018-06-01 16:57:40 +00:00
config_oss.go Allow separate enterprise config overlay 2018-03-22 13:53:08 -07:00
config_parse.go update server_join naming and improve logging 2018-05-31 10:50:03 -07:00
config_parse_test.go Merge pull request #4277 from hashicorp/f-retry-join-clients 2018-06-01 16:57:40 +00:00
config_test.go Merge pull request #4277 from hashicorp/f-retry-join-clients 2018-06-01 16:57:40 +00:00
deployment_endpoint.go
deployment_endpoint_test.go
eval_endpoint.go
eval_endpoint_test.go spelling: output 2018-03-11 18:35:30 +00:00
fs_endpoint.go framer: fix early exit/truncation in framer 2018-05-02 10:46:16 -07:00
fs_endpoint_test.go test: don't call t.Fatal from within a goroutine 2018-03-21 16:51:45 -07:00
helpers.go Use helper for forwarding 2018-02-15 13:59:03 -08:00
helpers_test.go Refactor determining the handler for a node id call 2018-02-15 13:59:02 -08:00
http.go refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing 2018-05-23 18:35:30 -04:00
http_oss.go
http_test.go
job_endpoint.go Code review feedback 2018-05-10 14:42:24 -05:00
job_endpoint_test.go 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
keyring.go
keyring_test.go
log_levels.go
log_levels_test.go
log_writer.go
log_writer_test.go
metrics_endpoint.go
metrics_endpoint_test.go
node_endpoint.go Set node eligibility to true when old client calls disable 2018-05-30 16:54:07 -05:00
node_endpoint_test.go Use constant in test 2018-05-30 17:27:04 -05:00
operator_endpoint.go
operator_endpoint_test.go
region_endpoint.go
region_endpoint_test.go
retry_join.go Improve validation/defaulting, handle start-join 2018-05-31 10:53:26 -07:00
retry_join_test.go spelling 2018-06-01 14:53:08 -07:00
search_endpoint.go
search_endpoint_test.go
stats_endpoint.go Server side impl + touch ups 2018-02-15 13:59:02 -08:00
stats_endpoint_test.go Fix failing test TestClientStatusRequest 2018-05-30 15:11:54 -05:00
status_endpoint.go
status_endpoint_test.go
stub_asset.go
syslog.go spelling: cleanup 2018-03-11 17:47:09 +00:00
syslog_test.go
system_endpoint.go
system_endpoint_test.go
testagent.go spelling: significantly 2018-03-11 18:56:45 +00:00