Commit Graph

1894 Commits

Author SHA1 Message Date
Vish Kannan
0937e87449 Merge pull request #1229 from timstclair/integration
Change log level of integration framework log messages
2016-04-18 18:28:49 -07:00
Tim St. Clair
5474c1e505 Change log level of integration framework log messages 2016-04-18 18:10:00 -07:00
Ainsley Chong
24b1bb0f2a Renamed containers_js.go to containers.js to maintain commit history 2016-04-18 13:27:56 -07:00
Tim St. Clair
3118f9f0a3 Merge pull request #1219 from sjpotter/update-rkt-godep
update rkt to 1.4.0
2016-04-15 16:17:30 -07:00
Shaya Potter
5dc9fbad3c Dont block on grpc if nothing is listeing on rkt api service port (#1218)
attempt to connect to rkt api service with net before grpc
2016-04-15 16:11:49 -07:00
Tim St. Clair
bbd05e4baa Merge pull request #1220 from timstclair/raw
Fix docker GetSpec to include image, labels, and env vars
2016-04-15 15:42:21 -07:00
Tim St. Clair
9790a0d3f4 Fix docker GetSpec to include image, labels, and env vars 2016-04-15 15:34:24 -07:00
Shaya Potter
37a17840c0 update rkt to 1.4.0 2016-04-15 14:52:29 -07:00
Tim St. Clair
85c2a1cdb1 Merge pull request #1213 from timstclair/raw
Read docker container spec from cgroupfs, rather than libcontainer spec
2016-04-15 13:18:26 -07:00
Tim St. Clair
dc6415aef7 Check docker container existance the same way as raw & rkt 2016-04-15 11:35:31 -07:00
Tim St. Clair
4a8f3e4c93 Read docker container spec from cgroupfs, rather than libcontainer spec 2016-04-14 17:10:03 -07:00
Tim St. Clair
4861405904 Refactor common container GetSpec
- Pull out the root container cases, since they're only relevant in the
  raw container handler
- Pass parameters rather than depending on AbstractContainerInterface
2016-04-14 16:57:52 -07:00
Vish Kannan
a8edca0c46 Merge pull request #1208 from timstclair/e2e-errors
Look for container state in containerd path
2016-04-13 15:34:09 -07:00
Tim St. Clair
4b1ef4733a Merge pull request #1205 from krallin/aggresively-close-netlink-cgroup-fds
Netlink: aggressively close cgroup fds
2016-04-13 15:22:05 -07:00
Tim St. Clair
7b1820b1d4 Look for container state in containerd path 2016-04-13 15:09:08 -07:00
Thomas Orozco
ee8701aa97 Netlink: aggressively close cgroup fds
Not closing the FDs manually means we have to rely on garbage collection
to run before cgroup FDs are closed. If the system is running a lot of
load probes at a high-frequency (i.e. dynamic housekeeping isn't backing
off because of load variations), we can end up hitting our FD limit due
to keeping around lots of (useless) FDs.
2016-04-13 11:30:48 +02:00
Vish Kannan
a6fdb9b445 Merge pull request #1192 from timstclair/exec-driver
Fix cAdivsor docker validation
2016-04-11 11:39:07 -07:00
Tim St. Clair
b768a9d1dc If docker /info does not include ServerVersion, fallback to /version 2016-04-08 17:05:26 -07:00
Tim St. Clair
b553e02476 Fix cAdivsor docker validation 2016-04-08 17:05:26 -07:00
Vish Kannan
366dee28f8 Merge pull request #1200 from timstclair/integration
Improve local cAdvisor integration test script
2016-04-08 16:20:05 -07:00
Tim St. Clair
d434a4e534 Improve local cAdvisor integration test script
- Poll localhost:8080/healthz to wait for cAdvisor to start
- Set the script exit code to the test exit status
- Fix bash formatting
- Check for sudo access at the start
2016-04-08 15:54:06 -07:00
Vish Kannan
81f06c22ea Merge pull request #1196 from vishh/disable-metrics
Fix --disable_metrics parsing to accept empty string as input.
2016-04-06 13:51:06 -07:00
Vishnu kannan
a663e835c4 Fix --disable_metrics parsing to accept empty string as input.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-06 11:52:44 -07:00
Tim St. Clair
8ddbae4202 Merge pull request #1195 from timstclair/e2e-errors
Fix e2e test command output formatting
2016-04-06 11:32:33 -07:00
Tim St. Clair
1379fc8183 Fix e2e test command output formatting 2016-04-06 10:56:33 -07:00
Tim St. Clair
de1bd289cb Merge pull request #1191 from timstclair/e2e-errors
Don't escape e2e test command output in error messages
2016-04-05 16:08:29 -07:00
Tim St. Clair
b90878fcb1 Don't escape e2e test command output in error messages 2016-04-05 15:43:33 -07:00
Vish Kannan
05a1d7d5ed Merge pull request #1190 from timstclair/godep
Bump go-dockerclient godep version
2016-04-05 15:10:25 -07:00
Tim St. Clair
d9c864324b Fix usage of the latest go-dockerclient 2016-04-04 18:01:47 -07:00
Tim St. Clair
d2bb061da0 Bump go-dockerclient godep version 2016-04-04 16:28:19 -07:00
Tim St. Clair
400b3b2ae4 Merge pull request #1189 from timstclair/gitignore
git ignore test binaries
2016-04-04 16:25:35 -07:00
Tim St. Clair
e3d66bff1e git ignore test binaries 2016-04-04 15:46:25 -07:00
Vish Kannan
5d7c71a495 Merge pull request #1154 from sjpotter/rkt
Part 2 of rkt support
2016-03-31 16:15:20 -07:00
Shaya Potter
ee52fdf4d1 address jon and vish comments 2016-03-23 18:19:31 -07:00
Shaya Potter
4d0f8fafbe Godeps changes needed for rkt client support 2016-03-21 17:34:42 -07:00
Shaya Potter
206670a655 first cut of rkt handler 2016-03-21 17:34:42 -07:00
Erez Freiberger
b52cf9f5db cloudinfo: bugfix openstack identified as aws
Because openstack and aws uses the exact same api,
the previous method to check for if running on aws
would have returned true on openstack as well.
2016-03-20 14:52:21 +02:00
Vish Kannan
b9e36443c4 Merge pull request #1162 from ericchiang/cleanup_godeps
Godeps: revendor packags with more up-to-date godep version
2016-03-15 16:34:53 -07:00
Eric Chiang
10166c1491 Godeps: revendor packags with more up-to-date godep version
Closes #1161
2016-03-15 14:38:21 -07:00
Vish Kannan
1cc8e4d641 Merge pull request #1158 from vishh/net_metrics
Avoid collecting network stats for non root cgroups in raw handler.
2016-03-15 14:25:42 -07:00
Vishnu kannan
e2717d8bb7 Avoid collecting network stats for non root cgroups in raw handler.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-15 12:16:11 -07:00
Vish Kannan
f149fcde70 Merge pull request #1165 from vishh/fix-e2e
Remove test args from the runner since it is not needed/used.
2016-03-15 10:28:49 -07:00
Vishnu Kannan
dbb3ed8d5c Remove test args from the runner since it is not needed/used.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-03-15 09:23:54 -07:00
Tim St. Clair
23cde28c5d Merge pull request #1159 from sjenning/manager-accept-ignoremetrics
allow ignoreMetrics in new manager
2016-03-14 15:22:03 -07:00
Seth Jennings
8aa6164192 allow ignoreMetrics in new manager 2016-03-14 17:16:56 -05:00
Vish Kannan
5ff1669968 Merge pull request #1125 from aaronlevy/overlay
Evaluate labels from all mount points (rather than just "supported" fs)
2016-03-11 14:56:47 -08:00
Vish Kannan
1966eca2e7 Merge pull request #1152 from derekwaynecarr/cadvisor_hangs
Cadvisor hangs on startup
2016-03-09 13:39:40 -08:00
derekwaynecarr
4886fb51b2 Fix detection of AWS cloud taking 20s when not on AWS 2016-03-09 16:26:44 -05:00
derekwaynecarr
89676792bd Fix typo in constant 2016-03-08 13:00:16 -05:00
Tim St. Clair
bbdde9e3b2 Merge pull request #1128 from sjpotter/commonize
pull out common parts of docker and raw container handlers for use by rkt handler
2016-03-07 10:30:29 -08:00