Task #6904
closed
Task #6869: Challenge OpenStack and OpenNebula with ucloud
Task #6897: Create ucloud-image service
Implement ucloud-image-store management
Added by Nico Schottelius over 5 years ago.
Updated 11 months ago.
Description
An image store is a place where images can be stored.
How it works¶
Images (things that VMs can attach to) need to be stored in a image store. Image stores might be usable by users or only by admins.
- For v1 we only support ceph
- We do leave options open for other image stores, but we don't implement anything else at the moment
- In general this service only manages data in etcd that can be referred to / used by ucloud-image
Fields / attributes:
- is_public (true|false): if yes, users can use it
- type: (only "ceph" supported at the moment)
- uuid
- name: ...
- description: ...
- attributes : are image store type specific
- attributes for ceph
- list: ceph monitors
- key: key for accessing the ceph cluster
- (more might follow)
- pool (which ceph pool to use)
- Parent task changed from #6869 to #6897
- Related to Task #6900: Allow creating an image from a file in ucloud-api and ucloud-cli added
- Description updated (diff)
- Description updated (diff)
Nico Schottelius wrote:
An image store is a place where images can be stored.
How it works¶
Images (things that VMs can attach to) need to be stored in a image store. Image stores might be usable by users or only by admins.
- For v1 we only support ceph
- We do leave options open for other image stores, but we don't implement anything else at the moment
- In general this service only manages data in etcd that can be referred to / used by ucloud-image
Fields / attributes:
- is_public (true|false): if yes, users can use it
- type: (only "ceph" supported at the moment)
- uuid
- name: ...
- description: ...
- attributes : are image store type specific
- attributes for ceph
- list: ceph monitors
- key: key for accessing the ceph cluster
- (more might follow)
- pool (which ceph pool to use)
I think the uuid would not be there. Instead, it should appear in the key e.g /v1/image_store/$uuid
- Status changed from New to Feedback
- Status changed from Feedback to In Progress
- Assignee deleted (
Ahmed Bilal)
- Status changed from In Progress to Rejected
Also available in: Atom
PDF