[GitHub] [cloudstack-documentation] harikrishna-patnala commented on a change in pull request #205: VMware vSphere datastore cluster synchronisation

2021-03-30 Thread GitBox
harikrishna-patnala commented on a change in pull request #205: URL: https://github.com/apache/cloudstack-documentation/pull/205#discussion_r604614147 ## File path: source/adminguide/storage.rst ## @@ -121,6 +121,14 @@ OCFS2. In this case the CloudStack does not attempt to mo

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on a change in pull request #205: VMware vSphere datastore cluster synchronisation

2021-03-30 Thread GitBox
harikrishna-patnala commented on a change in pull request #205: URL: https://github.com/apache/cloudstack-documentation/pull/205#discussion_r604611694 ## File path: source/installguide/configuration.rst ## @@ -678,9 +678,8 @@ Advanced Zone Configuration - **Protocol.**

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #205: VMware vSphere datastore cluster synchronisation

2021-03-30 Thread GitBox
sureshanaparti commented on a change in pull request #205: URL: https://github.com/apache/cloudstack-documentation/pull/205#discussion_r604607871 ## File path: source/installguide/configuration.rst ## @@ -678,9 +678,8 @@ Advanced Zone Configuration - **Protocol.** For X

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #205: VMware vSphere datastore cluster synchronisation

2021-03-30 Thread GitBox
sureshanaparti commented on a change in pull request #205: URL: https://github.com/apache/cloudstack-documentation/pull/205#discussion_r604606713 ## File path: source/adminguide/storage.rst ## @@ -121,6 +121,14 @@ OCFS2. In this case the CloudStack does not attempt to mount o

[GitHub] [cloudstack-www] fredster33 opened a new pull request #82: Grammar fixes

2021-03-30 Thread GitBox
fredster33 opened a new pull request #82: URL: https://github.com/apache/cloudstack-www/pull/82 -- 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 ser

Re: ipv6 capability of shared networks

2021-03-30 Thread Wido den Hollander
On 28/03/2021 21:27, Stephan Seitz wrote: Am Sonntag, den 28.03.2021, 20:33 +0200 schrieb Wido den Hollander: On 26/03/2021 20:56, Stephan Seitz wrote: Wido, thank's a lot! I just had to look into the db. The correctly calculated SLAAC is already there. Double-check: The API and UI do s

Re: [DISCUSS] Renaming default git branch name from 'master' to 'main'

2021-03-30 Thread Paul Angus
Maybe we could add main immediately and depricate master immediately after the next full release. I'd be -1 on any longer. Otherwise they'll _always_ be someone who wants 'a little bit more time'. Kind regards Paul Angus From: Wei ZHOU Sent: Tuesday, March

Re: [DISCUSS] Renaming default git branch name from 'master' to 'main'

2021-03-30 Thread Wei ZHOU
yeah. It is a small change on github, but it has large impacts. we can keep both 'main' and 'master' branches for a period of time, and keep them sync (e.g. by cron job). -Wei On Mon, 29 Mar 2021 at 09:46, Rohit Yadav wrote: > Agree with your proposal Suresh, we need to review all endpoint/syst

Re: [DISCUSS] Marvin tests interaction

2021-03-30 Thread Wei ZHOU
Can it be a standalone tool with ui ? -Wei On Tue, 30 Mar 2021 at 16:45, Nicolas Vazquez wrote: > The idea is not to rewrite the tests in Java but to improve how we > interact with the tests and display results. The new service/agent should > not be responsible for testing but to invoke the exe

Hostbill struggles

2021-03-30 Thread nux
Hi, In the hope I am not the only poor soul trying to use Hostbill with Cloudstack, has anyone managed to get it working? Need some help. I have successfully created products linked to Cloudstack2 module, tried my best at configuring it, however several hours later I am yet to produce an act

Re: [DISCUSS] Marvin tests interaction

2021-03-30 Thread Nicolas Vazquez
The idea is not to rewrite the tests in Java but to improve how we interact with the tests and display results. The new service/agent should not be responsible for testing but to invoke the execution of the requested tests. This new service, lets say for example 'marvin agent' will simply receiv

[GitHub] [cloudstack-documentation] harikrishna-patnala opened a new pull request #205: VMware vSphere datastore cluster synchronisation

2021-03-30 Thread GitBox
harikrishna-patnala opened a new pull request #205: URL: https://github.com/apache/cloudstack-documentation/pull/205 These documentation changes are related to the improvement PR https://github.com/apache/cloudstack/pull/4871 In VMware vSphere, primary storage datastore cluster can be no

[GitHub] [cloudstack-www] DaanHoogland commented on a change in pull request #81: Remove IRC reference as it is no longer used

2021-03-30 Thread GitBox
DaanHoogland commented on a change in pull request #81: URL: https://github.com/apache/cloudstack-www/pull/81#discussion_r603937186 ## File path: source/contribute.html.markdown ## @@ -26,8 +26,4 @@ If you just want to report a bug, that's easily done in our [github project is

Re: [DISCUSS] Marvin tests interaction

2021-03-30 Thread Rohit Yadav
Sorry all, I don't agree - the thing being tested shouldn't be responsible for testing (unless it's a well-defined limited set of self-testing features, for example a set of sanity/intergrity checks). Unless we're saying the service/feature is used to run tests for other (nested?) CloudStack en

Re: [DISCUSS] Terraform CloudStack provider

2021-03-30 Thread Rohit Yadav
Hi Peter, I had explored the migration of repo, but before we do that we need to get the original authors to relicense the codebase to Apache License v2.0. I'll discuss this with Hashicorp authors and report back soon. Regards. From: peter.murysh...@zv.fraunho