Marco Mancini
9e27ae9140
Fix reserved cpus computation
...
Added test as Vieux suggested/Fixed CpuShare computation
Signed-off-by: Marco Mancini <marcomancini72@gmail.com>
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 18:59:15 -07:00
Andrea Luzzardi
c534c29705
Merge pull request #903 from vieux/cpu_test
...
fix -c calculation
2015-06-04 18:06:59 -07:00
Victor Vieux
15a8b73ab6
fix cpus
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 17:26:32 -07:00
Victor Vieux
6c9bf75dcd
add -c test
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 17:15:13 -07:00
Victor Vieux
5b358156de
Merge pull request #885 from vieux/use_inspect_from_mesos_0.23
...
use inspect sent by mesos 0.23
2015-06-04 15:39:03 -07:00
Victor Vieux
e87f83d78c
add test to make sure it doesn't deadlock
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 15:09:39 -07:00
Victor Vieux
b661323bc3
Merge pull request #900 from chanwit/test-bridge-mode
...
port filter integration test for bridge mode
2015-06-04 14:56:46 -07:00
Victor Vieux
4212b69c96
use inspect sent by mesos 0.23
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 14:42:37 -07:00
Victor Vieux
3cc53769ec
Merge pull request #894 from vieux/mesos_in_ci
...
Add mesos in the CI
2015-06-04 14:40:19 -07:00
Victor Vieux
6dc6134163
add mesos in the CI
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 14:25:13 -07:00
Andrea Luzzardi
3324bde0c5
Merge pull request #884 from abronan/fix_consul_ephemeral
...
store: Fix ephemeral behavior with Consul
2015-06-04 13:56:16 -07:00
Alexandre Beslic
c37bead075
Fix ephemeral with multiple keys and previous active sessions
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-06-04 13:34:35 -07:00
Chanwit Kaewkasi
780a936b74
port filter integration test for bridge mode
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-06-05 02:11:27 +07:00
Alexandre Beslic
8373ed2c1a
store: Fix Consul ephemeral behavior at agent restart by recovering the existing global session
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-06-04 11:52:26 -07:00
Andrea Luzzardi
6fcdb572fb
Merge pull request #881 from abronan/consul_cas_fix
...
store: Fix CAS returning ErrKeyModified because of Lock in Consul
2015-06-04 11:44:21 -07:00
Andrea Luzzardi
3de31a3642
Merge pull request #895 from abronan/zk_list_deletetree
...
store: Fix zookeeper List call, implement DeleteTree
2015-06-04 11:43:55 -07:00
Andrea Luzzardi
8fb8f47f4a
Merge pull request #896 from abronan/fix_zookeeper_watch
...
store: Fix Zookeeper single Key watch
2015-06-04 11:43:35 -07:00
Victor Vieux
43e79e0206
Merge pull request #897 from vieux/fix_panic_disconnect
...
fix panic is disconnect
2015-06-04 11:29:43 -07:00
Victor Vieux
e8445ed8ce
fix panic is disconnect
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-04 11:27:17 -07:00
Alexandre Beslic
710da6479e
fix zookeeper single Key watch
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-06-03 13:13:08 -07:00
Alexandre Beslic
178ae6f72a
Fix zookeeper List call, implement DeleteTree using List
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-06-03 00:18:52 -07:00
Victor Vieux
83f97f73e8
Merge pull request #886 from vieux/add_resources_test
...
fix resources in docker 1.7
2015-06-02 16:15:12 -07:00
Victor Vieux
7604d1cc30
add test
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-02 16:03:37 -07:00
Victor Vieux
e8e9d553a2
handle compat
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-02 15:39:12 -07:00
Victor Vieux
79b128172d
update dockerclient to get new fields
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-02 14:36:24 -07:00
Victor Vieux
d6bd288fb0
add docker run not enough resources test
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-02 14:35:58 -07:00
Alexandre Beslic
d53ae5b50c
Merge pull request #892 from vieux/images
...
add images to docker info
2015-06-02 11:22:57 -07:00
Victor Vieux
fb63a90610
add images to docker info
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-06-02 10:53:19 -07:00
Andrea Luzzardi
e0188d8b66
Merge pull request #873 from jimmyxian/add-load-unit-test
...
Add load unit test
2015-06-01 15:43:08 -07:00
Andrea Luzzardi
0e32d052cf
Merge pull request #878 from chanwit/private-reg-tag
...
fix matching image name with private repo
2015-06-01 15:35:45 -07:00
Victor Vieux
51b07d9503
Merge pull request #872 from vieux/cluster_test
...
add initial version of mesos/cluster_test.go
2015-06-01 15:31:35 -07:00
Andrea Luzzardi
e1a73d561d
Merge pull request #839 from moxiegirl/831-updates-check
...
Updating the Getting Started
2015-06-01 13:33:55 -07:00
Alexandre Beslic
5a4bd67db3
Put AllowStale to false in Consul Get op
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-06-01 09:30:43 -07:00
Alexandre Beslic
3f6fbb5bff
Fix CAS not working for Consul
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-05-31 23:17:13 -07:00
Andrea Luzzardi
e74e269bf1
Merge pull request #880 from benjaminparnell/patch-1
...
Fix small typo in leadership/README.md
2015-05-31 21:19:18 -07:00
Mary Anthony
607d585adb
Updating the Introduction
...
- Clarifying two types of install
- Splitting out release notes
- Splitting out two install methods
- Adding in comments from review
- Adding release notes
- Updating with abronan's comments
- Updating for vieux
- Updating with comments and pulling bash
Signed-off-by: Mary Anthony <mary@docker.com>
2015-05-31 20:13:24 -07:00
Ben Parnell
c744a9b600
Fix small typo in leadership/README.md
...
Signed-off-by: Ben Parnell <benjaminparnell.94@gmail.com>
2015-05-31 23:36:40 +01:00
Chanwit Kaewkasi
7725b572c2
refactor parsing to a function
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-06-01 00:43:52 +07:00
Chanwit Kaewkasi
2701342a0c
fix matching image name with private repo
...
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-05-31 21:01:00 +07:00
Xian Chaobo
78957d527b
add load unit test
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-05-29 22:44:27 -04:00
Xian Chaobo
def00ea0a0
fix load
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-05-29 22:35:27 -04:00
Victor Vieux
ec784bd100
add initial version of mesos/cluster_test.go
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-05-29 15:07:04 -07:00
Victor Vieux
c1934925fe
Merge pull request #870 from abronan/update_pkg_store_doc
...
pkg/store: Update README with latest changes
2015-05-28 18:30:05 -07:00
Alexandre Beslic
1ccbf98ea0
pkg/store: Update documentation with latest changes
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-05-28 18:02:33 -07:00
Victor Vieux
5379bdfd20
Merge pull request #866 from aluzzardi/cli-cleanup
...
cli: Cleanup the CLI package.
2015-05-28 11:14:35 -07:00
Andrea Luzzardi
1ba543215e
cli: Cleanup the CLI package.
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-05-27 18:41:02 -07:00
Andrea Luzzardi
a43a1a869d
Merge pull request #865 from abronan/update_etcd_godep
...
store: Update go-etcd Godep
2015-05-27 16:38:53 -07:00
Alexandre Beslic
a974423f05
Update Godep: go-etcd
...
Signed-off-by: Alexandre Beslic <abronan@docker.com>
2015-05-27 13:58:06 -07:00
Andrea Luzzardi
84652ed537
Merge pull request #768 from jimmyxian/add-support-import
...
Add support import
2015-05-27 11:46:07 -07:00
Alexandre Beslic
23f66f8cc6
Merge pull request #858 from aluzzardi/addr-flag
...
Replace --addr with --advertise
2015-05-27 11:44:41 -07:00