Commit Graph

2397 Commits

Author SHA1 Message Date
Alex Dadgar f8dff3bab0 Merge pull request #526 from ChrisHines/windows-agent
command/agent: fix tests on Windows
2015-12-08 19:11:08 -08:00
Alex Dadgar 44788e8694 Merge pull request #523 from ChrisHines/windows-api-tests
api: fix tests on Windows.
2015-12-08 19:07:40 -08:00
Diptanu Choudhury aeb68bb9e6 Merge pull request #548 from hooklift/x-code-clean-up
Cleans up some code.
2015-12-09 01:26:37 +01:00
Diptanu Choudhury 224b2d3b78 Merge pull request #547 from hooklift/b-default-syslog-facility
Sets default syslog facility
2015-12-09 01:10:27 +01:00
Camilo Aguilar 225db55be6 Addresses Go lint suggestions 2015-12-08 19:05:15 -05:00
Camilo Aguilar 2b2777d2fd Sets default syslog facility
As advertised by documentation.
2015-12-08 18:57:06 -05:00
Diptanu Choudhury dbde5f9b42 Merge pull request #543 from hashicorp/b-exec-linux-stop
Sending the user process sigint during shutdown on linux
2015-12-08 23:04:22 +01:00
Diptanu Choudhury de06482506 Sending the user process sigint during shutdown on linux 2015-12-08 08:14:13 -08:00
Ryan Uber 8edbfb79b1 Merge pull request #541 from hashicorp/b-api-fields
Add Meta field for Node struct
2015-12-07 21:43:55 -08:00
Ryan Uber 1067c4208f Add Meta field for Node struct 2015-12-07 21:41:57 -08:00
Diptanu Choudhury a2ef63a67d Fixing some log lines 2015-12-07 06:25:00 -08:00
Chris Bednarski 02be0eeb36 Add test to verify order 2015-12-04 17:12:47 -08:00
Chris Bednarski c2a52270a7 Rename ConfigFiles field to Files so there's less stutter when used as config.Files 2015-12-04 16:59:04 -08:00
Chris Bednarski 4b52a370f9 Log the list of config files loaded when starting the nomad agent 2015-12-04 16:52:17 -08:00
Chris Bednarski 3ae97e1e40 Merge pull request #532 from hashicorp/f-dist
Added some example config and init files
2015-12-04 16:09:45 -08:00
Chris Bednarski e636973924 Merge pull request #530 from hashicorp/docs-config
Corrected various errors and omissions configuration documentation
2015-12-04 11:47:33 -08:00
Chris Bednarski 3939eeb7a7 Reformatted so we don't have long lines 2015-12-04 11:47:20 -08:00
Chris Bednarski d9d1994de7 Merge pull request #534 from hooklift/b-disables-cgo-build
Fixes #505
2015-12-04 11:37:25 -08:00
Camilo Aguilar 6e5c34e514 Fixes #505
https://github.com/hashicorp/nomad/pull/421 removed the last piece
of CGO dependant code. We we can stop building binaries with CGO
enabled now.
2015-12-04 12:20:34 -05:00
Alex Dadgar 219a041f6a Merge pull request #533 from ChrisHines/windows-nomad-tests
Fix test to tolerate multiple pending plans with the same time stamp.
2015-12-03 10:34:46 -08:00
Chris Bednarski c4be7cc70f Change /usr/local/bin to /usr/bin 2015-12-03 09:27:03 -08:00
Chris Hines baf740c43a Fix test to tolerate multiple pending plans with the same time stamp. 2015-12-03 10:52:53 -05:00
Chris Bednarski 4747f2e888 Upstart should use .conf extension 2015-12-03 00:21:41 -08:00
Chris Bednarski 5dda5b47e0 Change references to .conf files to .hcl 2015-12-03 00:20:21 -08:00
Chris Bednarski a9b9493d45 Change .conf extension to .hcl 2015-12-03 00:19:36 -08:00
Chris Bednarski d937a1071d Remove reference to _common.conf 2015-12-03 00:18:44 -08:00
Chris Bednarski e5fd0d1d62 Warn the user when they specify a config file / folder that doesn't add any configuration options 2015-12-02 23:22:18 -08:00
Chris Bednarski 842f40bf89 Corrected various errors and omissions configuration documentation 2015-12-02 23:21:14 -08:00
Chris Bednarski 4c9c1f49ab Fixed some issues with the example configs; removed _common 2015-12-02 23:18:10 -08:00
Diptanu Choudhury 0e1e862f4a Fixed typo
Fixes #528
2015-12-03 02:00:57 +01:00
Chris Aubuchon 3a58bae865 Restore AtlasConfig 2015-12-02 18:40:30 -06:00
Chris Aubuchon baf0b54037 `30 * time.Second` -> `"30s"` in DefaultConfig 2015-12-02 16:05:05 -06:00
Chris Aubuchon d8c4ec1c19 Fix broken link to `start_join` 2015-12-02 15:57:38 -06:00
Chris Aubuchon 017235cc33 Fix links to configuration options 2015-12-02 15:56:00 -06:00
Chris Aubuchon 94b3c3e789 Add new configuration options to docs 2015-12-02 15:51:46 -06:00
Chris Aubuchon ad9971cc02 Set defaults for `retry_max` and `retry_interval` options 2015-12-02 15:50:57 -06:00
Chris Aubuchon 62e11bddd7 Add cluster join command line options and configuration options 2015-12-02 13:55:29 -06:00
Chris Bednarski 30d2b94220 Basic configs and init scripts 2015-12-02 11:33:44 -08:00
Chris Hines c20e9bff26 Do not leak listeners in test. 2015-12-02 13:59:27 -05:00
Chris Hines b05610a24d Work around bugs in package `net` in Go < 1.6. 2015-12-02 13:57:40 -05:00
Chris Bednarski 3111242181 Merge pull request #524 from hashicorp/b-user-lookup
Incorporate #421
2015-12-01 14:28:38 -08:00
Chris Bednarski 1e3e120646 Added build flag to user-lookup so it does not build on windows 2015-12-01 14:28:12 -08:00
Chris Bednarski 9292a97062 Merge branch 'user-lookup-nocgo' of https://github.com/carlosdp/nomad into b-user-lookup 2015-12-01 13:44:56 -08:00
Carlos Diaz-Padron 55e49506f0 Refactor out userLookup to helper package
Also replaces user.Lookup in exec driver
2015-12-01 11:59:55 -08:00
Chris Hines 30712dc249 Test request timing with a server slow enough to measure with low granularity system clocks. 2015-12-01 14:53:01 -05:00
Alex Dadgar 23851da832 Merge pull request #521 from hashicorp/f-periodic-parser
Add Periodic config to job
2015-12-01 09:39:39 -08:00
Chris Hines 118d5f048d Make testutil.TestServer work correctly on Windows. 2015-12-01 12:16:21 -05:00
Chris Hines de3aa95511 Make golint happy. 2015-12-01 12:14:39 -05:00
Alex Dadgar 6bb489734a fix perser 2015-12-01 08:59:00 -08:00
Alex Dadgar 7f8c2c6e95 Add IsPeriodic 2015-12-01 08:59:00 -08:00