[jira] [Created] (MESOS-3327) Libprocess concurrency limiter for parallel operations

2015-08-27 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3327: Summary: Libprocess concurrency limiter for parallel operations Key: MESOS-3327 URL: https://issues.apache.org/jira/browse/MESOS-3327 Project: Mesos Issue Type:

[jira] [Commented] (MESOS-2968) Implement shared copy based provisioner backend

2015-08-07 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662557#comment-14662557 ] Lily Chen commented on MESOS-2968: -- Sounds good to me as well. Implement shared copy

[jira] [Comment Edited] (MESOS-2968) Implement shared copy based provisioner backend

2015-08-07 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662557#comment-14662557 ] Lily Chen edited comment on MESOS-2968 at 8/7/15 10:23 PM: ---

[jira] [Commented] (MESOS-2968) Implement shared copy based provisioner backend

2015-08-07 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662590#comment-14662590 ] Lily Chen commented on MESOS-2968: -- I'm okay with it, because `Provisioner::provision()`

[jira] [Created] (MESOS-3140) Implement Docker remote image store

2015-07-23 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3140: Summary: Implement Docker remote image store Key: MESOS-3140 URL: https://issues.apache.org/jira/browse/MESOS-3140 Project: Mesos Issue Type: Improvement

[jira] [Updated] (MESOS-2849) Implement Docker local image store

2015-07-23 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2849: - Summary: Implement Docker local image store (was: Implement Docker image store) Implement Docker local

[jira] [Updated] (MESOS-3140) Implement Docker remote image store

2015-07-23 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-3140: - Description: Given a Docker image name and registry host URL, fetches the image. If necessary, it will

[jira] [Updated] (MESOS-2849) Implement Docker local image store

2015-07-23 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2849: - Description: Given a local Docker image name and path to the image or image tarball, fetches the image's

[jira] [Updated] (MESOS-3021) Implement Docker Image Provisioner Tag Store

2015-07-21 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-3021: - Labels: mesosphere (was: ) Implement Docker Image Provisioner Tag Store

[jira] [Updated] (MESOS-3093) Support HTTPS requests in libprocess

2015-07-20 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-3093: - Labels: mesosphere (was: ) Support HTTPS requests in libprocess

[jira] [Created] (MESOS-3093) Support HTTPS requests in libprocess

2015-07-20 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3093: Summary: Support HTTPS requests in libprocess Key: MESOS-3093 URL: https://issues.apache.org/jira/browse/MESOS-3093 Project: Mesos Issue Type: Improvement

[jira] [Assigned] (MESOS-3096) Authentication for Communicating with Docker Registry

2015-07-20 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-3096: Assignee: Lily Chen Authentication for Communicating with Docker Registry

[jira] [Assigned] (MESOS-3093) Support HTTPS requests in libprocess

2015-07-20 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-3093: Assignee: Lily Chen Support HTTPS requests in libprocess

[jira] [Created] (MESOS-3099) Validation of Docker Image Manifests from Docker Registry

2015-07-20 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3099: Summary: Validation of Docker Image Manifests from Docker Registry Key: MESOS-3099 URL: https://issues.apache.org/jira/browse/MESOS-3099 Project: Mesos Issue Type:

[jira] [Created] (MESOS-3100) Validation of Docker Layers Pulled From Docker Registry

2015-07-20 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3100: Summary: Validation of Docker Layers Pulled From Docker Registry Key: MESOS-3100 URL: https://issues.apache.org/jira/browse/MESOS-3100 Project: Mesos Issue Type:

[jira] [Updated] (MESOS-3093) Support HTTPS requests in libprocess

2015-07-20 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-3093: - Description: In order to pull images from Docker registries, https calls are needed to securely

[jira] [Created] (MESOS-3096) Authentication for Communicating with Docker Registry

2015-07-20 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3096: Summary: Authentication for Communicating with Docker Registry Key: MESOS-3096 URL: https://issues.apache.org/jira/browse/MESOS-3096 Project: Mesos Issue Type:

[jira] [Updated] (MESOS-3021) Implement Docker Image Provisioner Tag Store

2015-07-08 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-3021: - Sprint: Mesosphere Sprint 14 Implement Docker Image Provisioner Tag Store

[jira] [Created] (MESOS-3021) Implement Docker Image Provisioner Tag Store

2015-07-08 Thread Lily Chen (JIRA)
Lily Chen created MESOS-3021: Summary: Implement Docker Image Provisioner Tag Store Key: MESOS-3021 URL: https://issues.apache.org/jira/browse/MESOS-3021 Project: Mesos Issue Type: Improvement

[jira] [Updated] (MESOS-2848) Local filesystem docker image discovery

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2848: - Description: Given a docker image name and the local directory where images can be found, creates a URI

[jira] [Updated] (MESOS-2850) Implement Docker image provisioner

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2850: - Remaining Estimate: 0.05h Original Estimate: 0.05h Implement Docker image provisioner

[jira] [Updated] (MESOS-2851) Add Docker Image Type to protobuf API

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2851: - Story Points: 1 Add Docker Image Type to protobuf API -

[jira] [Updated] (MESOS-2848) Local filesystem docker image discovery

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2848: - Story Points: 2 (was: 3) Local filesystem docker image discovery

[jira] [Updated] (MESOS-2848) Local filesystem docker image discovery

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2848: - Story Points: 3 Local filesystem docker image discovery ---

[jira] [Updated] (MESOS-2849) Implement Docker image store

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2849: - Story Points: 5 Implement Docker image store Key:

[jira] [Updated] (MESOS-2849) Implement Docker image store

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2849: - Description: Given a Docker image name and URI, fetches the image's dependent layers, untarring if

[jira] [Updated] (MESOS-2850) Implement Docker image provisioner

2015-07-06 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen updated MESOS-2850: - Story Points: 3 Remaining Estimate: (was: 0.05h) Original Estimate: (was: 0.05h)

[jira] [Assigned] (MESOS-2969) Support docker images discovery via Docker Registry v1 API

2015-07-02 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-2969: Assignee: Lily Chen (was: Timothy Chen) Support docker images discovery via Docker Registry v1

[jira] [Assigned] (MESOS-2848) Local filesystem docker image discovery

2015-07-02 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-2848: Assignee: Lily Chen (was: Timothy Chen) Local filesystem docker image discovery

[jira] [Assigned] (MESOS-2851) Add Docker Image Type to protobuf API

2015-07-02 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-2851: Assignee: Lily Chen (was: Timothy Chen) Add Docker Image Type to protobuf API

[jira] [Assigned] (MESOS-2849) Implement Docker image store

2015-07-02 Thread Lily Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lily Chen reassigned MESOS-2849: Assignee: Lily Chen (was: Timothy Chen) Implement Docker image store