[GitHub] [cloudstack-primate] borisstoyanov opened a new issue #803: [BUG] When deploying VM, disk offering for data disks are not all listed

2020-10-12 Thread GitBox
) Comment from Hari: For fixed disk offerings we need to have data disk offerings which are either 5GB and above or custom disk offerings, since the data disk is of 5GB it is looking for suitable disk offerings. The one in the screenshots are less than 5GB ![image-20201012-074246](https

[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #782: [BUG] Unmanage VM leads to a 404 page

2020-10-12 Thread GitBox
vladimirpetrov commented on issue #782: URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-707114300 I confirm, the bug is no longer present. This is an automated message from the Apache Git Service. T

[GitHub] [cloudstack-documentation] ACSGitBot commented on pull request #162: Configure Root disk size via Service Offering

2020-10-12 Thread GitBox
ACSGitBot commented on pull request #162: URL: https://github.com/apache/cloudstack-documentation/pull/162#issuecomment-707111510 Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr162 Build Log Output: No log errors found to report

[GitHub] [cloudstack-documentation] GabrielBrascher commented on pull request #162: Configure Root disk size via Service Offering

2020-10-12 Thread GitBox
GabrielBrascher commented on pull request #162: URL: https://github.com/apache/cloudstack-documentation/pull/162#issuecomment-707110215 requesting docbuild This is an automated message from the Apache Git Service. To respond

[GitHub] [cloudstack-documentation] ACSGitBot commented on pull request #162: Configure Root disk size via Service Offering

2020-10-12 Thread GitBox
ACSGitBot commented on pull request #162: URL: https://github.com/apache/cloudstack-documentation/pull/162#issuecomment-707110268 Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long.

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Daan Hoogland
Davis, how about a separate API called setAutoScalingParameter or setAutoScalingLimits? On Mon, Oct 12, 2020 at 2:19 PM David Jumani wrote: > Thanks Rakesh. > Do you think it would be better to have the user provide the API keys or > create a service account and use its keys? > > ___

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #802: allow adding docker Private registry details while deploying cluster

2020-10-12 Thread GitBox
blueorangutan commented on pull request #802: URL: https://github.com/apache/cloudstack-primate/pull/802#issuecomment-707089102 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/802 (JID-3

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
Thanks Rakesh. Do you think it would be better to have the user provide the API keys or create a service account and use its keys? From: Rakesh v Sent: Monday, October 12, 2020 5:12 PM To: dev@cloudstack.apache.org Subject: Re: [DISCUSS] CloudStack Kubernetes Cl

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #802: allow adding docker Private registry details while deploying cluster

2020-10-12 Thread GitBox
blueorangutan commented on pull request #802: URL: https://github.com/apache/cloudstack-primate/pull/802#issuecomment-707084780 @Pearl1594 a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack-primate] Pearl1594 commented on pull request #802: allow adding docker Private registry details while deploying cluster

2020-10-12 Thread GitBox
Pearl1594 commented on pull request #802: URL: https://github.com/apache/cloudstack-primate/pull/802#issuecomment-707084264 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the m

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Rakesh v
I prefer providing an API to customers with necessary parameters rather than providing yaml files to them. Using API we can do automation also and editing yaml files can be sometimes messy Sent from my iPhone > On 12-Oct-2020, at 1:13 PM, David Jumani wrote: > > Hi Daan, > > Thanks for your

[GitHub] [cloudstack-primate] davidjumani commented on pull request #802: allow adding docker Private registry details while deploying cluster

2020-10-12 Thread GitBox
davidjumani commented on pull request #802: URL: https://github.com/apache/cloudstack-primate/pull/802#issuecomment-707058475 Fixes https://github.com/apache/cloudstack-primate/issues/801 This is an automated message from th

[GitHub] [cloudstack-primate] davidjumani commented on issue #798: [IMPROVEMENT] Don't refresh page on async action complete if the user is on an unrelated page

2020-10-12 Thread GitBox
davidjumani commented on issue #798: URL: https://github.com/apache/cloudstack-primate/issues/798#issuecomment-707055908 There could be a simple fix for autogenerated forms. Can add that now and change the custom forms later ---

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
Hi Daan, Thanks for your feedback! Wrt the ideas, Submitting a yaml to an API would be redundant since the user can deploy it himself. The API proposal was to simplify it for the user so they can just pass min / max size as well as API keys if needed (so no tweaking a yaml file) The scaleAPI cou

Re: [DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread Daan Hoogland
David, as a general principle an API called scale should not be used to configure autoscaling of in my opinion. So option 1 seems the best to me (an submitYamlForKubernetes-API?) However instead of requiring an yaml we could just ask for the required fields On Mon, Oct 12, 2020 at 12:51 PM David

[GitHub] [cloudstack-primate] Pearl1594 opened a new pull request #802: allow adding docker Private registry details while deploying cluster

2020-10-12 Thread GitBox
Pearl1594 opened a new pull request #802: URL: https://github.com/apache/cloudstack-primate/pull/802 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-primate] andrijapanicsb commented on issue #743: [BUG] Edit instance - offer existing Groups

2020-10-12 Thread GitBox
andrijapanicsb commented on issue #743: URL: https://github.com/apache/cloudstack-primate/issues/743#issuecomment-707046208 ok, lets target 1.1, not closing the issue..? This is an automated message from the Apache Git S

[DISCUSS] CloudStack Kubernetes Cluster Auto-Scaler support

2020-10-12 Thread David Jumani
Hi, I'm currently working on adding support for CloudStack as a cloud provider for Kubernetes to allow it to dynamically scale the cluster size based on capacity requirements. It runs as a separate pod in its own deployment and requires an API and Secret key to communicate with CloudStack. Whi

[GitHub] [cloudstack-primate] rhtyd closed issue #794: [BUG] VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd closed issue #794: URL: https://github.com/apache/cloudstack-primate/issues/794 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 t

[GitHub] [cloudstack-primate] rhtyd commented on issue #794: [BUG] VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd commented on issue #794: URL: https://github.com/apache/cloudstack-primate/issues/794#issuecomment-707037983 Thanks closing on your remark. This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [cloudstack-primate] rhtyd commented on issue #801: UI missing - Cannot select option private registry for kubernetes cluster.

2020-10-12 Thread GitBox
rhtyd commented on issue #801: URL: https://github.com/apache/cloudstack-primate/issues/801#issuecomment-707027480 Please triage and then fix for 1.0 or move to 1.1 if the backend does not support private registry feature.

[GitHub] [cloudstack-primate] rhtyd commented on issue #743: [BUG] Edit instance - offer existing Groups

2020-10-12 Thread GitBox
rhtyd commented on issue #743: URL: https://github.com/apache/cloudstack-primate/issues/743#issuecomment-707027026 There is a instance groups tab now which can be used to see various groups. Maybe we can revisit this in 1.1. ---

[GitHub] [cloudstack-primate] rhtyd commented on issue #798: [IMPROVEMENT] Don't refresh page on async action complete if the user is on an unrelated page

2020-10-12 Thread GitBox
rhtyd commented on issue #798: URL: https://github.com/apache/cloudstack-primate/issues/798#issuecomment-707026068 +1 (if there is an easy fix, I don't mind adding it for 1.0) This is an automated message from the Apache Git

[GitHub] [cloudstack-primate] andrijapanicsb commented on issue #794: [BUG] VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
andrijapanicsb commented on issue #794: URL: https://github.com/apache/cloudstack-primate/issues/794#issuecomment-707026171 alright... that is news to me (what about mgmt/storage, etc) - let's leave it for now. we can always revise later. -

[GitHub] [cloudstack-primate] rhtyd commented on issue #801: UI missing - Cannot select option private registry for kubernetes cluster.

2020-10-12 Thread GitBox
rhtyd commented on issue #801: URL: https://github.com/apache/cloudstack-primate/issues/801#issuecomment-707025765 Was the private registry feature implemented in backend cc @davidjumani @shwstppr @Pearl1594 ? This is an au

[GitHub] [cloudstack-primate] rhtyd closed issue #794: [BUG] VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd closed issue #794: URL: https://github.com/apache/cloudstack-primate/issues/794 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 t

[GitHub] [cloudstack-primate] rhtyd commented on issue #794: [BUG] VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd commented on issue #794: URL: https://github.com/apache/cloudstack-primate/issues/794#issuecomment-707022707 The API doc says for addTrafficType API: ``` isolationmethod string Used if physical network has multiple iso lation types

[GitHub] [cloudstack-primate] rhtyd commented on pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd commented on pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799#issuecomment-707022287 Sorry @utchoang the fix was not well explained in the bug ticket. We would want to allow both vlan/vxlan for guest traffic etc. It is possible to have this, also as per

[GitHub] [cloudstack-primate] rhtyd closed pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
rhtyd closed pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799 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

[GitHub] [cloudstack-primate] rhtyd merged pull request #797: Close form after submission

2020-10-12 Thread GitBox
rhtyd merged pull request #797: URL: https://github.com/apache/cloudstack-primate/pull/797 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

[GitHub] [cloudstack-primate] rhtyd commented on issue #782: [BUG] Unmanage VM leads to a 404 page

2020-10-12 Thread GitBox
rhtyd commented on issue #782: URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-707020559 I'm unable to reproduce, please re-open if you are @vladimirpetrov thanks. This is an automated message from

[GitHub] [cloudstack-primate] rhtyd closed issue #782: [BUG] Unmanage VM leads to a 404 page

2020-10-12 Thread GitBox
rhtyd closed issue #782: URL: https://github.com/apache/cloudstack-primate/issues/782 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 t

[GitHub] [cloudstack-primate] rhtyd merged pull request #777: Set deploy-as-is to default on VMware

2020-10-12 Thread GitBox
rhtyd merged pull request #777: URL: https://github.com/apache/cloudstack-primate/pull/777 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

[GitHub] [cloudstack-primate] rhtyd merged pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
rhtyd merged pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796 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

[GitHub] [cloudstack-primate] rhtyd closed issue #793: [BUG] Minor: label missing

2020-10-12 Thread GitBox
rhtyd closed issue #793: URL: https://github.com/apache/cloudstack-primate/issues/793 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 t

[GitHub] [cloudstack-primate] rhtyd commented on issue #793: [BUG] Minor: label missing

2020-10-12 Thread GitBox
rhtyd commented on issue #793: URL: https://github.com/apache/cloudstack-primate/issues/793#issuecomment-707019058 Confirmed. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [cloudstack-primate] rhtyd merged pull request #795: Adding label for isolationmethod

2020-10-12 Thread GitBox
rhtyd merged pull request #795: URL: https://github.com/apache/cloudstack-primate/pull/795 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

[GitHub] [cloudstack-www] DaanHoogland commented on pull request #77: Update security page

2020-10-12 Thread GitBox
DaanHoogland commented on pull request #77: URL: https://github.com/apache/cloudstack-www/pull/77#issuecomment-707012569 followed that ^^ hope there is a wait time, as i don't see changes just yet This is an automated message

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
blueorangutan commented on pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#issuecomment-706974289 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/796 (JID-3

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #797: Close form after submission

2020-10-12 Thread GitBox
blueorangutan commented on pull request #797: URL: https://github.com/apache/cloudstack-primate/pull/797#issuecomment-706969370 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/797 (JID-3

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
blueorangutan commented on pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#issuecomment-706969473 @Pearl1594 a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack-primate] Pearl1594 commented on pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
Pearl1594 commented on pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#issuecomment-706969116 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [cloudstack-primate] Pearl1594 commented on pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
Pearl1594 commented on pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#issuecomment-706968685 @rhtyd added check for existence of API This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #800: kubernetesservicetab: Selecting the right ip

2020-10-12 Thread GitBox
rhtyd commented on a change in pull request #800: URL: https://github.com/apache/cloudstack-primate/pull/800#discussion_r503121949 ## File path: src/views/compute/KubernetesServiceTab.vue ## @@ -327,14 +327,14 @@ export default { this.resource.projectid !== '') {

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #797: Close form after submission

2020-10-12 Thread GitBox
blueorangutan commented on pull request #797: URL: https://github.com/apache/cloudstack-primate/pull/797#issuecomment-706964671 @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. ---

[GitHub] [cloudstack-primate] rhtyd commented on pull request #797: Close form after submission

2020-10-12 Thread GitBox
rhtyd commented on pull request #797: URL: https://github.com/apache/cloudstack-primate/pull/797#issuecomment-706964476 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
rhtyd commented on a change in pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#discussion_r503120904 ## File path: src/config/section/offering.js ## @@ -29,7 +30,13 @@ export default { permission: ['listServiceOfferings', 'listDomains'],

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #796: Add storage policy details in the detail view

2020-10-12 Thread GitBox
rhtyd commented on a change in pull request #796: URL: https://github.com/apache/cloudstack-primate/pull/796#discussion_r503120718 ## File path: src/config/section/offering.js ## @@ -111,7 +118,13 @@ export default { permission: ['listDiskOfferings', 'listDomains'],

[GitHub] [cloudstack-primate] davidjumani closed pull request #772: Fixing ip tabs and static nat action

2020-10-12 Thread GitBox
davidjumani closed pull request #772: URL: https://github.com/apache/cloudstack-primate/pull/772 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [cloudstack-www] PaulAngus commented on pull request #77: Update security page

2020-10-12 Thread GitBox
PaulAngus commented on pull request #77: URL: https://github.com/apache/cloudstack-www/pull/77#issuecomment-706962801 documentation is on the github page https://github.com/apache/cloudstack-www This is an automated messag

[GitHub] [cloudstack-primate] tungntvn23 opened a new issue #801: UI missing - Cannot select option private registry for kubernetes cluster.

2020-10-12 Thread GitBox
tungntvn23 opened a new issue #801: URL: https://github.com/apache/cloudstack-primate/issues/801 - Cannot select optional private registry when create kubernetes cluster. + New UI ![image](https://user-images.githubusercontent.com/46994732/95721211-75758680-0c9c-11eb-9c7d-9cba214c

[GitHub] [cloudstack-www] DaanHoogland commented on pull request #77: Update security page

2020-10-12 Thread GitBox
DaanHoogland commented on pull request #77: URL: https://github.com/apache/cloudstack-www/pull/77#issuecomment-706938517 if you say so @PaulAngus . I really don't know the process. This is an automated message from the Apache

[GitHub] [cloudstack-documentation] Pearl1594 opened a new pull request #163: Fix create k8s binaries script name

2020-10-12 Thread GitBox
Pearl1594 opened a new pull request #163: URL: https://github.com/apache/cloudstack-documentation/pull/163 Fix script name to create kubernetes binaries This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-primate] davidjumani commented on pull request #800: kubernetesservicetab: Selecting the right ip

2020-10-12 Thread GitBox
davidjumani commented on pull request #800: URL: https://github.com/apache/cloudstack-primate/pull/800#issuecomment-706931430 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-primate] davidjumani opened a new pull request #800: kubernetesservicetab: Selecting the right ip

2020-10-12 Thread GitBox
davidjumani opened a new pull request #800: URL: https://github.com/apache/cloudstack-primate/pull/800 Fixes KubernetesServiceTab from picking up the first ip in the list of all ips In the listKubernetesCluster response, there is no field associatednetworkid but only network id. Kuberne

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
blueorangutan commented on pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799#issuecomment-706927153 Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian :heavy_check_mark:archive. QA: http://primate-qa.cloudstack.cloud:8080/client/pr/799 (JID-3

[GitHub] [cloudstack-primate] blueorangutan commented on pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
blueorangutan commented on pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799#issuecomment-706922115 @utchoang a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress.

[GitHub] [cloudstack-primate] utchoang commented on pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
utchoang commented on pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799#issuecomment-706921326 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [cloudstack-primate] utchoang opened a new pull request #799: Physical network - FIX - VLXAN needs be removed as isolation method from non-Guest traffic type

2020-10-12 Thread GitBox
utchoang opened a new pull request #799: URL: https://github.com/apache/cloudstack-primate/pull/799 Fixes #794 @rhtyd cc @svenvogel Please review it. Thanks. ![image](https://user-images.githubusercontent.com/13766648/95715559-43f8bd00-0c94-11eb-93cd-b4400c4adb05.png) ![image](ht