-----邮件原件-----
发件人: Erik Skultety [mailto:eskultet@redhat.com]
发送时间: 2017年8月31日 19:18
收件人: Shuang He <shuang.he(a)zstack.io>
抄送: libvir-list(a)redhat.com
主题: Re: [libvirt] [PATCH] Add entry for ZStack to apps page
On Tue, Aug 29, 2017 at 04:14:32PM +0800, Shuang He wrote:
> Signed-off-by: Shuang He <shuang.he(a)zstack.io>
> ---
> docs/apps.html.in | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/docs/apps.html.in b/docs/apps.html.in index
> 1ced03c..06bf8a2 100644
> --- a/docs/apps.html.in
> +++ b/docs/apps.html.in
> @@ -286,6 +286,17 @@
> perfect for setting up low-end servers in a cloud or a
> cloud where you want the most bang for the bucks.
> </dd>
> +
> + <dt><a
href="http://en.zstack.io/">ZStack</a></dt>
> + <dd>
> + ZStack is open source IaaS software aiming to automate
> + datacenters, managing resources of compute, storage,
> + and networking all by APIs. Users can setup ZStack
> + environments in a download-and-run manner, spending 5 minutes
> + building a POC environment all on a single Linux machine,
> + or 30 minutes building a multi-node production environment
> + that can scale to hundreds of thousands of physical servers.
Hi, thank you for sending a patch to update the list. Just a small nitpick, I'm
not sure whether the second sentence brings much value here. IOW, you could
add more info about what the project is about and what problem it's trying to
tackle.
So, I looked at the github page, extracted some more interesting and valuable
info about the project and came up with the following (I also tuned the
grammar a bit):
ZStack is an open source IaaS software that aims to automate the
management of all resources (compute, storage, networking, etc.) in
adatacenter by using APIs, thus conforming to the principles of a
software-defined datacenter. The key strengths of ZStack in terms of
management are scalability, performance, and a fast, user-friendly
deployment.
Let me know whether the above works for you and I'll then merge the change.
Thanks,
Erik
Thank you for help on tuning description. It now works great for me 😊
Please help to merge it.
Thanks
--Shuang