You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "André Dietisheim (JIRA)" <ji...@apache.org> on 2011/02/08 00:16:57 UTC

[jira] Created: (DTACLOUD-17) add capability to search for images

add capability to search for images
-----------------------------------

                 Key: DTACLOUD-17
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-17
             Project: DeltaCloud
          Issue Type: New Feature
          Components: Server
         Environment: deltacloud-core 0.1.2
            Reporter: André Dietisheim
            Assignee: David Lutterkort


Since the amount of images that are carried on ec2 (for instance) is huge (about 6700 at the moment), it would be very nice to be able to search for images that fullfill certain criterias or search terms.
In terms of tooling / frontent a list of 6700 images is far too large for users. IMHO a very handy way to shrink the images that are presented to the user is to let the user search for images and report only those. 

The aws console implements a similiar approach. It initially only lists the images you own. You can change this by switching predefined filters (combobox: images/32-bit images/amazon images etc.).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (DTACLOUD-17) add capability to search for images

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DTACLOUD-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991936#comment-12991936 ] 

Michal Fojtik commented on DTACLOUD-17:
---------------------------------------

Another update:

Seems like EC2 query API supports filtering using 'name', 'architecture' and other things[1] but AWS gem is not implementing it properly. I'll fix it in upstream and then implement it in Deltacloud API.

> add capability to search for images
> -----------------------------------
>
>                 Key: DTACLOUD-17
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-17
>             Project: DeltaCloud
>          Issue Type: New Feature
>          Components: Server
>         Environment: deltacloud-core 0.1.2
>            Reporter: André Dietisheim
>            Assignee: Michal Fojtik
>
> Since the amount of images that are carried on ec2 (for instance) is huge (about 6700 at the moment), it would be very nice to be able to search for images that fullfill certain criterias or search terms.
> In terms of tooling / frontent a list of 6700 images is far too large for users. IMHO a very handy way to shrink the images that are presented to the user is to let the user search for images and report only those. 
> The aws console implements a similiar approach. It initially only lists the images you own. You can change this by switching predefined filters (combobox: images/32-bit images/amazon images etc.).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (DTACLOUD-17) add capability to search for images

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DTACLOUD-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991882#comment-12991882 ] 

Michal Fojtik commented on DTACLOUD-17:
---------------------------------------

You can filter images using architecture and owner by 'architecture=i386' and 'owner_id=amazon'. But implementation is not perfect for now, because filtering is done on Deltacloud API side (which means that you need to get all images and when filter it (for architecture). I'll try to look on aws gem if there are some options for filtering using 'extended' attributes like arch or name and so.

> add capability to search for images
> -----------------------------------
>
>                 Key: DTACLOUD-17
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-17
>             Project: DeltaCloud
>          Issue Type: New Feature
>          Components: Server
>         Environment: deltacloud-core 0.1.2
>            Reporter: André Dietisheim
>            Assignee: David Lutterkort
>
> Since the amount of images that are carried on ec2 (for instance) is huge (about 6700 at the moment), it would be very nice to be able to search for images that fullfill certain criterias or search terms.
> In terms of tooling / frontent a list of 6700 images is far too large for users. IMHO a very handy way to shrink the images that are presented to the user is to let the user search for images and report only those. 
> The aws console implements a similiar approach. It initially only lists the images you own. You can change this by switching predefined filters (combobox: images/32-bit images/amazon images etc.).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Assigned: (DTACLOUD-17) add capability to search for images

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DTACLOUD-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Fojtik reassigned DTACLOUD-17:
-------------------------------------

    Assignee: Michal Fojtik  (was: David Lutterkort)

> add capability to search for images
> -----------------------------------
>
>                 Key: DTACLOUD-17
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-17
>             Project: DeltaCloud
>          Issue Type: New Feature
>          Components: Server
>         Environment: deltacloud-core 0.1.2
>            Reporter: André Dietisheim
>            Assignee: Michal Fojtik
>
> Since the amount of images that are carried on ec2 (for instance) is huge (about 6700 at the moment), it would be very nice to be able to search for images that fullfill certain criterias or search terms.
> In terms of tooling / frontent a list of 6700 images is far too large for users. IMHO a very handy way to shrink the images that are presented to the user is to let the user search for images and report only those. 
> The aws console implements a similiar approach. It initially only lists the images you own. You can change this by switching predefined filters (combobox: images/32-bit images/amazon images etc.).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira