Commit Graph

298 Commits (f0e6ae4b8fb5783fb98c58176236c9d3a63edb50)

Author SHA1 Message Date
Justin Santa Barbara 926e0d5968 Bump aws-sdk-go version to workaround #16238
This bumps aws-sdk-go to the latest version (currently unreleased), to
workaround a Godep problem when a package listed in Godeps no longer
exists on the master branch.  See #16238 for the gory details.

Fixes #16238.

We will likely want to bump up again to the next released version once
it is released, but this version appears to be pretty similar to the
last released version (0.9.16)
2015-10-24 18:33:45 -04:00
Wojciech Tyczynski 80be983668 Merge pull request #15392 from timothysc/etcd-remove-fakeclient
Initial commit to enable migrating tests off of FakeClient.
2015-10-22 15:24:34 +02:00
k8s-merge-robot 48ced9de86 Merge pull request #15612 from jimmidyson/cadvisor-kubelet
Auto commit by PR queue bot
2015-10-19 20:10:21 -07:00
Timothy St. Clair c850a9ab61 Modifications to to remove FakeEtcdClient. Enables starting & stopping
an etcd server per unit tests that need them.
2015-10-19 22:06:19 -05:00
Timothy St. Clair df14277e41 Godeps commit to enable migrating tests off of FakeClient.
Stems from issues: #15349, #11962
2015-10-19 22:06:19 -05:00
k8s-merge-robot 1bba475a9d Merge pull request #15735 from mesosphere/jdef-fix-tasks-and-profiling
Auto commit by PR queue bot
2015-10-17 02:20:18 -07:00
k8s-merge-robot 6341e1d3e2 Merge pull request #15658 from yifan-gu/rkt_cli
Auto commit by PR queue bot
2015-10-16 14:52:14 -07:00
James DeFelice f0e217a64f bump mesos-go to latest master 2015-10-16 08:59:35 +00:00
Wojciech Tyczynski 6a035833ac Update dependency on ugorji/go/codec. 2015-10-16 10:12:08 +02:00
Yifan Gu a95b605ff1 Godeps: update appc spec version. 2015-10-15 18:04:07 -07:00
Jimmi Dyson 3276307c7e libcontainer bump 2015-10-15 21:06:53 +01:00
Jimmi Dyson a5421270e5 cadvisor bump 2015-10-15 21:06:45 +01:00
Eric Paris 363d8a6fec Remove all _test.go files in Godep 2015-10-15 11:17:04 -04:00
k8s-merge-robot a3f2ba2e34 Merge pull request #11694 from ncdc/add-spdy-proxy-support
Auto commit by PR queue bot
2015-10-15 06:56:15 -07:00
Wojciech Tyczynski f659034da5 Update go-etcd dependency 2015-10-13 10:45:45 +02:00
Wojciech Tyczynski 9df9fa7e78 Update ugorji/go/codec dependency 2015-10-13 10:45:29 +02:00
k8s-merge-robot a4ac5ef564 Merge pull request #14302 from timstclair/prometheus-update
Auto commit by PR queue bot
2015-10-09 02:35:09 -07:00
Paul Morie 43f9280a5d Merge pull request #15127 from swagiaal/bump-go-dockerclient
Bump fsouza/go-dockerclient
2015-10-07 14:02:24 -04:00
k8s-merge-robot e99cfb1311 Merge pull request #14922 from fabianofranz/bump_cobra_pflag
Auto commit by PR queue bot
2015-10-06 21:32:15 -07:00
Tim St. Clair 8d49c8e29a Update prometheus libraries to new versions. 2015-10-06 12:56:14 -07:00
Sami Wagiaalla 5bcf2324a9 Bump fsouza/go-dockerclient 2015-10-05 21:12:29 -04:00
Andy Goldstein 9f1bd07322 Add goproxy test image 2015-10-05 16:05:34 -04:00
Fabiano Franz c8f817225e Bump spf13/cobra 2015-10-01 15:45:14 -03:00
Fabiano Franz 64d1e14833 Bump spf13/pflag 2015-10-01 15:44:16 -03:00
Álex González fa39c2b032 Add flocker volume plugin
Flocker [1] is an open-source container data volume manager for
Dockerized applications.

This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.

Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).

The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).

- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`

The contribution introduces a new 'flocker' volume type to the API with
fields:

- `datasetName`: which indicates the name of the dataset in Flocker
  added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
  requested dataset.

Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder

[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Tim Hockin 5fbcb72241 Merge pull request #14525 from dcbw/cni
CNI network plugin
2015-09-29 21:13:26 -07:00
Brendan Burns 223e96b92d Merge pull request #14770 from ncdc/fix-google-cloudmonitoring-import-path
Fix google cloudmonitoring import path
2015-09-29 19:33:33 -07:00
Brendan Burns 4b1d3d8b0c Merge pull request #14245 from tpounds/update-to-aws-sdk-go-v0.9.9
Update to aws-sdk-go v0.9.9
2015-09-29 19:31:14 -07:00
Andy Goldstein 471c2a7d1f Fix google cloudmonitoring import path 2015-09-29 17:09:45 -04:00
Eric Paris 17d54f42fe Update golang.org/x/net to fix godep reproducability problem
We are debugging why in #14677 but basically godep restore is ending up
on master and no the commit specified in godeps. (reproducable with just
go get, so don't blame godep right off)

To unbreak things this updates golang.org/x/net while we continue to dig
deeping into the core problem...
2015-09-29 11:51:24 -04:00
Rajat Chopra 01dd813ce3 CNI network plugin
Add an experimental network plugin implementation named "cni" that
uses the Container Networking Interface (CNI) specification for
configuring networking for pods.

https://github.com/appc/cni/blob/master/SPEC.md
2015-09-25 22:30:37 -05:00
Trevor Pounds b76f6a021c Update Godeps to aws-sdk-go v0.9.9. 2015-09-25 17:03:22 -07:00
Brian Grant 1455c7b5d7 Merge pull request #14524 from mesosphere/jdef-fix494-update-mesosgo-deps
MESOS: updated mesos-go and dep libs: zk and gogo/protobuf
2015-09-25 13:30:29 -07:00
Brian Grant bd3a3f1443 Revert "cni network plugin" 2015-09-24 23:24:21 -07:00
Brian Grant 17ecefe9f7 Merge pull request #13766 from rajatchopra/cni
cni network plugin
2015-09-24 22:42:31 -07:00
Brian Grant b6512a441f Merge pull request #13835 from liggitt/assetfs
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-24 16:46:33 -07:00
James DeFelice db604a6fc9 updated mesos-go and dep libs: zk and gogo/protobuf 2015-09-24 21:33:30 +00:00
Jordan Liggitt b546045c44 bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9 2015-09-23 08:15:15 -04:00
Sreekanth Pothanis 63ba88a274 updated gophercloud 2015-09-22 13:50:32 -07:00
Rajat Chopra 4dc7485d94 cni network plugin 2015-09-22 11:16:41 -07:00
Piotr Szczesniak 767445c87f Added google api go client to deps 2015-09-21 09:01:54 +02:00
Eric Paris c95a7470f1 Update godeps using the new -t option
I want to drop all _test.go files, but godep will drop dependancies for
OUR _test.go files.  Which is bad.  So we have to keep them until that
bug is fixed in godep...
2015-09-19 16:55:12 -04:00
Marek Grabowski 98a971cc2e Revert "Update prometheus library usage" 2015-09-19 22:18:15 +02:00
Tim St. Clair 045238563a Remove deprecated prometheus extraction libraries 2015-09-18 14:38:44 -07:00
Tim St. Clair 495f6ef212 Added new prometheus extraction godep & update prometheus library godeps 2015-09-18 14:38:44 -07:00
k8s-merge-robot f44432ae7b Merge pull request #13702 from ghodss/ghodss-yaml-upgrade
Auto commit by PR queue bot
2015-09-16 22:27:24 -07:00
k8s-merge-robot 1c420bb33f Merge pull request #13454 from jimmidyson/cadvisor-update
Auto commit by PR queue bot
2015-09-09 19:25:25 -07:00
Sam Ghods f6fb0e9236 Fix yaml booleans and ints not always marshaling to strings 2015-09-08 20:20:05 -07:00
Eric Paris c6ff44cf27 Godep: update github.com/spf13/cobra 2015-09-04 19:19:42 -04:00
Quinton Hoole 52060f3da5 Merge pull request #13554 from brendandburns/godep
Update go-restful
2015-09-04 14:00:43 -07:00