[VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Rohit Yadav
All,

Following the discussion thread on adopting Github Discussions as users forum 
[1], I put the following proposal for a vote:


  1.  Adopt and use Github Discussions as user forums.
  2.  The Github Discussions feature is tied with the 
us...@cloudstack.apache.org mailing list (PR: 
https://github.com/apache/cloudstack/pull/8274).
  3.  Any project governance and decision-making thread such as voting, 
releases etc. should continue to use the project mailing lists.

Vote will be open for 120 hours (by Friday, 8th Dec).

For sanity in tallying the vote, can PMC members please be sure to indicate 
"(binding)" with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

[1] https://lists.apache.org/thread/hs0295hw9rnmhoh9l2qo5hc4b62hhvk8


Regards.

 



Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Wei ZHOU
+1 (binding)

I think it is very nice to QA

-Wei


On Mon, 4 Dec 2023 at 09:01, Rohit Yadav  wrote:

> All,
>
> Following the discussion thread on adopting Github Discussions as users
> forum [1], I put the following proposal for a vote:
>
>
>   1.  Adopt and use Github Discussions as user forums.
>   2.  The Github Discussions feature is tied with the
> us...@cloudstack.apache.org mailing list (PR:
> https://github.com/apache/cloudstack/pull/8274).
>   3.  Any project governance and decision-making thread such as voting,
> releases etc. should continue to use the project mailing lists.
>
> Vote will be open for 120 hours (by Friday, 8th Dec).
>
> For sanity in tallying the vote, can PMC members please be sure to
> indicate "(binding)" with their vote?
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> [1] https://lists.apache.org/thread/hs0295hw9rnmhoh9l2qo5hc4b62hhvk8
>
>
> Regards.
>
>
>
>


Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Sina Kashipazha
<<< text/html; charset=utf-8: Unrecognized >>>


signature.asc
Description: OpenPGP digital signature


[DISCUSS] log guidelines

2023-12-04 Thread Daan Hoogland
There have been some discussions on github PRs about the subject of
proper logging and I want to use this to start a discussion and come
to some guidelines that hopefully everybody can agree to.

My idea is the following

Fatal:
- include a reason why the system can not function anymore,
- be followed by a System.exit() call,
- include a stack trace if it is reasonable to expect this would give
properly helpful information.
I did a quick search and we have 2 fatal calls in the system. Neither
is followed by a System.exit() and I think they can be replaced by
error()/debug() combinations

Error:
- include a reason why the system can not execute a user request or
why part of the system is degraded.
- should *not* include a stack trace

Warn:
- include a reason why the system might not behave as the user is
expecting. (configuration or integration missing for example,)
- should *not* include a stack trace

Info:
- is for informationals to the operator like resource lifecycle
messages or deployment planning considderations
- should *not* include a stack trace

Debug:
-  information to be turned on when trouble shooting or developing.
This information should not be needed for normal operation
- if a thrown exception is caught and not rethrown, the stack trace of
such exception

Trace:
- whatever you feel helps you during development of a
feature/enhancement/fix/improvement that is not needed in any kind of
operational way.

As I think the two fatal()s we have are not genuine, I think stack
traces are only for Debug and Trace level, where Debug can be
temporarily turned on in production and Trace is fro developers
exclusively,

I realise the current state of the system is far from this behaviour,
but i like to think we can grow in the direction as I describe and I
hope we can refine this to a generic guideline to be used in reviews.


-- 
Daan


You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-04 Thread Ronald Feicht

Hi,

I have followed 
https://docs.cloudstack.apache.org/en/4.18.1.0/developersguide/developer_guide.html 
to build CloudStack 4.19 from source but when I connect to 
http://192.168.17.225:8080/client/ I only get


"You're in developer mode, please build and run UI using npm."

I built the UI using npm, but that did not change anything. What am I 
doing wrong?





Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-04 Thread Pearl d'Silva
Hi,

Once you've setup CloudStack and built the UI following the steps mentioned 
https://github.com/apache/cloudstack/tree/main/ui#cloudstack-ui , you'd be able 
to access the UI at port 5050.

Regards,
Pearl  

From: Ronald Feicht 
Sent: December 4, 2023 9:32 AM
To: dev@cloudstack.apache.org 
Subject: You're in developer mode, please build and run UI using npm. when 
building CloudStack from source

Hi,

I have followed
https://docs.cloudstack.apache.org/en/4.18.1.0/developersguide/developer_guide.html
to build CloudStack 4.19 from source but when I connect to
http://192.168.17.225:8080/client/ I only get

"You're in developer mode, please build and run UI using npm."

I built the UI using npm, but that did not change anything. What am I
doing wrong?



 



Re: [PR] Add github action to generate docs preview on PRs [cloudstack-documentation]

2023-12-04 Thread via GitHub


rohityadavcloud commented on code in PR #360:
URL: 
https://github.com/apache/cloudstack-documentation/pull/360#discussion_r1414054273


##
.github/workflows/gen-docs.yaml:
##
@@ -0,0 +1,15 @@
+name: readthedocs/actions

Review Comment:
   We probably should add license in header to all new files (wherever 
possible) cc @vishesh92 @DaanHoogland 



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Test github action [cloudstack-documentation]

2023-12-04 Thread via GitHub


rohityadavcloud closed pull request #361: Test github action
URL: https://github.com/apache/cloudstack-documentation/pull/361


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: new committer Bryan Lima

2023-12-04 Thread Vishesh Jindal
Congrats Bryan!





 

From: Sina Kashipazha
Sent: Saturday, December 02, 2023 5:15 PM
To: dev@cloudstack.apache.org
Subject: Re: new committer Bryan Lima

Congrats Bryan!

Sina




On Friday, December 1st, 2023 at 9:27 PM, Ruben Bosch  
wrote:


>

>

> Congrats Bryan!
>

> Met vriendelijke groet / Kind regards,
>

> Ruben Bosch
> CLDIN
>

> > On 1 Dec 2023, at 21:26, Bryan Lima br...@scclouds.com.br wrote:
> >

> > Thanks everyone!
> >

> > On 01/12/2023 03:30, Slavka Peleva wrote:
> >

> > > Congratulations Bryan!
> > >

> > > Best regards,
> > > Slavka
> > >

> > > On Fri, Dec 1, 2023 at 6:58 AM Suresh Kumar Anaparti <
> > > sureshkumar.anapa...@gmail.com> wrote:
> > >

> > > > Congratulations Bryan!
> > > >

> > > > Regards,
> > > > Suresh
> > > >

> > > > On Thu, Nov 30, 2023 at 2:37 PM Daan Hoogland daan.hoogl...@gmail.com
> > > > wrote:
> > > >

> > > > > All,
> > > > >

> > > > > The Project Management Committee (PMC) for Apache CloudStack
> > > > > has invited Bryan Lima to become a PMC member and we are pleased
> > > > > to announce that they have accepted.
> > > > >

> > > > > Bryan has contributed himself and assisted in reviewing and testing
> > > > > the work of others. He has shown to be responsive, constructive and
> > > > > pleasant to work with.
> > > > >

> > > > > please join me in congratulating Bryan
> > > > >

> > > > > --
> > > > > Daan


Re: [PR] Add github action to generate docs preview on PRs [cloudstack-documentation]

2023-12-04 Thread via GitHub


vishesh92 commented on code in PR #360:
URL: 
https://github.com/apache/cloudstack-documentation/pull/360#discussion_r1414058672


##
.github/workflows/gen-docs.yaml:
##
@@ -0,0 +1,15 @@
+name: readthedocs/actions

Review Comment:
   Missed that. Let me create another PR for 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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Update ssh key path on VMware envs [cloudstack-documentation]

2023-12-04 Thread via GitHub


rohityadavcloud commented on PR #347:
URL: 
https://github.com/apache/cloudstack-documentation/pull/347#issuecomment-1838960469

   
   @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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Update ssh key path on VMware envs [cloudstack-documentation]

2023-12-04 Thread via GitHub


blueorangutan commented on PR #347:
URL: 
https://github.com/apache/cloudstack-documentation/pull/347#issuecomment-1838962555

   @rohityadavcloud 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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Nux

-0 - I have voiced my concerns already.


On 2023-12-04 08:01, Rohit Yadav wrote:

All,

Following the discussion thread on adopting Github Discussions as users 
forum [1], I put the following proposal for a vote:



  1.  Adopt and use Github Discussions as user forums.
  2.  The Github Discussions feature is tied with the 
us...@cloudstack.apache.org mailing list (PR: 
https://github.com/apache/cloudstack/pull/8274).
  3.  Any project governance and decision-making thread such as voting, 
releases etc. should continue to use the project mailing lists.


Vote will be open for 120 hours (by Friday, 8th Dec).

For sanity in tallying the vote, can PMC members please be sure to 
indicate "(binding)" with their vote?


[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

[1] https://lists.apache.org/thread/hs0295hw9rnmhoh9l2qo5hc4b62hhvk8


Regards.


Re: [PR] Test github action [cloudstack-documentation]

2023-12-04 Thread via GitHub


vishesh92 closed pull request #361: Test github action
URL: https://github.com/apache/cloudstack-documentation/pull/361


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Test github action [cloudstack-documentation]

2023-12-04 Thread via GitHub


vishesh92 closed pull request #361: Test github action
URL: https://github.com/apache/cloudstack-documentation/pull/361


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



[PR] Add missing license to github action workflow [cloudstack-documentation]

2023-12-04 Thread via GitHub


vishesh92 opened a new pull request, #362:
URL: https://github.com/apache/cloudstack-documentation/pull/362

   (no comment)


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Test github action [cloudstack-documentation]

2023-12-04 Thread via GitHub


vishesh92 closed pull request #361: Test github action
URL: https://github.com/apache/cloudstack-documentation/pull/361


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Wido den Hollander

-0: Agree with Nux (see his concern in another e-mail)

Op 04/12/2023 om 22:56 schreef Nux:

-0 - I have voiced my concerns already.


On 2023-12-04 08:01, Rohit Yadav wrote:

All,

Following the discussion thread on adopting Github Discussions as 
users forum [1], I put the following proposal for a vote:



  1.  Adopt and use Github Discussions as user forums.
  2.  The Github Discussions feature is tied with the 
us...@cloudstack.apache.org mailing list (PR: 
https://github.com/apache/cloudstack/pull/8274).
  3.  Any project governance and decision-making thread such as 
voting, releases etc. should continue to use the project mailing lists.


Vote will be open for 120 hours (by Friday, 8th Dec).

For sanity in tallying the vote, can PMC members please be sure to 
indicate "(binding)" with their vote?


[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

[1] https://lists.apache.org/thread/hs0295hw9rnmhoh9l2qo5hc4b62hhvk8


Regards.


Re: [PR] Minor docs update for multiple local storage pools for KVM [cloudstack-documentation]

2023-12-04 Thread via GitHub


weizhouapache closed pull request #359: Minor docs update for multiple local 
storage pools for KVM
URL: https://github.com/apache/cloudstack-documentation/pull/359


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Update ssh key path on VMware envs [cloudstack-documentation]

2023-12-04 Thread via GitHub


weizhouapache closed pull request #347: Update ssh key path on VMware envs
URL: https://github.com/apache/cloudstack-documentation/pull/347


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Add missing license to github action workflow [cloudstack-documentation]

2023-12-04 Thread via GitHub


weizhouapache commented on PR #362:
URL: 
https://github.com/apache/cloudstack-documentation/pull/362#issuecomment-1840139998

   good job @vishesh92 
   it works !


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] veeam: update API commands and versions in doc [cloudstack-documentation]

2023-12-04 Thread via GitHub


weizhouapache closed pull request #357: veeam: update API commands and versions 
in doc
URL: https://github.com/apache/cloudstack-documentation/pull/357


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] Documentation for Object Storage feature [cloudstack-documentation]

2023-12-04 Thread via GitHub


shwstppr closed pull request #338: Documentation for Object Storage feature
URL: https://github.com/apache/cloudstack-documentation/pull/338


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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



Re: [PR] veeam: update API commands and versions in doc [cloudstack-documentation]

2023-12-04 Thread via GitHub


weizhouapache closed pull request #357: veeam: update API commands and versions 
in doc
URL: https://github.com/apache/cloudstack-documentation/pull/357


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

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