HWCloudEngine / hybrid_cloud

6 stars 12 forks source link

[Docker]Docker volume(Fuxi) #75

Open nkzhangni opened 8 years ago

nkzhangni commented 8 years ago

Goal:Delivery Docker service in Hybird cloud, achieve to commercial product standard.

nkzhangni commented 8 years ago

Feature List: 一、块存储:

  1. 为docker提供新建数据卷-----done
  2. 使docker可以使用已有的数据卷-----done
  3. 支持裸机、openstack实例上运行的容器挂卷-----done
  4. 为运行状态的容器挂卷
  5. 支持创卷时提供多种调度参数,基于QOS的、靠近容器的(增强K8S能力)
  6. 支持单点和集群模式运行
  7. 支持为容器提供device 或者 volume
  8. 租户隔离 二、文件存储:
  9. 为docker提供新建share-----done
  10. 使docker可以使用已有的share-----done
  11. 支持裸机、openstack实例上运行的容器挂卷-----done
  12. 为运行状态的容器挂卷
  13. 支持创卷时提供多种调度参数,基于QOS的、靠近容器的(增强K8S能力)
  14. 支持单点和集群模式运行
  15. 支持为容器提供volume
  16. 租户隔离 三、Kubernetes: 1)Enhance K8S to Create SLA Based Persistence Storage, and schedule container and storage federally 2)旁路方式为容器动态挂卷 四、Mesos 五、对象提供
nkzhangni commented 7 years ago

progress: 1) Fuxi has been bind with kuryr become a big tenant project. 2) File storage has been done and in reviewing. 3) Using exist volume has been submit to community. 4)fuxi supports Cluster Mode