Armon Dadgar
|
3dc54e0bdf
|
Merge pull request #271 from hashicorp/f-version-constraint
Adding support for regexp, version, and lexical ordering constraints
|
2015-10-12 13:53:17 -07:00 |
|
Abhishek Chanda
|
d61d162799
|
Do not say the bool is set to true
This will be harmonized across all drivers soon
|
2015-10-12 13:40:31 -07:00 |
|
Alex Dadgar
|
ba17a44988
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2015-10-12 13:15:46 -07:00 |
|
Alex Dadgar
|
5a0551aed9
|
Change Docker/Rkt to set driver to 1 not true for consistency
|
2015-10-12 13:15:37 -07:00 |
|
Alex Dadgar
|
c8339ab452
|
Merge pull request #266 from charlieok/patch-1
Update scheduling.html.md
|
2015-10-12 13:08:59 -07:00 |
|
Alex Dadgar
|
61a86ac198
|
Merge pull request #268 from charlieok/patch-2
Update index.html.md
|
2015-10-12 13:00:33 -07:00 |
|
Seth Vargo
|
4ffeada540
|
Merge pull request #269 from charlieok/patch-3
evaulation -> evaluation
|
2015-10-11 22:44:51 -04:00 |
|
Charlie O'Keefe
|
ad5635f4d7
|
add 'is'
|
2015-10-11 20:36:50 -06:00 |
|
Charlie O'Keefe
|
d2fd952fe7
|
evaulation -> evaluation
|
2015-10-11 20:33:02 -06:00 |
|
Charlie O'Keefe
|
415f05c42c
|
Update index.html.md
|
2015-10-11 14:05:55 -06:00 |
|
Armon Dadgar
|
6fdbdd83ca
|
website: document lexical ordering operators
|
2015-10-11 15:58:25 -04:00 |
|
Abhishek Chanda
|
4f694933d3
|
Fix formatting for qemu driver version
|
2015-10-11 12:55:23 -07:00 |
|
Abhishek Chanda
|
441971e015
|
Add details to docker driver docs
- The driver sets a bool to `true`
- Clarify behavior when `network_mode` is `container`
|
2015-10-11 12:53:34 -07:00 |
|
Armon Dadgar
|
982edafa01
|
website: document the regexp constraint
|
2015-10-11 15:38:38 -04:00 |
|
Armon Dadgar
|
2aad0838fa
|
website: update the jobspec
|
2015-10-11 15:24:16 -04:00 |
|
Charlie O'Keefe
|
8616a35862
|
Update scheduling.html.md
|
2015-10-11 12:25:30 -06:00 |
|
Charlie O'Keefe
|
592863d512
|
schedule -> scheduler
|
2015-10-11 12:07:08 -06:00 |
|
Armon Dadgar
|
5b98007fae
|
Merge pull request #262 from charlieok/patch-7
replace comman with 'and'
|
2015-10-11 13:40:43 -04:00 |
|
Charlie O'Keefe
|
9323a8c7dc
|
Add floor characters to math expression
|
2015-10-10 20:21:05 -06:00 |
|
Charlie O'Keefe
|
b3cfd06cd3
|
replace comman with 'and'
|
2015-10-10 17:58:30 -06:00 |
|
Alex Dadgar
|
0d02839220
|
Merge pull request #237 from hashicorp/f-raw-exec-driver
A raw fork/exec driver that provides no isolation.
|
2015-10-09 11:30:12 -07:00 |
|
Alex Dadgar
|
bbdceca358
|
Better parsing of raw_exec option and updated docs
|
2015-10-09 11:29:59 -07:00 |
|
Chris Bednarski
|
6c90314a51
|
Merge pull request #225 from hashicorp/b-docker-port
Change docker default port to support windows and boot2docker
|
2015-10-08 23:50:11 -07:00 |
|
Alex Dadgar
|
c4e4861889
|
Documentation
|
2015-10-08 12:19:39 -07:00 |
|
Alex Dadgar
|
60346ae8ec
|
Actually add the files
|
2015-10-08 12:19:39 -07:00 |
|
Chris Bednarski
|
dc1d845e2c
|
Added documentation for DOCKER_HOST and docker.endpoint; also filled in docs for docker.cleanup
|
2015-10-08 00:08:54 -07:00 |
|
Abhishek Chanda
|
43a8a1af96
|
Add an optional exec parameter to task config
This overrides the default exec command in the ACI
|
2015-10-07 15:15:36 -07:00 |
|
Abhishek Chanda
|
61b4be2389
|
Remove a stray comment
|
2015-10-06 15:56:39 -07:00 |
|
Alex Dadgar
|
50862f8e31
|
Switch to using BlkioWeight
|
2015-10-06 15:44:01 -07:00 |
|
Daniel Imfeld
|
be652ac645
|
Typo: singel -> single
|
2015-10-03 21:33:41 -05:00 |
|
Antoine POPINEAU
|
b42d987e19
|
Updated website documentation.
|
2015-10-02 17:46:55 -07:00 |
|
Alex Dadgar
|
d8f3bd26e6
|
Merges
|
2015-10-02 17:32:11 -07:00 |
|
Ryan Uber
|
62b3b01919
|
Merge branch 'parse-client-options' of https://github.com/carlosdp/nomad into b-options
|
2015-10-02 16:58:05 -07:00 |
|
Abhishek Chanda
|
040518e06b
|
Fix network mode
net is not a valid network mode
|
2015-10-02 16:11:38 -07:00 |
|
Antoine POPINEAU
|
e3bcf4490b
|
Merge branch 'master' into dev/net-fingerprint
|
2015-10-02 09:38:35 +02:00 |
|
Antoine POPINEAU
|
256d390789
|
Renamed all instances of Iface to NetworkInterface.
|
2015-10-02 09:29:18 +02:00 |
|
Alex Dadgar
|
96b6109bab
|
Merge pull request #184 from achanda/docker_net
Enable setting networking mode for docker
|
2015-10-01 19:32:48 -07:00 |
|
Alex Dadgar
|
3c11134ccf
|
Fix anchor links and add new agent cli commands
|
2015-10-01 19:28:21 -07:00 |
|
Abhishek Chanda
|
ee2cd3bed0
|
Enable setting networking mode for docker
This patch enables setting networking mode for the docker
driver. This does not handle the `container` mode.
Closes #175
|
2015-10-01 18:52:41 -07:00 |
|
Antoine POPINEAU
|
776d42c2e0
|
Updated documentation for the iface client configuration option.
|
2015-10-01 17:42:20 +02:00 |
|
Ryan Uber
|
3a695326ca
|
website: update advertise configuration option descriptions
|
2015-09-30 12:05:55 -07:00 |
|
Dave York
|
e96043a441
|
fixes a typo in the docs
|
2015-09-29 17:00:48 -04:00 |
|
Carlos Diaz-Padron
|
f1147f17c9
|
Add Client config options to docs
|
2015-09-28 16:53:04 -07:00 |
|
Armon Dadgar
|
ae04f68c2c
|
website: fixing alloc-status docs
|
2015-09-27 17:52:55 -07:00 |
|
Ryan Uber
|
8cf9782f2e
|
Merge pull request #128 from hashicorp/f-alloc-status
Add alloc-status command
|
2015-09-27 15:06:17 -07:00 |
|
Ryan Uber
|
98dd77a57f
|
website: document alloc-status command
|
2015-09-27 14:20:09 -07:00 |
|
Armon Dadgar
|
ac8d2f6235
|
website: lowercase examples of dynamic ports
|
2015-09-26 18:26:51 -07:00 |
|
Chris Bednarski
|
5d4d044a6f
|
Add docker 'command' to docs; cleanup some comments
|
2015-09-25 23:28:23 -07:00 |
|
Chris Bednarski
|
bcba5db0f7
|
Put that back too.
|
2015-09-25 18:45:39 -07:00 |
|
Chris Bednarski
|
723b55c049
|
Merge branch 'master' into b-docker-fixes
Conflicts:
client/driver/docker_test.go
client/driver/java_test.go
client/driver/qemu_test.go
|
2015-09-25 18:35:23 -07:00 |
|