Diptanu Choudhury
|
2c1611c8cc
|
Added parsing logic for config block
|
2016-05-11 15:22:58 -07:00 |
|
Sean Chittenden
|
1e8d6eb283
|
Fix unit tests for TestPrettyPrintBare
|
2016-05-11 15:20:57 -07:00 |
|
Sean Chittenden
|
534156d9eb
|
Update tests for pretty printing that includes a newline.
Add a test verifying that pretty printing can be disabled, too.
|
2016-05-11 10:55:01 -07:00 |
|
Sean Chittenden
|
08aa82b483
|
Append a newline when pretty-printing the response
Instead of typing `curl http://foo/v1/nodes?pretty; echo` to inject a
newline into your terminal, now pretty will provide its own newline.
|
2016-05-10 15:46:20 -07:00 |
|
Sean Chittenden
|
65d80a64e0
|
When checkpoint emits a log message indicating an agent is out of
date, include the current version along with the available version
according to checkpoint.
Inspired by: log output in hashicorp/consul#993
|
2016-05-04 23:56:37 -07:00 |
|
Alex Dadgar
|
37a0c2065b
|
Fix missing format variable
|
2016-04-18 18:53:05 -07:00 |
|
Alex Dadgar
|
090c1b1448
|
Lower number of submitted jobs
|
2016-04-13 16:33:30 -07:00 |
|
Diptanu Choudhury
|
1e9fa644a4
|
removing interfaces from config
|
2016-04-07 13:25:38 -07:00 |
|
Diptanu Choudhury
|
c8f74a3d9c
|
Added the /fs/cat/ api
|
2016-03-28 11:06:22 -07:00 |
|
Alex Dadgar
|
b818379576
|
add nomad fingerprinter
|
2016-03-22 17:12:30 -07:00 |
|
Diptanu Choudhury
|
f8db94671e
|
Overriding the device configuration if addresses is present
|
2016-03-20 23:41:16 -07:00 |
|
Diptanu Choudhury
|
c25be74061
|
Added a comment about iteration of ips in a network device
|
2016-03-20 23:22:16 -07:00 |
|
Diptanu Choudhury
|
97f56d6cc1
|
Using the interfaces for configuring bind addrs for nomad servers
|
2016-03-19 00:54:19 -07:00 |
|
Diptanu Choudhury
|
ce29ce5b53
|
Setting the ip from the network interface to Addresses
|
2016-03-18 22:26:13 -07:00 |
|
Diptanu Choudhury
|
fa52d4921c
|
Parsing interfaces from the config file
|
2016-03-18 22:05:57 -07:00 |
|
Diptanu Choudhury
|
ab4b1e1f09
|
Using the interface name to find bind address for network services
|
2016-03-18 21:44:22 -07:00 |
|
Diptanu Choudhury
|
c51db58509
|
Added an interfaces config
|
2016-03-18 13:50:29 -07:00 |
|
Alex Dadgar
|
8f9bd6b198
|
Merge pull request #910 from hashicorp/f-reserved-resources
Reserve Client Resources + Config Validation
|
2016-03-15 21:09:13 -07:00 |
|
Dmitry Smirnov
|
2e755cd7e8
|
codespell: minor spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
|
2016-03-16 05:28:31 +11:00 |
|
Alex Dadgar
|
f9c768c1e8
|
Remove unused configs
|
2016-03-13 19:22:57 -07:00 |
|
Alex Dadgar
|
4293811651
|
reserve resources on the node
|
2016-03-13 19:05:41 -07:00 |
|
Alex Dadgar
|
17d021e912
|
Get rid of individual network resources
|
2016-03-11 19:02:44 -08:00 |
|
Alex Dadgar
|
5f53f7382a
|
Custom parsing of Nomad config with validation + Reserved resources block (not used yet)
|
2016-03-11 18:24:58 -08:00 |
|
Diptanu Choudhury
|
8e13eaa522
|
Using unix domain sockets for docker syslog collector
|
2016-03-09 23:28:26 -08:00 |
|
Diptanu Choudhury
|
4478238ff6
|
Fixed an issue around parsing client max and min ports
|
2016-03-09 12:25:30 -08:00 |
|
Alex Dadgar
|
6454d7bb9f
|
Guard client/ api to ensure the client is running
|
2016-03-07 11:26:54 -08:00 |
|
Alex Dadgar
|
6fabf95e65
|
fix test
|
2016-03-06 18:41:33 -08:00 |
|
Alex Dadgar
|
88c590dede
|
agent: Configurable heartbeat
|
2016-03-04 15:44:12 -08:00 |
|
Alex Dadgar
|
44f5d75315
|
Remove documentation about assigning node-id
|
2016-03-04 10:36:30 -08:00 |
|
Diptanu Choudhury
|
7f8f6712c5
|
Adding version information to snapshots
|
2016-02-24 19:06:30 -08:00 |
|
Alex Dadgar
|
207d544a55
|
client: standardize error logging format
|
2016-02-24 15:57:58 -08:00 |
|
Alex Dadgar
|
902c14beb4
|
Job GC endpoint
|
2016-02-20 15:50:41 -08:00 |
|
Alex Dadgar
|
c43c031a49
|
Make the client only reserve 512 ports.
|
2016-02-20 11:43:02 -08:00 |
|
Diptanu Choudhury
|
315882f60a
|
Testing default http port is being set
|
2016-02-16 17:54:17 -08:00 |
|
Diptanu Choudhury
|
f5b37b5221
|
Added a test for testing that http addr is set properly
|
2016-02-16 13:42:48 -08:00 |
|
Diptanu Choudhury
|
436367183c
|
fixing the logic of addr resolution
|
2016-02-16 13:13:40 -08:00 |
|
Diptanu Choudhury
|
b4792dde34
|
Merge pull request #797 from hashicorp/reserve-ports
Reserving ports for client in every platform
|
2016-02-12 14:33:13 -08:00 |
|
Diptanu Choudhury
|
9b31a6583c
|
Adding comments
|
2016-02-12 14:25:32 -08:00 |
|
Diptanu Choudhury
|
7c4dbbf7da
|
Reserving ports for client in every platform
|
2016-02-12 13:21:56 -08:00 |
|
Diptanu Choudhury
|
d43af22b2b
|
Merging the value of http advertise addr if user is providing one
|
2016-02-12 09:40:28 -08:00 |
|
Diptanu Choudhury
|
355b88bba9
|
Setting the output for default logger to nomad's logoutput
|
2016-02-11 16:05:31 -08:00 |
|
Diptanu Choudhury
|
8b2f94ff6f
|
Added a test for merge
|
2016-02-08 16:27:31 -08:00 |
|
Diptanu Choudhury
|
747d3202ca
|
Moving code to mount and unmount chroot into allocdir
|
2016-02-08 14:11:53 -08:00 |
|
Diptanu Choudhury
|
41447a0d7c
|
Extracted the cgroup info into isolation struct
|
2016-02-08 13:48:26 -08:00 |
|
Diptanu Choudhury
|
70f7b2d70f
|
Setting defaults for client max and min port
|
2016-02-08 13:29:53 -08:00 |
|
Diptanu Choudhury
|
2efdd83636
|
Using net.IsLoopback to determine if ifc is a loopback device
|
2016-02-08 07:57:31 -08:00 |
|
Diptanu Choudhury
|
f51e377f52
|
Reserving ports on windows
|
2016-02-05 15:17:15 -08:00 |
|
Alex Dadgar
|
410ae593e7
|
Fix double pull with introduction of AllocModifyIndex
|
2016-02-01 15:43:59 -08:00 |
|
Alex Dadgar
|
872eae28a9
|
Merge pull request #722 from iverberk/f-double-alloc-update
Add new RPC call to fetch a lightweight list of allocation information.
|
2016-01-30 16:39:09 -08:00 |
|
Ivo Verberk
|
60d8180279
|
Add additional API endpoint for requesting client specific node allocations.
|
2016-01-29 20:01:21 +01:00 |
|