[libvirt] [PATCH] Add entry for ZStack to apps page

Shuang He posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1503994472-37605-1-git-send-email-shuang.he@zstack.io
docs/apps.html.in | 11 +++++++++++
1 file changed, 11 insertions(+)
[libvirt] [PATCH] Add entry for ZStack to apps page
Posted by Shuang He 6 years, 7 months ago
Signed-off-by: Shuang He <shuang.he@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.
+      </dd>
     </dl>
 
     <h2><a id="libraries">Libraries</a></h2>
-- 
1.8.3.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add entry for ZStack to apps page
Posted by Erik Skultety 6 years, 7 months ago
On Tue, Aug 29, 2017 at 04:14:32PM +0800, Shuang He wrote:
> Signed-off-by: Shuang He <shuang.he@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
[libvirt] 答复: [PATCH] Add entry for ZStack to apps page
Posted by Shuang He 6 years, 7 months ago
> -----邮件原件-----
> 发件人: Erik Skultety [mailto:eskultet@redhat.com]
> 发送时间: 2017年8月31日 19:18
> 收件人: Shuang He <shuang.he@zstack.io>
> 抄送: libvir-list@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@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


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt]答复: [PATCH] Add entry for ZStack to apps page
Posted by Erik Skultety 6 years, 7 months ago
On Thu, Aug 31, 2017 at 10:28:13PM +0800, Shuang He wrote:
> > -----邮件原件-----
> > 发件人: Erik Skultety [mailto:eskultet@redhat.com]
> > 发送时间: 2017年8月31日 19:18
> > 收件人: Shuang He <shuang.he@zstack.io>
> > 抄送: libvir-list@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@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

Pushed.

Thanks,
Erik

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add entry for ZStack to apps page
Posted by Martin Kletzander 6 years, 7 months ago
On Thu, Aug 31, 2017 at 01:17:55PM +0200, Erik Skultety wrote:
>On Tue, Aug 29, 2017 at 04:14:32PM +0800, Shuang He wrote:
>> Signed-off-by: Shuang He <shuang.he@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

s/adatacenter/a datacenter/ or just remove the 'a', up to you, ACK with that.

>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
>
>--
>libvir-list mailing list
>libvir-list@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add entry for ZStack to apps page
Posted by Erik Skultety 6 years, 7 months ago
On Thu, Aug 31, 2017 at 04:39:24PM +0200, Martin Kletzander wrote:
> On Thu, Aug 31, 2017 at 01:17:55PM +0200, Erik Skultety wrote:
> > On Tue, Aug 29, 2017 at 04:14:32PM +0800, Shuang He wrote:
> > > Signed-off-by: Shuang He <shuang.he@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
>
> s/adatacenter/a datacenter/ or just remove the 'a', up to you, ACK with that.

Luckily I spotted it before I read your response :), so no worries, I fixed it.

Thanks though.
Erik

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list