[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #32: Update Kubernetes version to 1.20.6

2021-05-20 Thread GitBox


joschi36 commented on pull request #32:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/pull/32#issuecomment-845033580


   @onitake @davidjumani Can you review this PR?
   I already tested the software in K8s 1.20 and it seems working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-kubernetes-provider] davidjumani commented on pull request #32: Update Kubernetes version to 1.20.6

2021-05-20 Thread GitBox


davidjumani commented on pull request #32:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/pull/32#issuecomment-845035765


   @joschi36 Could you provide the iso you used to deploy a 1.20 env ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-kubernetes-provider] rhtyd merged pull request #31: Improve readme badges

2021-05-20 Thread GitBox


rhtyd merged pull request #31:
URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/31


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] sureshanaparti commented on pull request #83: Inclusivity changes for CloudStack - Renamed default git branch name from 'master' to 'main', and some offensive words/terms as

2021-05-20 Thread GitBox


sureshanaparti commented on pull request #83:
URL: https://github.com/apache/cloudstack-www/pull/83#issuecomment-845058914


   > > > 22383 files with over 44000 lines changed in a single commit may hurt 
repo-wise... if this is merged, ensure that repo packing, garbage collecting, 
and index-updating is done and maybe a comparison of pre-merge to post-merge 
size is evaluated. Also, there is _no_ way anybody is reasonably doing a human 
review on this for real. :)
   > > > Alternatively, do we really need to be updating the HTML tags for 
4.0.0 API documentation from [8?] years ago? Maybe it would be better to just 
age it off, or put a readme about terminology changes and just change 4.14+ 
versions. Otherwise, I could see this becoming a repeated effort if other terms 
are deemed "offensive" in the future. And I'd really rather not start having 
tens of thousands of changed source code lines be "normal" behavior for a 
source code repo.
   > > 
   > > 
   > > @nathanmcgarvey Thanks for the review, will remove the relevant changes 
from the old apidocs.
   > 
   > @nathanmcgarvey @DaanHoogland Removed the changes in the old api doc 
references (not relevant now).
   
   @nathanmcgarvey are you LGTM with the changes?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-gcestack] sureshanaparti commented on pull request #3: Inclusivity changes for CloudStack - rename some offensive words/terms as appropriate, that are meaningful and inclusive.

2021-05-20 Thread GitBox


sureshanaparti commented on pull request #3:
URL: https://github.com/apache/cloudstack-gcestack/pull/3#issuecomment-845067862


   > is this still active and functional? maybe delete the repo?
   
   @DaanHoogland I'm not sure if this is active and functional, and deleting 
the repo. I think, we have to discuss this with community?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-ec2stack] sureshanaparti commented on pull request #2: Inclusivity changes for CloudStack - rename some offensive words/terms as appropriate, that are meaningful and inclusive.

2021-05-20 Thread GitBox


sureshanaparti commented on pull request #2:
URL: https://github.com/apache/cloudstack-ec2stack/pull/2#issuecomment-845069961


   > is this repo still active and does it contain functional code? Not sure if 
we should keep it.
   
   Even I'm not sure on it @DaanHoogland, may be we should ask community 
feedback on this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] sureshanaparti commented on pull request #155: Inclusivity changes for CloudStack in the documentation - Rename default git branch name from 'master' to 'main' and

2021-05-20 Thread GitBox


sureshanaparti commented on pull request #155:
URL: 
https://github.com/apache/cloudstack-documentation/pull/155#issuecomment-845072239


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




SSL handshake error while connecting to mgt server

2021-05-20 Thread Rakesh Venkatesh
Hello

Host is failing to connect to mgt server with the following error message.
Any idea what could be the reason. It started happening all of a sudden. I
have other hosts in the platform and they are working fine.

2021-05-20 12:34:31,725 ERROR [utils.nio.NioConnection] (main:null) Unable
to initialize the threads.
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is
disabled or cipher suites are inappropriate)

> at sun.security.ssl.HandshakeContext.(HandshakeContext.java:171)
>
> at
> sun.security.ssl.ClientHandshakeContext.(ClientHandshakeContext.java:98)
> at sun.security.ssl.TransportContext.kickstart(TransportContext.java:220)
> at sun.security.ssl.SSLEngineImpl.writeRecord(SSLEngineImpl.java:159)
> at sun.security.ssl.SSLEngineImpl.wrap(SSLEngineImpl.java:130)
> at sun.security.ssl.SSLEngineImpl.wrap(SSLEngineImpl.java:110)
> at javax.net.ssl.SSLEngine.wrap(SSLEngine.java:471)
> at com.cloud.utils.nio.Link.doHandshake(Link.java:489)
> at com.cloud.utils.nio.NioClient.init(NioClient.java:80)
> at com.cloud.utils.nio.NioConnection.start(NioConnection.java:88)
> at com.cloud.agent.Agent.start(Agent.java:246)
> at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:448)
> at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:416)
> at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:400)
> at com.cloud.agent.AgentShell.start(AgentShell.java:510)
> at com.cloud.agent.AgentShell.main(AgentShell.java:545)
>
>
-- 
Thanks and regards
Rakesh


[GitHub] [cloudstack-kubernetes-provider] joschi36 commented on pull request #32: Update Kubernetes version to 1.20.6

2021-05-20 Thread GitBox


joschi36 commented on pull request #32:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/pull/32#issuecomment-845096111


   > @joschi36 Could you provide the iso you used to deploy a 1.20 env ?
   
   @davidjumani Hey I'm not sure what you are referring to, but maybe the 
CloudStack Kubernetes Service?
   We are using an own installation for multiple years now and I just updated 
my test cluster manually to 1.20.
   
   @rhtyd I would opt to release this in a new version, so we can finally 
release our first version that the people can use.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: GSoC '21

2021-05-20 Thread Gabriel Bräscher
Hi Bikram,

Congratulations! Welcome aboard, enjoy the opportunity.
I am sure that the Mentors will do great work guiding you.

Regards,
Gabriel.

Em qui., 20 de mai. de 2021 às 01:32, Pearl d'Silva <
pearl.dsi...@shapeblue.com> escreveu:

> Hi Bikram,
>
> Congratulations and welcome to the community!
>
> Regards,
> Pearl
> 
> From: Rohit Yadav 
> Sent: Wednesday, May 19, 2021 5:55 PM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC '21
>
> Hi Bikram,
>
> Congratulations and welcome to the community! In your community bonding
> period, please spend the time learning about the Apache CloudStack
> community, get to know your mentors (over email is fine!), and understand
> how the community and the project work.
>
> I've put together a wiki for our accepted GSoC2021 students to refer to:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/GSoC+2021
>
> PS. don't forget to interact with all of your mentors 🙂
>
>
> Regards.
>
> 
> From: Suresh Anaparti 
> Sent: Tuesday, May 18, 2021 18:10
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC '21
>
> Congrats Bikram, and welcome to the community!
>
> All the best for your project.
>
> Regards,
> Suresh
>
> On 18/05/21, 6:00 PM, "Nicolas Vazquez" 
> wrote:
>
> Hi Bikram,
>
> Welcome and congratulations on your project selection!
>
>
> Regards,
>
> Nicolas Vazquez
>
> 
> From: Harikrishna Patnala 
> Sent: Tuesday, May 18, 2021 8:48 AM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC '21
>
> Congratulations Bikram. Welcome to CloudStack and good luck with your
> project.
>
> We already have email exchanges, also please feel free to reach out to
> the community for any help or information.
>
> Regards,
> Harikrishna
> 
> From: Bikram Biswas 
> Sent: Tuesday, May 18, 2021 10:40 AM
> To: dev@cloudstack.apache.org 
> Subject: GSoC '21
>
> Hi everyone. I am very glad that my proposal for Google Summer of Code
> has
> been accepted.
> I am very excited to work in GSoC'21 for Cloudstack issue #4813
> (Support
> multiple SSH keys for VMs)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


Re: GSoC 2021 - Synchronization of network devices on newly added hosts for Persistent Networks

2021-05-20 Thread Gabriel Bräscher
Hi Sangwoo,

Congratulations! Welcome aboard :-)
I am sure that the Mentors will do great work guiding you.
Feel free to reach us in dev@ and GitHub issue/PRs anytime.

Regards,
Gabriel.

Em qui., 20 de mai. de 2021 às 01:30, Pearl d'Silva <
pearl.dsi...@shapeblue.com> escreveu:

> Hi Sangwoo,
>
> Congratulations and welcome to the community!
>
> Regards,
> Pearl
> 
> From: Rohit Yadav 
> Sent: Wednesday, May 19, 2021 5:54 PM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC 2021 - Synchronization of network devices on newly added
> hosts for Persistent Networks
>
> Hi Sangwoo Bae,
>
> Congratulations and welcome to the community! In your community bonding
> period, please spend the time learning about the Apache CloudStack
> community, get to know your mentors (over email is fine!), and understand
> how the community and the project work.
>
> I've put together a wiki for our accepted GSoC2021 students to refer to:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/GSoC+2021
>
> PS. don't forget to interact and know all your mentors 🙂
>
>
> Regards.
>
> 
> From: Suresh Anaparti 
> Sent: Tuesday, May 18, 2021 18:08
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC 2021 - Synchronization of network devices on newly added
> hosts for Persistent Networks
>
> Hi Sangwoo Bae,
>
> Congratulations, and welcome to the community!
>
> All the best for your project.
>
> Regards,
> Suresh
>
> On 18/05/21, 5:59 PM, "Nicolas Vazquez" 
> wrote:
>
> Hi Sangwoo,
>
> Welcome and congratulations on your project selection!
>
>
> Regards,
>
> Nicolas Vazquez
>
> 
> From: Sangwoo Bae 
> Sent: Monday, May 17, 2021 5:50 PM
> To: dev@cloudstack.apache.org 
> Subject: GSoC 2021 - Synchronization of network devices on newly added
> hosts for Persistent Networks
>
> Hello Everyone,
>
> My name is Sangwoo Bae, and I am a second-year computer science student
> from Berlin, Germany.
> I have been selected as a GSoC student to work on the issue #4814 <
> https://github.com/apache/cloudstack/issues/4814>.
>
> Thanks to the community and my mentor Pearl for this opportunity! I am
> looking forward to learning and contributing to the cloudstack
> community.
> Please feel free to email me.
>
> Kind regards and stay safe!
>
> Sangwoo Bae
>
>
>
>
>
>
>
>
>
>
>
>
>
>


Re: GSoC'21 - UX enchancements

2021-05-20 Thread Gabriel Bräscher
Hi Apurv,

Congratulations! Welcome aboard :-)
I am sure that the Mentors will do great work guiding you. But feel free to
reach us in dev@ and GitHub issue/PRs anytime.

Regards,
Gabriel.

Em qui., 20 de mai. de 2021 às 01:28, Pearl d'Silva <
pearl.dsi...@shapeblue.com> escreveu:

> Hi Apurv,
>
> Congratulations and welcome to the Community!
>
> Regards,
> Pearl
> 
> From: Rohit Yadav 
> Sent: Wednesday, May 19, 2021 5:53 PM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC'21 - UX enchancements
>
> Hi Apurv,
>
> Congratulations and welcome to the community! In your community bonding
> period, please spend the time learning about the Apache CloudStack
> community, get to know your mentors (over email is fine!), and understand
> how the community and the project work.
>
> I've put together a wiki for our accepted GSoC2021 students to refer to:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/GSoC+2021
>
>
> Regards.
>
> 
> From: Suresh Anaparti 
> Sent: Tuesday, May 18, 2021 18:01
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC'21 - UX enchancements
>
> Hi Apurv,
>
> Congratulations, and welcome to the community!
>
> All the best for your project, hope it'll be a great learning experience
> for you.
>
> Regards,
> Suresh
>
> On 18/05/21, 12:55 AM, "Apurv Gupta"  wrote:
>
> Hello Everyone,
>
> First of all, I would like to thank everyone, especially the mentors
> of the
> project for giving me the opportunity to contribute to CloudStack via
> GSoC'21.
>
> I am Apurv Gupta, an open source enthusiast and a third year student
> from
> Chhattisgarh, India. I have been selected for the project "UX -
> Enhancements" (issue #4798) for Google Summer of Code 2021. I am
> looking
> forward to be more involved with the community and contribute.
>
> Thank you!
>
>
>
>
>
>
>
>
>
>
>


Re: GSoC'21 - Clone a Virtual Machine

2021-05-20 Thread Gabriel Bräscher
Hi Junxuan Wu,

Congratulations! Welcome aboard :-)
I am sure that the Mentors will do great work guiding you. But feel free to
reach us in dev@ and GitHub issue/PRs anytime.

Regards,
Gabriel.

Em qui., 20 de mai. de 2021 às 01:29, Pearl d'Silva <
pearl.dsi...@shapeblue.com> escreveu:

> Hi Junxuan Wu,
>
> Congratulations and welcome to the community!
>
> Regards,
> Pearl
> 
> From: Rohit Yadav 
> Sent: Wednesday, May 19, 2021 5:54 PM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC'21 - Clone a Virtual Machine
>
> Hi Junxuan Wu,
>
> Congratulations and welcome to the community! In your community bonding
> period, please spend the time learning about the Apache CloudStack
> community, get to know your mentors (over email is fine!), and understand
> how the community and the project work.
>
> I've put together a wiki for our accepted GSoC2021 students to refer to:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/GSoC+2021
>
>
> Regards.
>
> 
> From: Suresh Anaparti 
> Sent: Tuesday, May 18, 2021 18:05
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC'21 - Clone a Virtual Machine
>
> Hi Junxuan Wu,
>
> Congratulations, and welcome to the community!
>
> All the best for your project. Feel free to reach out if you have any
> questions / need help whenever required.
>
> Regards,
> Suresh
>
> On 18/05/21, 5:58 PM, "Nicolas Vazquez" 
> wrote:
>
> Hi Junxuan,
>
> Congratulations and welcome!
>
>
> Regards,
>
> Nicolas Vazquez
>
> 
> From: Harikrishna Patnala 
> Sent: Tuesday, May 18, 2021 1:35 AM
> To: dev@cloudstack.apache.org 
> Subject: Re: GSoC'21 - Clone a Virtual Machine
>
> Hi Junxuan Wu,
>
> Welcome to the CloudStack community and congratulations on your
> project selection.
>
> Have a great time learning and working on the project and CloudStack.
>
> Regards,
> Harikrishna
> 
> From: s Tms 
> Sent: Tuesday, May 18, 2021 1:48 AM
> To: dev@cloudstack.apache.org 
> Subject: GSoC'21 - Clone a Virtual Machine
>
> Hi Everyone,
>
> I'm Junxuan Wu, a third-year student from Toronto, Canada. I'm
> selected for
> issue #10430 
> (Clone
> a virtual VM with all the data disks) on GSOC 2021.
>
> It's a pleasure to be selected for this opportunity. Thanks to my
> mentors,
> Suresh, Nicolas, Rohit, and also everyone in the community for giving
> me
> this chance. I'm looking forward to knowing more about the community
> and
> doing contributions. Feel free to email me if you want to connect.
>
> Thank you!
>
> Junxuan Wu
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


[GitHub] [cloudstack-www] nathanmcgarvey commented on pull request #83: Inclusivity changes for CloudStack - Renamed default git branch name from 'master' to 'main', and some offensive words/terms as

2021-05-20 Thread GitBox


nathanmcgarvey commented on pull request #83:
URL: https://github.com/apache/cloudstack-www/pull/83#issuecomment-845135586


   > > > > 22383 files with over 44000 lines changed in a single commit may 
hurt repo-wise... if this is merged, ensure that repo packing, garbage 
collecting, and index-updating is done and maybe a comparison of pre-merge to 
post-merge size is evaluated. Also, there is _no_ way anybody is reasonably 
doing a human review on this for real. :)
   > > > > Alternatively, do we really need to be updating the HTML tags for 
4.0.0 API documentation from [8?] years ago? Maybe it would be better to just 
age it off, or put a readme about terminology changes and just change 4.14+ 
versions. Otherwise, I could see this becoming a repeated effort if other terms 
are deemed "offensive" in the future. And I'd really rather not start having 
tens of thousands of changed source code lines be "normal" behavior for a 
source code repo.
   > > > 
   > > > 
   > > > @nathanmcgarvey Thanks for the review, will remove the relevant 
changes from the old apidocs.
   > > 
   > > 
   > > @nathanmcgarvey @DaanHoogland Removed the changes in the old api doc 
references (not relevant now).
   > 
   > @nathanmcgarvey are you LGTM with the changes?
   
   Yep. LGTM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845677849


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845678205


   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you 
posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845678654


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/199. 
(SL-JID 70)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: GSoC '21

2021-05-20 Thread Bikram Biswas
Thank you everyone. I am very excited to work with you all and to be a part
of the ACS community.

On Thu, 20 May 2021 at 19:02, Gabriel Bräscher  wrote:

> Hi Bikram,
>
> Congratulations! Welcome aboard, enjoy the opportunity.
> I am sure that the Mentors will do great work guiding you.
>
> Regards,
> Gabriel.
>
> Em qui., 20 de mai. de 2021 às 01:32, Pearl d'Silva <
> pearl.dsi...@shapeblue.com> escreveu:
>
> > Hi Bikram,
> >
> > Congratulations and welcome to the community!
> >
> > Regards,
> > Pearl
> > 
> > From: Rohit Yadav 
> > Sent: Wednesday, May 19, 2021 5:55 PM
> > To: dev@cloudstack.apache.org 
> > Subject: Re: GSoC '21
> >
> > Hi Bikram,
> >
> > Congratulations and welcome to the community! In your community bonding
> > period, please spend the time learning about the Apache CloudStack
> > community, get to know your mentors (over email is fine!), and understand
> > how the community and the project work.
> >
> > I've put together a wiki for our accepted GSoC2021 students to refer to:
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/GSoC+2021
> >
> > PS. don't forget to interact with all of your mentors 🙂
> >
> >
> > Regards.
> >
> > 
> > From: Suresh Anaparti 
> > Sent: Tuesday, May 18, 2021 18:10
> > To: dev@cloudstack.apache.org 
> > Subject: Re: GSoC '21
> >
> > Congrats Bikram, and welcome to the community!
> >
> > All the best for your project.
> >
> > Regards,
> > Suresh
> >
> > On 18/05/21, 6:00 PM, "Nicolas Vazquez" 
> > wrote:
> >
> > Hi Bikram,
> >
> > Welcome and congratulations on your project selection!
> >
> >
> > Regards,
> >
> > Nicolas Vazquez
> >
> > 
> > From: Harikrishna Patnala 
> > Sent: Tuesday, May 18, 2021 8:48 AM
> > To: dev@cloudstack.apache.org 
> > Subject: Re: GSoC '21
> >
> > Congratulations Bikram. Welcome to CloudStack and good luck with your
> > project.
> >
> > We already have email exchanges, also please feel free to reach out
> to
> > the community for any help or information.
> >
> > Regards,
> > Harikrishna
> > 
> > From: Bikram Biswas 
> > Sent: Tuesday, May 18, 2021 10:40 AM
> > To: dev@cloudstack.apache.org 
> > Subject: GSoC '21
> >
> > Hi everyone. I am very glad that my proposal for Google Summer of
> Code
> > has
> > been accepted.
> > I am very excited to work in GSoC'21 for Cloudstack issue #4813
> > (Support
> > multiple SSH keys for VMs)
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>


[GitHub] [cloudstack-documentation] shwstppr removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845677849


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845678654






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-839675494






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-831765920






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-838037157






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-821007631






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-821006332






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845682244


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-814846656






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-800051703






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845682630


   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you 
posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-814789305






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] shwstppr removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


shwstppr removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-800050823


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-811716334






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan removed a comment on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-814797088






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #199: ui: added customization details

2021-05-20 Thread GitBox


blueorangutan commented on pull request #199:
URL: 
https://github.com/apache/cloudstack-documentation/pull/199#issuecomment-845683107


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/199. 
(SL-JID 71)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org