Alex Dadgar
|
fc0e48b0ec
|
Merge pull request #950 from mssola/raw-exec-user
client: added the "user" option to tasks
|
2016-03-24 08:57:13 -07:00 |
Miquel Sabaté Solà
|
f76f5c960f
|
client/driver: added more tests
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
2016-03-24 08:47:23 +01:00 |
Diptanu Choudhury
|
76343a3748
|
Merge pull request #972 from hashicorp/scripts
Moving consul service to executor
|
2016-03-24 00:12:45 -07:00 |
Diptanu Choudhury
|
fc156a736b
|
Changed a log line
|
2016-03-23 19:20:08 -07:00 |
Diptanu Choudhury
|
468584e824
|
Added some comments to the keep services method
|
2016-03-23 19:14:03 -07:00 |
Diptanu Choudhury
|
bf554992a4
|
Using a helper method to copy taskStates
|
2016-03-23 19:11:54 -07:00 |
Diptanu Choudhury
|
3f0580f204
|
Added a note about backward compatibility
|
2016-03-23 19:08:07 -07:00 |
Diptanu Choudhury
|
12ac0b4a33
|
Reworded the log line
|
2016-03-23 19:04:59 -07:00 |
Diptanu Choudhury
|
e98f5e4ee3
|
Locking the task states
|
2016-03-23 19:02:29 -07:00 |
Diptanu Choudhury
|
f6354ba114
|
Fixed the tests
|
2016-03-23 18:39:17 -07:00 |
Diptanu Choudhury
|
31baa6ce4b
|
Renamed vars and methods
|
2016-03-23 18:21:27 -07:00 |
Diptanu Choudhury
|
6649829c93
|
Renaming the SyncWithConsul method
|
2016-03-23 18:13:13 -07:00 |
Diptanu Choudhury
|
46da4ba469
|
Fixing log and statements
|
2016-03-23 18:08:32 -07:00 |
Alex Dadgar
|
94522e7bed
|
Successful allocations are marked as complete instead of dead
|
2016-03-23 18:08:19 -07:00 |
Diptanu Choudhury
|
6e784024b8
|
Closing the shutdown ch on shutdown
|
2016-03-23 18:03:02 -07:00 |
Alex Dadgar
|
47390c5186
|
remove the GC field on the job and use the job type
|
2016-03-23 18:02:01 -07:00 |
Diptanu Choudhury
|
092f23a646
|
Locking on alloc runners before syncing with consul
|
2016-03-23 17:54:32 -07:00 |
Diptanu Choudhury
|
62242595fc
|
Using the name of the task and the alloc id in the service name
|
2016-03-23 17:35:29 -07:00 |
Diptanu Choudhury
|
83f41993aa
|
removing ids of services and checks on the server side
|
2016-03-23 17:12:53 -07:00 |
Diptanu Choudhury
|
66e35b0b96
|
Added a test to check whether services get updated
|
2016-03-23 16:25:53 -07:00 |
Diptanu Choudhury
|
ab35c187b3
|
Added comments
|
2016-03-23 15:39:25 -07:00 |
Diptanu Choudhury
|
9b966ec1e6
|
Fixing the test
|
2016-03-23 15:36:46 -07:00 |
Diptanu Choudhury
|
7dab719a66
|
Client sync with consul and removed unwanted services
|
2016-03-23 15:28:55 -07:00 |
Diptanu Choudhury
|
664ff44e85
|
Re-syncing task when it's updated
|
2016-03-23 14:34:43 -07:00 |
Diptanu Choudhury
|
83976a4b96
|
Syncing consul periodically
|
2016-03-23 14:27:49 -07:00 |
Diptanu Choudhury
|
bf748a522b
|
Handling errors during service and check registration
|
2016-03-23 14:23:32 -07:00 |
Alex Dadgar
|
a2775c34d0
|
Merge branch 'master' of github.com:hashicorp/nomad
|
2016-03-23 14:09:13 -07:00 |
Alex Dadgar
|
0567bcb639
|
changelog
|
2016-03-23 14:09:06 -07:00 |
Alex Dadgar
|
abcf97e937
|
Merge pull request #970 from hashicorp/f-pass-env
Pass environment variables from host to exec based tasks
|
2016-03-23 14:07:29 -07:00 |
Alex Dadgar
|
5eddb939f3
|
Comment and don't override
|
2016-03-23 14:07:12 -07:00 |
Diptanu Choudhury
|
54a5e795a5
|
Hooking up the executor in all drivers
|
2016-03-23 13:19:45 -07:00 |
Alex Dadgar
|
f3d09755c5
|
Pass environment variables from host to exec based tasks
|
2016-03-23 13:01:45 -07:00 |
Diptanu Choudhury
|
8b91606b22
|
Making the docker driver register services and checks
|
2016-03-23 12:59:22 -07:00 |
Alex Dadgar
|
836cfe5583
|
Fix rkt install in vagrant
|
2016-03-23 12:58:38 -07:00 |
Diptanu Choudhury
|
f6a932194f
|
Removing references to old consul services and adding consul config to executor context
|
2016-03-23 12:19:19 -07:00 |
Diptanu Choudhury
|
54dcbed148
|
Added a test for the sync
|
2016-03-23 11:49:40 -07:00 |
Pete Shima
|
11a4863a7d
|
Add a log line to the cli output for updating server address list
|
2016-03-23 11:38:36 -07:00 |
Diptanu Choudhury
|
7e2789d1fc
|
Added the sync logic
|
2016-03-23 10:43:35 -07:00 |
Miquel Sabaté Solà
|
8c56c64615
|
client/driver: added the `user` config value
This way Nomad allows to set which user has to run the task.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
2016-03-23 12:57:31 +01:00 |
Diptanu Choudhury
|
2c6ec8cf89
|
Added consul sync
|
2016-03-23 00:50:41 -07:00 |
Diptanu Choudhury
|
a4b195e579
|
Merge pull request #966 from hashicorp/f-doc-nomad-agent-config
[Docs] Small update to retry join documentation
|
2016-03-22 22:25:58 -07:00 |
Pete Shima
|
bac9f25d18
|
[Docs] Small update to retry join documentation
|
2016-03-22 21:43:38 -07:00 |
Alex Dadgar
|
5f2a9e5973
|
Make artifact escape analysis work on windows
|
2016-03-22 20:54:36 -07:00 |
Alex Dadgar
|
4e2ea8a08d
|
changelog
|
2016-03-22 17:57:23 -07:00 |
Alex Dadgar
|
74971e0e90
|
Merge pull request #965 from hashicorp/f-nomad-fingerprinter
client: add nomad fingerprinter
|
2016-03-22 17:55:42 -07:00 |
Alex Dadgar
|
aefa4b9207
|
add nomad fingerprinter
|
2016-03-22 17:12:30 -07:00 |
Alex Dadgar
|
e2c0ca48b8
|
node-status fix panic
|
2016-03-22 16:25:25 -07:00 |
Alex Dadgar
|
782fa46b69
|
Show error when artifact validation fails in task runner
|
2016-03-22 16:09:41 -07:00 |
Alex Dadgar
|
4689396c53
|
Merge pull request #964 from hashicorp/d-clarify-distinct-hosts
docs: Clarify distinct_hosts constraint
|
2016-03-22 15:00:38 -07:00 |
Alex Dadgar
|
f8ec21bd34
|
clairfy distinct_hosts constraint
|
2016-03-22 14:59:53 -07:00 |