Commit Graph

95 Commits

Author SHA1 Message Date
Ryan Uber
6532abdf68 command: add primitive run command 2015-09-22 10:45:05 -07:00
Ryan Uber
67243d64e0 command: use an empty config instead of default config for cli options 2015-09-22 10:44:46 -07:00
Armon Dadgar
5dbbc997f6 website: document additional configuration options 2015-09-22 10:41:12 -07:00
Ryan Uber
5fd071a184 command/agent: fix help usage 2015-09-22 01:59:17 -07:00
Ryan Uber
5cf291e0d5 command/agent: more arguments 2015-09-21 21:37:55 -07:00
Ryan Uber
4a86b9c373 command/agent: accept server/client/data-dir 2015-09-21 20:48:39 -07:00
Ryan Uber
2dfcd97eb0 agent: fix CLI help 2015-09-21 20:39:10 -07:00
Alex Dadgar
4735cb0779 Merge pull request #75 from hashicorp/h-spawn-daemon-build-dep
Make spawn-daemon only defined on linux
2015-09-21 17:27:08 -07:00
Alex Dadgar
057cb3ac5a Make spawn-daemon only defined on linux 2015-09-21 15:24:08 -07:00
Armon Dadgar
e769ef2bc6 agnet: fixing inversion of LeaveOnInt 2015-09-21 14:14:19 -07:00
Armon Dadgar
db27b85033 agent: adding Atlas and Region to output 2015-09-21 14:14:19 -07:00
Alex Dadgar
5ac6c3b73d Linux executor with cgroup isolation support 2015-09-21 09:08:57 -07:00
Armon Dadgar
2c3febc8af http: validating job is provided to avoid nil pointer 2015-09-20 17:38:26 -07:00
Ryan Uber
da35ecc4f3 command: fix tests after job validation 2015-09-16 11:42:28 -07:00
Ryan Uber
acd0d16a7a command: final adjustments for list output 2015-09-15 16:51:17 -07:00
Ryan Uber
210ee0bbb7 command: helpers for columns 2015-09-15 16:44:38 -07:00
Ryan Uber
c706942ece command: output adjustments 2015-09-15 13:21:49 -07:00
Ryan Uber
a7b70259c8 command: testing alloc/eval dump and short mode for status 2015-09-15 12:53:13 -07:00
Ryan Uber
8a45651fe4 command: add evals/allocs to status command, add -short flag 2015-09-15 11:35:38 -07:00
Ryan Uber
550434dc9b command: dump allocations for nodes in node-status 2015-09-15 11:20:08 -07:00
Ryan Uber
c778599e9e command: separate k/v pairs with an '=' 2015-09-14 20:29:08 -07:00
Armon Dadgar
cf3c6aa8a7 SCADA support 2015-09-14 15:33:08 -07:00
Ryan Uber
f19682d87e command: tests 2015-09-14 14:08:50 -07:00
Ryan Uber
ac6de2c157 command: guard tests from multiple parallel calls 2015-09-14 14:06:37 -07:00
Ryan Uber
7e26f938a2 command: use meta struct for common options 2015-09-14 13:24:03 -07:00
Ryan Uber
34d77eeb04 command: kill AllAtOnce in job list mode 2015-09-14 13:24:03 -07:00
Ryan Uber
0e16348052 command: cleanup 2015-09-14 13:24:03 -07:00
Ryan Uber
90108c7820 command: add node-drain command 2015-09-14 13:24:03 -07:00
Ryan Uber
98708120f7 command: more cli tests 2015-09-14 13:24:03 -07:00
Ryan Uber
4b708bf6df command: use testutil.TestServer in command tests 2015-09-14 13:24:03 -07:00
Ryan Uber
8246db154d command: cli tests 2015-09-14 13:24:03 -07:00
Ryan Uber
8698c1d757 command: fix test agent helper 2015-09-14 13:24:03 -07:00
Ryan Uber
a0c8a0bc0d command: add node-status command 2015-09-14 13:24:03 -07:00
Ryan Uber
74a0e11a9b command: add agent-join command 2015-09-14 13:24:03 -07:00
Ryan Uber
39592e63b3 command: convert members so we get a descriptive status 2015-09-14 13:24:03 -07:00
Ryan Uber
f76e26906d command: adding agent-members command 2015-09-14 13:24:03 -07:00
Ryan Uber
3e86dc2657 command: add agent-force-leave command 2015-09-14 13:24:02 -07:00
Ryan Uber
0f597d3984 command: tests 2015-09-14 13:24:02 -07:00
Ryan Uber
0d3cbab4f4 command: add agent-info command 2015-09-14 13:24:02 -07:00
Ryan Uber
7901677c2c command: unexport helpers 2015-09-14 13:24:02 -07:00
Ryan Uber
45c5f4f9cc command: adjustments for status 2015-09-14 13:24:02 -07:00
Ryan Uber
314ce4be43 command: basic status command 2015-09-14 13:24:02 -07:00
Ryan Uber
3f4319cdf7 command: add helpers 2015-09-14 13:24:02 -07:00
Armon Dadgar
c9d17611bf nomad: rename region1 to global. Fixes #41 2015-09-13 18:18:40 -07:00
Ryan Uber
9dc59deadf agent: remove unreachable code 2015-09-11 21:28:35 -07:00
Ryan Uber
9d4e52ddc2 agent: add default bind addr and port numbers 2015-09-11 12:19:05 -07:00
Ryan Uber
aa40658344 agent: split out server config parser, add tests 2015-09-11 12:06:42 -07:00
Ryan Uber
c300682e97 agent: allow specifying advertise addrs in ip:port format 2015-09-11 11:27:14 -07:00
Ryan Uber
276165344d agent: test listener from config 2015-09-11 11:10:55 -07:00
Ryan Uber
61b5f0413e agent: adjust tests 2015-09-10 19:04:06 -07:00