[GitHub] [cloudstack-cloudmonkey] synergiator edited a comment on issue #31: Autocomplete hangs for a long time

2021-07-02 Thread GitBox
synergiator edited a comment on issue #31: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/31#issuecomment-873176909 after running into this today, I thought I add my comment here. In UI javascript autocomplete implementations, typically the lookup is activated only after you

[GitHub] [cloudstack-cloudmonkey] synergiator commented on issue #31: Autocomplete hangs for a long time

2021-07-02 Thread GitBox
synergiator commented on issue #31: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/31#issuecomment-873176909 having this, I thought I add my comment here. In UI javascript autocomplete implementations, typically the lookup is activated only after you have provided some input

[RESULT][VOTE] Apache CloudStack 4.15.1.0 (RC3)

2021-07-02 Thread Rohit Yadav
Hi all, The vote for CloudStack 4.15.1.0 *passes* with 4 PMC + 2 non-PMC votes. +1 (PMC / binding) 4 person (Boris, Daan, Gabriel, Rohit) +1 (non binding) 2 person (Suresh, Abhishek) 0 none -1 none Thanks to everyone participating. I will now prepare the release announcement to go out next w

[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #83: call API when sync has args

2021-07-02 Thread GitBox
weizhouapache commented on pull request #83: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/83#issuecomment-872849391 > @Pearl1594 beat me in creating PR :D @shwstppr @Pearl1594 :-D it looks better to assign issue to yourself when you work on it. -- This is an autom

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662847233 ## File path: source/adminguide/reliability.rst ## @@ -61,25 +61,86 @@ still available but the system VMs will not be able to contac

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662842996 ## File path: source/adminguide/reliability.rst ## @@ -61,6 +61,84 @@ still available but the system VMs will not be able to contact

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662842996 ## File path: source/adminguide/reliability.rst ## @@ -61,6 +61,84 @@ still available but the system VMs will not be able to contact

[GitHub] [cloudstack-cloudmonkey] shwstppr commented on a change in pull request #82: Prevent ACS commands starting with sync to get redirected to API discovery

2021-07-02 Thread GitBox
shwstppr commented on a change in pull request #82: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/82#discussion_r662828978 ## File path: cli/exec.go ## @@ -58,7 +58,7 @@ func ExecCmd(args []string) error { } command := cmd.FindCommand(args[0]) -

Re: [VOTE] Apache CloudStack 4.15.1.0 (RC3)

2021-07-02 Thread Abhishek Kumar
+1 Tested latest changes and already did some manual testing previously for RC2 From: Rohit Yadav Sent: 28 June 2021 16:27 To: dev@cloudstack.apache.org ; us...@cloudstack.apache.org Subject: [VOTE] Apache CloudStack 4.15.1.0 (RC3) Hi All, I've created a 4.15.

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662824383 ## File path: source/adminguide/accounts.rst ## @@ -337,15 +337,15 @@ the user are used. #. CloudStack searches for it in LDA

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662824132 ## File path: source/adminguide/accounts.rst ## @@ -337,15 +337,15 @@ the user are used. #. CloudStack searches for it in LDA

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #225: Networking update and config drive

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #225: URL: https://github.com/apache/cloudstack-documentation/pull/225#discussion_r662822807 ## File path: source/adminguide/api.rst ## @@ -87,4 +87,93 @@ is also supported.) For metadata type, use one of the following: -

[GitHub] [cloudstack-documentation] Spaceman1984 commented on a change in pull request #225: Networking update and config drive

2021-07-02 Thread GitBox
Spaceman1984 commented on a change in pull request #225: URL: https://github.com/apache/cloudstack-documentation/pull/225#discussion_r662821339 ## File path: source/adminguide/api.rst ## @@ -87,4 +87,93 @@ is also supported.) For metadata type, use one of the following: -

[GitHub] [cloudstack-cloudmonkey] shwstppr closed pull request #83: call API when sync has args

2021-07-02 Thread GitBox
shwstppr closed pull request #83: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/83 -- 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: de

[GitHub] [cloudstack-cloudmonkey] shwstppr commented on pull request #83: call API when sync has args

2021-07-02 Thread GitBox
shwstppr commented on pull request #83: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/83#issuecomment-872799098 @Pearl1594 beat me in creating PR :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [cloudstack-cloudmonkey] shwstppr opened a new pull request #83: call API when sync has args

2021-07-02 Thread GitBox
shwstppr opened a new pull request #83: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/83 Fixes #81 Changes in this PR will allow making API calls when sync is called with arguments. ``` ⇒ make run ▶ Running gofmt… ▶ Building executable… 022abb6 ▶

[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on pull request #82: Prevent ACS commands starting with sync to get redirected to API discovery

2021-07-02 Thread GitBox
Pearl1594 commented on pull request #82: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/82#issuecomment-872793141 @shwstppr @harikrishna-patnala Can you please help review/test this. Thanks -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [cloudstack-cloudmonkey] Pearl1594 opened a new pull request #82: Prevent ACS commands starting with sync to get redirected to API discovery

2021-07-02 Thread GitBox
Pearl1594 opened a new pull request #82: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/82 Fixes: https://github.com/apache/cloudstack-cloudmonkey/issues/81 ``` /go/src/github.com/pearl1594/cloudstack-cloudmonkey$ go run cmk.go Apache CloudStack 🐵 CloudMonkey 6.1.0 Re

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
sureshanaparti commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662791040 ## File path: source/adminguide/reliability.rst ## @@ -61,25 +61,86 @@ still available but the system VMs will not be able to cont

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
sureshanaparti commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662789397 ## File path: source/adminguide/reliability.rst ## @@ -61,6 +61,84 @@ still available but the system VMs will not be able to conta

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #223: Host ha and multiple management server internal load balancing

2021-07-02 Thread GitBox
sureshanaparti commented on a change in pull request #223: URL: https://github.com/apache/cloudstack-documentation/pull/223#discussion_r662788241 ## File path: source/adminguide/accounts.rst ## @@ -337,15 +337,15 @@ the user are used. #. CloudStack searches for it in L

[GitHub] [cloudstack-documentation] sureshanaparti commented on a change in pull request #225: Networking update and config drive

2021-07-02 Thread GitBox
sureshanaparti commented on a change in pull request #225: URL: https://github.com/apache/cloudstack-documentation/pull/225#discussion_r662786791 ## File path: source/adminguide/accounts.rst ## @@ -366,15 +366,15 @@ the user are used. #. CloudStack searches for it in L