Armon Dadgar
6f7bf36ee9
agent: ACL endpoint tests
2014-08-18 15:46:21 -07:00
Armon Dadgar
d628aab646
agent: ACL endpoint
2014-08-18 15:46:21 -07:00
Armon Dadgar
ca6a8aef55
agent: Adding ACL master token
2014-08-18 15:46:20 -07:00
Armon Dadgar
ebae394863
consul: ACL setting passthrough
2014-08-18 15:46:20 -07:00
Armon Dadgar
0838ed0475
agent: Changing ACL config names
2014-08-18 15:46:20 -07:00
Armon Dadgar
489772eda3
agent: Adding new ACL flags
2014-08-18 15:46:20 -07:00
Eric Connell
6c3aaa81c1
modified so ?pretty=anything will work
2014-08-01 14:28:46 -06:00
Eric Connell
e31c6b8b83
make pretty condition more readable
2014-08-01 14:24:36 -06:00
Eric Connell
316673a2e5
added URL query parameter of "pretty=true" to output formatted json from the HTTP API
2014-08-01 14:11:51 -06:00
William Tisäter
d8c772efb8
Remove DC case-insensitive check from node test
2014-07-23 23:42:22 +02:00
William Tisäter
eab2cbc1ef
Always lowercase incoming DNS query
2014-07-23 23:42:22 +02:00
William Tisäter
93509f755e
Test DNS case-insensitivity
2014-07-23 23:42:22 +02:00
Armon Dadgar
84e5bd2727
agent: Provide better DNS setup error messages
2014-07-17 10:57:21 -07:00
Armon Dadgar
c13f9f2a98
agent: Fixing issue with excessive failed node filtering
2014-07-16 15:11:45 -07:00
Nelson Elhage
95f3ebcb43
While we're at it, make statsite_addr work at all.
2014-07-10 18:16:47 -07:00
Armon Dadgar
ba8c0802c7
agent: Fixing passing filter. Fixes #241
2014-07-05 09:49:21 -07:00
Armon Dadgar
358b473e01
Updating documentation for new bootstrap method
2014-07-01 15:02:26 -07:00
Armon Dadgar
80b86c9ee9
Rename Expect to BootstrapExpect. Fixes #223 .
2014-06-19 17:08:55 -07:00
Armon Dadgar
e54ad5d878
Fixing merge conflict
2014-06-18 15:48:46 -07:00
Armon Dadgar
93034084ce
agent: Fixing missing copy of RejoinAfterLeave flag. #110
2014-06-18 10:32:19 -07:00
Robert Xu
a2fea2ce55
Utilise new raft.SetPeers() method, move expect logic to leader.go.
...
This way, we don't use EnableSingleMode, nor cause chaos adding peers.
Signed-off-by: Robert Xu <robxu9@gmail.com>
2014-06-18 12:03:30 -04:00
Armon Dadgar
be0554778d
agent: Fix issues with re-registration. Fixes #216
2014-06-17 16:48:19 -07:00
Robert Xu
31c392813c
Add expect bootstrap '-expect=n' mode.
...
This allows for us to automatically bootstrap a cluster of nodes after
'n' number of server nodes join. All servers must have the same 'n' set, or
they will fail to join the cluster; all servers will not join the peer set
until they hit 'n' server nodes.
If the raft commit index is not empty, '-expect=n' does nothing because it
thinks you've already bootstrapped.
Signed-off-by: Robert Xu <robxu9@gmail.com>
2014-06-16 17:40:33 -04:00
Armon Dadgar
0577ec21a8
agent: Copy ServerName config
2014-06-13 11:27:44 -07:00
Armon Dadgar
91373968a8
Adding server_name configuration for TLS
2014-06-13 11:10:27 -07:00
Armon Dadgar
eeb9911a28
agent: Improve test reliability
2014-06-11 12:01:14 -07:00
Armon Dadgar
7b6adb91bd
command/reload: Adding new command
2014-06-11 10:58:26 -07:00
Armon Dadgar
074c238ce8
agent: Add reload to RPC clien
2014-06-11 10:53:34 -07:00
Armon Dadgar
4f77db2d47
agent: Watch reload channel for trigger
2014-06-11 10:53:28 -07:00
Armon Dadgar
46c535a834
agent: Adding reload RPC command
2014-06-11 10:53:12 -07:00
Armon Dadgar
1021f48ad2
agent: Set custom syslog facility. Fixes #170 .
2014-06-11 10:28:55 -07:00
Armon Dadgar
648429288e
agent: Adding SyslogFacility configuration
2014-06-11 10:18:19 -07:00
Armon Dadgar
e972de44ad
agent: Cleanup handling of defer checks
2014-06-10 10:42:55 -07:00
Armon Dadgar
4909c74175
agent: Fixing merge of CheckUpdateInterval
2014-06-09 21:34:19 -07:00
Armon Dadgar
801a472042
agent: Prevent anti-entropy from doing early sync of check output
2014-06-09 16:00:25 -07:00
Armon Dadgar
ca0887b401
agent: Update config test to handle zero value CheckUpdateInterval
2014-06-09 13:00:32 -07:00
Armon Dadgar
bc9ea2af9a
agent: leave inSync until the defer runs
2014-06-09 12:57:50 -07:00
Armon Dadgar
33c2132949
agent: Defer sync based on CheckUpdateInterval
2014-06-09 12:46:29 -07:00
Armon Dadgar
99ac4dc1bb
agent: Allow CheckUpdateInterval to be zero
2014-06-09 12:46:10 -07:00
Armon Dadgar
c99e6e082c
agent: Adding new CheckUpdateInterval config
2014-06-09 12:13:14 -07:00
Armon Dadgar
bd39973df1
agent: Validate datacenter is valid. Fixes #169 .
2014-06-09 11:57:15 -07:00
Armon Dadgar
9e925bf458
consul: Adding support for optional session name
2014-06-09 11:42:28 -07:00
Armon Dadgar
8d4c0aa0ce
agent: Testing DNS TTLs
2014-06-08 16:14:21 -07:00
Armon Dadgar
ba4c40531d
agent: First pass supporting DNS TTLs
2014-06-08 16:02:17 -07:00
Armon Dadgar
dea2eba631
agent: Support stale queries with retries
2014-06-08 16:02:17 -07:00
Armon Dadgar
cb9540ea04
agent: Test DNSConfig merge logic
2014-06-08 16:02:16 -07:00
Armon Dadgar
af83293f13
agent: Testing DNSConfig parsing
2014-06-08 16:02:16 -07:00
Armon Dadgar
8f6708653f
agent: Adding DNS more configuration
2014-06-08 16:02:16 -07:00
Armon Dadgar
c656bbfbcf
Rename shared msgpack handle
2014-06-08 14:02:42 -07:00
Armon Dadgar
af24734cc2
command/members: Remove tests for old role filter
2014-06-08 14:02:24 -07:00