[GitHub] [cloudstack-terraform-provider] Damans227 commented on pull request #34: Add instance data source

2022-06-14 Thread GitBox
Damans227 commented on PR #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34#issuecomment-1155626994 This PR is now continued on a new branch here: https://github.com/apache/cloudstack-terraform-provider/pull/38 -- This is an automated message from the Apache Git

[GitHub] [cloudstack-terraform-provider] Damans227 closed pull request #34: Add instance data source

2022-06-14 Thread GitBox
Damans227 closed pull request #34: Add instance data source URL: https://github.com/apache/cloudstack-terraform-provider/pull/34 -- 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.

[GitHub] [cloudstack-terraform-provider] Damans227 opened a new pull request, #38: Adding new data sources to cloudstack-terraform-proivder

2022-06-14 Thread GitBox
Damans227 opened a new pull request, #38: URL: https://github.com/apache/cloudstack-terraform-provider/pull/38 Hi @Pearl1594 and @harikrishna-patnala This PR is a continuation of PR: https://github.com/apache/cloudstack-terraform-provider/pull/34. In order to keep everything organized, I

[GitHub] [cloudstack-terraform-provider] Damans227 closed pull request #37: create ssh keypair data-source

2022-06-14 Thread GitBox
Damans227 closed pull request #37: create ssh keypair data-source URL: https://github.com/apache/cloudstack-terraform-provider/pull/37 -- 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

[GitHub] [cloudstack-terraform-provider] Damans227 commented on pull request #37: create ssh keypair data-source

2022-06-14 Thread GitBox
Damans227 commented on PR #37: URL: https://github.com/apache/cloudstack-terraform-provider/pull/37#issuecomment-1155614186 Merged this branch onto `AddInstanceDataSource`. Therefore, closing it off now. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-terraform-provider] Damans227 commented on pull request #37: create ssh keypair data-source

2022-06-14 Thread GitBox
Damans227 commented on PR #37: URL: https://github.com/apache/cloudstack-terraform-provider/pull/37#issuecomment-1155109051 > Hi @Damans227, glad to see your changes. > > I think it is better to create a single PR for all the datasources since it will be easy to identify the feature

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on pull request #37: create ssh keypair data-source

2022-06-14 Thread GitBox
harikrishna-patnala commented on PR #37: URL: https://github.com/apache/cloudstack-terraform-provider/pull/37#issuecomment-1154821152 Hi @Damans227, glad to see your changes. I think it is better to create a single PR for all the datasources since it will be easy to identify the

[GitHub] [cloudstack-terraform-provider] Damans227 opened a new pull request, #37: create ssh keypair data-source

2022-06-13 Thread GitBox
Damans227 opened a new pull request, #37: URL: https://github.com/apache/cloudstack-terraform-provider/pull/37 From `main.tf`: ``` resource "cloudstack_ssh_keypair" "test-key" { name = "myKey" } data "cloudstack_ssh_keypair" "my-key-pair" { filter {

[GitHub] [cloudstack-terraform-provider] rohityadavcloud commented on pull request #35: Adding support for Kubernetes Clusters

2022-06-13 Thread GitBox
rohityadavcloud commented on PR #35: URL: https://github.com/apache/cloudstack-terraform-provider/pull/35#issuecomment-1153591252 Good stuff -- 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

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala merged pull request #36: Adding support for Kubernetes ISOs

2022-06-12 Thread GitBox
harikrishna-patnala merged PR #36: URL: https://github.com/apache/cloudstack-terraform-provider/pull/36 -- 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:

[GitHub] [cloudstack-go] davidjumani merged pull request #39: Update test parsing to ensure ID is present

2022-06-12 Thread GitBox
davidjumani merged PR #39: URL: https://github.com/apache/cloudstack-go/pull/39 -- 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:

[GitHub] [cloudstack-go] rohityadavcloud commented on pull request #39: Update test parsing to ensure ID is present

2022-06-12 Thread GitBox
rohityadavcloud commented on PR #39: URL: https://github.com/apache/cloudstack-go/pull/39#issuecomment-1153434483 Didn't test it 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

[GitHub] [cloudstack-terraform-provider] Damans227 commented on pull request #34: Add instance data source

2022-06-12 Thread GitBox
Damans227 commented on PR #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34#issuecomment-1153307248 Hi @Pearl1594 and @harikrishna-patnala Could you please review this PR when you get a chance? Thanks! Result of manually testing the provider binary for

[GitHub] [cloudstack-terraform-provider] Damans227 commented on a diff in pull request #34: Add instance data source

2022-06-10 Thread GitBox
Damans227 commented on code in PR #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34#discussion_r894961017 ## cloudstack/data_source_cloudstack_instance_test.go: ## @@ -22,45 +22,43 @@ package cloudstack import ( "testing" -

[GitHub] [cloudstack-terraform-provider] davidjumani commented on pull request #36: Adding support for Kubernetes ISOs

2022-06-10 Thread GitBox
davidjumani commented on PR #36: URL: https://github.com/apache/cloudstack-terraform-provider/pull/36#issuecomment-1152147506 Requires https://github.com/apache/cloudstack-go/pull/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cloudstack-terraform-provider] davidjumani opened a new pull request, #36: Adding support for Kubernetes ISOs

2022-06-10 Thread GitBox
davidjumani opened a new pull request, #36: URL: https://github.com/apache/cloudstack-terraform-provider/pull/36 Adding support for Kubernetes ISOs Contains the following actions : - Create - Update (enable / disable) - Delete -- This is an automated message from the

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala merged pull request #35: Adding support for Kubernetes Clusters

2022-06-10 Thread GitBox
harikrishna-patnala merged PR #35: URL: https://github.com/apache/cloudstack-terraform-provider/pull/35 -- 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:

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala closed issue #13: Add kubernetes service related resources to terraform

2022-06-10 Thread GitBox
harikrishna-patnala closed issue #13: Add kubernetes service related resources to terraform URL: https://github.com/apache/cloudstack-terraform-provider/issues/13 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cloudstack-go] Pearl1594 commented on pull request #38: Add ACS 4.17 support

2022-06-10 Thread GitBox
Pearl1594 commented on PR #38: URL: https://github.com/apache/cloudstack-go/pull/38#issuecomment-1152110573 Yes, was going to spend some time on that, hence was marked as a draft PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cloudstack-go] davidjumani commented on pull request #38: Add ACS 4.17 support

2022-06-10 Thread GitBox
davidjumani commented on PR #38: URL: https://github.com/apache/cloudstack-go/pull/38#issuecomment-1152094223 @Pearl1594 You may wanna test / update the testdata to ensure that it hasn't changed in 4.17 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-go] davidjumani opened a new pull request, #39: Update test parsing to ensure ID is present

2022-06-10 Thread GitBox
davidjumani opened a new pull request, #39: URL: https://github.com/apache/cloudstack-go/pull/39 Ensures that the ID field is not blank when parsing a response in the unit tests ``` go test ./... ok github.com/apache/cloudstack-go/v2/test 0.037s ``` -- This is an

[GitHub] [cloudstack-documentation] shwstppr opened a new pull request, #276: network: custom dns

2022-06-09 Thread GitBox
shwstppr opened a new pull request, #276: URL: https://github.com/apache/cloudstack-documentation/pull/276 Code PR: https://github.com/apache/cloudstack/pull/6425 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cloudstack-documentation] weizhouapache opened a new pull request, #275: Add Ubuntu 22.04 in compatibility matrix

2022-06-09 Thread GitBox
weizhouapache opened a new pull request, #275: URL: https://github.com/apache/cloudstack-documentation/pull/275 everything looks fine when deploy a cloudstack with ubuntu 22.04 as management server and hypervisor. -- This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack-terraform-provider] davidjumani opened a new pull request, #35: Adding support for Kubernetes Clusters

2022-06-08 Thread GitBox
davidjumani opened a new pull request, #35: URL: https://github.com/apache/cloudstack-terraform-provider/pull/35 Fixes https://github.com/apache/cloudstack-terraform-provider/issues/13 Still a very basic WIP -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #13: Add kubernetes service related resources to terraform

2022-06-08 Thread GitBox
harikrishna-patnala commented on issue #13: URL: https://github.com/apache/cloudstack-terraform-provider/issues/13#issuecomment-1149573310 Hi @lukasmrtvy, this is not yet implemented in terraform providers, someone needs to pick this up. @davidjumani may take this based on our recent

[GitHub] [cloudstack-terraform-provider] lukasmrtvy commented on issue #13: Add kubernetes service related resources to terraform

2022-06-07 Thread GitBox
lukasmrtvy commented on issue #13: URL: https://github.com/apache/cloudstack-terraform-provider/issues/13#issuecomment-1149486063 Added in 4.16.1 https://github.com/apache/cloudstack-go/pull/33/files#diff-b28a8efd29239ed5505919480c05f97432719c96d98cd370752bf0d1925020 ping

[GitHub] [cloudstack-go] davidjumani commented on pull request #24: Adding kubernetes service

2022-06-07 Thread GitBox
davidjumani commented on PR #24: URL: https://github.com/apache/cloudstack-go/pull/24#issuecomment-1149442964 @lukasmrtvy The support for CKS was added in https://github.com/apache/cloudstack-go/pull/33 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-go] lukasmrtvy commented on pull request #24: Adding kubernetes service

2022-06-07 Thread GitBox
lukasmrtvy commented on PR #24: URL: https://github.com/apache/cloudstack-go/pull/24#issuecomment-1149238917 @davidjumani Why did You close this? Is there any chance for reopen? We have now https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack, but TF provider lacks

[GitHub] [cloudstack-www] nvazquez merged pull request #91: 4.17.0 update

2022-06-06 Thread GitBox
nvazquez merged PR #91: URL: https://github.com/apache/cloudstack-www/pull/91 -- 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:

[GitHub] [cloudstack-documentation] nvazquez merged pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
nvazquez merged PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274 -- 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:

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
blueorangutan commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148145212 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/274. (SL-JID 255) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
blueorangutan commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148144332 @nvazquez 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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
nvazquez commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148143801 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
blueorangutan commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148138468 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/274. (SL-JID 254) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
blueorangutan commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148137778 @nvazquez 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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #274: 4.17.0 Release docs

2022-06-06 Thread GitBox
nvazquez commented on PR #274: URL: https://github.com/apache/cloudstack-documentation/pull/274#issuecomment-1148137476 @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

[GitHub] [cloudstack-documentation] nvazquez merged pull request #272: Fix compatibility matrix

2022-06-06 Thread GitBox
nvazquez merged PR #272: URL: https://github.com/apache/cloudstack-documentation/pull/272 -- 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:

[GitHub] [cloudstack-documentation] nvazquez merged pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-06-06 Thread GitBox
nvazquez merged PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215 -- 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:

[GitHub] [cloudstack-kubernetes-provider] tenvecera opened a new issue, #40: Affinity group for nodes

2022-06-05 Thread GitBox
tenvecera opened a new issue, #40: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/40 Hello, I have, maybe, litle noobish question. Where can I setup affinity group for all new spawned VM's under kubernetes? Is it even possible or this issue should be converted to

[GitHub] [cloudstack-terraform-provider] Damans227 commented on pull request #34: Add instance data source

2022-06-02 Thread GitBox
Damans227 commented on PR #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34#issuecomment-1145461162 > great start @Damans227, thanks. I will check and let you know Yea nw man. I actually fixed it. There was a missing function `d.SetId()`. It is a function

[GitHub] [cloudstack-go] davidjumani commented on pull request #37: WIP: (#36) - support async client

2022-06-01 Thread GitBox
davidjumani commented on PR #37: URL: https://github.com/apache/cloudstack-go/pull/37#issuecomment-1144421938 @tetra12 A better implementation would be to modify `GetAsyncJobResult` and implement channels over there rather than creating a wrapper for the request. The AsyncTimeout is while

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on pull request #34: Add instance data source

2022-06-01 Thread GitBox
harikrishna-patnala commented on PR #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34#issuecomment-1144409096 great start @Damans227, thanks. I will check and let you know -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-terraform-provider] Damans227 opened a new pull request, #34: Add instance data source

2022-06-01 Thread GitBox
Damans227 opened a new pull request, #34: URL: https://github.com/apache/cloudstack-terraform-provider/pull/34 Hello @Pearl1594 and @harikrishna-patnala. I'm opening this up as a draft PR to get some feedback. I'm implementing a very basic data source to read Virtual Machine

[GitHub] [cloudstack-kubernetes-provider] xu-cheng opened a new issue, #39: Feature Requests: allow custom topology.kubernetes.io/region

2022-06-01 Thread GitBox
xu-cheng opened a new issue, #39: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/39 Currently, the ccm will automatically apply metadata to nodes with `topology.kubernetes.io/zone` and `topology.kubernetes.io/region` set to the same value. However, [this will

[GitHub] [cloudstack-kubernetes-provider] xu-cheng opened a new pull request, #38: deployment.yaml: add tolerations

2022-06-01 Thread GitBox
xu-cheng opened a new pull request, #38: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/38 Without it, the ccm itself cannot be started when nodes are tainted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cloudstack-documentation] weizhouapache commented on a diff in pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
weizhouapache commented on code in PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#discussion_r886518340 ## source/adminguide/virtual_machines/user-data.rst: ## @@ -47,6 +47,27 @@ To register a new userdata: :align: center :alt: Regiser

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on a diff in pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
harikrishna-patnala commented on code in PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#discussion_r886424527 ## source/adminguide/virtual_machines/user-data.rst: ## @@ -47,6 +47,27 @@ To register a new userdata: :align: center :alt: Regiser

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143236138 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273. (SL-JID 253) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143234891 @harikrishna-patnala 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

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
harikrishna-patnala commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143232038 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143227516 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273. (SL-JID 252) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143225737 @harikrishna-patnala 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

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
harikrishna-patnala commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143224369 @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

[GitHub] [cloudstack-documentation] weizhouapache commented on a diff in pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
weizhouapache commented on code in PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#discussion_r886391429 ## source/adminguide/virtual_machines/user-data.rst: ## @@ -47,6 +47,27 @@ To register a new userdata: :align: center :alt: Regiser

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143199442 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273. (SL-JID 251) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143198263 @weizhouapache 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

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
weizhouapache commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143198009 @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

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #273: Added documentation for the first class resource userdata

2022-06-01 Thread GitBox
harikrishna-patnala commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1143183941 > code lgtm checked http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273/adminguide/templates.html

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #273: Added documentation for the first class resource userdata

2022-05-30 Thread GitBox
weizhouapache commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1141451897 code lgtm checked http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273/adminguide/templates.html

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-05-30 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1141413714 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/273. (SL-JID 250) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #273: Added documentation for the first class resource userdata

2022-05-30 Thread GitBox
blueorangutan commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1141413166 @weizhouapache 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

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #273: Added documentation for the first class resource userdata

2022-05-30 Thread GitBox
weizhouapache commented on PR #273: URL: https://github.com/apache/cloudstack-documentation/pull/273#issuecomment-1141412565 @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

[GitHub] [cloudstack-go] nvazquez commented on pull request #37: WIP: (#36) - support async client

2022-05-30 Thread GitBox
nvazquez commented on PR #37: URL: https://github.com/apache/cloudstack-go/pull/37#issuecomment-1141034123 Hi @davidjumani @Pearl1594 could you please review this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-28 Thread GitBox
dredknight commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1140311414 @nvazquez sorry for the late response. I checked the [QA page](http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/215/adminguide/templates/_create_linux.html) and

[GitHub] [cloudstack-go] tetra12 opened a new pull request, #37: WIP: (#36) - support async client

2022-05-27 Thread GitBox
tetra12 opened a new pull request, #37: URL: https://github.com/apache/cloudstack-go/pull/37 1. Add a draft of an async request wrapper TBD: 1. Regenerate all APIs to deploy an async client 2. Update the generator template 3. Add async test -- This is an automated message

[GitHub] [cloudstack-documentation] harikrishna-patnala opened a new pull request, #273: Added documentation for the first class resource userdata

2022-05-27 Thread GitBox
harikrishna-patnala opened a new pull request, #273: URL: https://github.com/apache/cloudstack-documentation/pull/273 This documentation is related to the changes made in PR https://github.com/apache/cloudstack/pull/6202. Following are the changes made. 1. Userdata registration,

[GitHub] [cloudstack-go] tetra12 opened a new issue, #36: bug: async client don't support timeout

2022-05-25 Thread GitBox
tetra12 opened a new issue, #36: URL: https://github.com/apache/cloudstack-go/issues/36 I'm trying to set an `async timeout of 1 sec` with the following code: ```go func MakeClient() *cloudstack.CloudStackClient { apiURL := os.Getenv("NWS_API_URL") apiKey :=

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #238: Update service offering section with new compute offering and disk offering changes

2022-05-19 Thread GitBox
harikrishna-patnala commented on PR #238: URL: https://github.com/apache/cloudstack-documentation/pull/238#issuecomment-1132427142 Hi @nvazquez, I'll update it today. thanks for reminding me. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #238: Update service offering section with new compute offering and disk offering changes

2022-05-19 Thread GitBox
nvazquez commented on PR #238: URL: https://github.com/apache/cloudstack-documentation/pull/238#issuecomment-1132351648 Ping @harikrishna-patnala -- 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

[GitHub] [cloudstack-go] davidjumani commented on issue #34: DomainService Fails to Unmarshal DomainChildren

2022-05-18 Thread GitBox
davidjumani commented on issue #34: URL: https://github.com/apache/cloudstack-go/issues/34#issuecomment-1129657927 @rejoshed Can you please use the [v2.13.1](https://github.com/apache/cloudstack-go/releases/tag/v2.13.1) tag. The fix has been added -- This is an automated message from

[GitHub] [cloudstack-go] rohityadavcloud merged pull request #35: Fix wrong label for listdomainchildren

2022-05-18 Thread GitBox
rohityadavcloud merged PR #35: URL: https://github.com/apache/cloudstack-go/pull/35 -- 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:

[GitHub] [cloudstack-go] rohityadavcloud closed issue #34: DomainService Fails to Unmarshal DomainChildren

2022-05-18 Thread GitBox
rohityadavcloud closed issue #34: DomainService Fails to Unmarshal DomainChildren URL: https://github.com/apache/cloudstack-go/issues/34 -- 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

[GitHub] [cloudstack-go] davidjumani opened a new pull request, #35: Fix wrong label for listdomainchildren

2022-05-18 Thread GitBox
davidjumani opened a new pull request, #35: URL: https://github.com/apache/cloudstack-go/pull/35 Fixes https://github.com/apache/cloudstack-go/issues/34 -- 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-go] rejoshed commented on issue #34: DomainService Fails to Unmarshal DomainChildren

2022-05-13 Thread GitBox
rejoshed commented on issue #34: URL: https://github.com/apache/cloudstack-go/issues/34#issuecomment-1126591957 Also, should it be considered an error if unmarshalling fails? I sort of think so. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-go] rejoshed opened a new issue, #34: DomainService Fails to Unmarshal DomainChildren

2022-05-13 Thread GitBox
rejoshed opened a new issue, #34: URL: https://github.com/apache/cloudstack-go/issues/34 Hello, In using CS-Go, I noticed that listDomainChildren fails to unmarshal DomainChildren. I modified the [JSON

[GitHub] [cloudstack-terraform-provider] synergiator commented on issue #33: Provider produced inconsistent result after apply- Invalid character error - looking for beginning of value

2022-05-13 Thread GitBox
synergiator commented on issue #33: URL: https://github.com/apache/cloudstack-terraform-provider/issues/33#issuecomment-1126198709 Strange enough I can't identify these error messages in provider's codebase: ``` grep -ri "bug in" grep -ri "tracker" grep -ri "inconsistent

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud closed issue #109: list clusters name parameter acts like a wildcard

2022-05-10 Thread GitBox
rohityadavcloud closed issue #109: list clusters name parameter acts like a wildcard URL: https://github.com/apache/cloudstack-cloudmonkey/issues/109 -- 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

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #109: list clusters name parameter acts like a wildcard

2022-05-10 Thread GitBox
rohityadavcloud commented on issue #109: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/109#issuecomment-1123214658 Fixed by https://github.com/apache/cloudstack/pull/5782 can't fix this for older ACS version as the API param is handled by mgmt server (not by cmk/cli). --

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud closed issue #113: Build compatible for Apple M1 CPU

2022-05-10 Thread GitBox
rohityadavcloud closed issue #113: Build compatible for Apple M1 CPU URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113 -- 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

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #113: Build compatible for Apple M1 CPU

2022-05-10 Thread GitBox
rohityadavcloud commented on issue #113: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1123213494 Closing this, pl reopen with more information if this is still an issue for your @wongster80 -- This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack-cloudmonkey] kgranroth-tm opened a new issue, #115: cmk ignores the CLI profile arg when loading the cache file

2022-05-10 Thread GitBox
kgranroth-tm opened a new issue, #115: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/115 ### Summary Cloudmonkey requires a default profile in `.cmk/config` to read the `.cmk/profiles/*.cache` files and it will ignore the command line arg when loading said cache,

[GitHub] [cloudstack-documentation] nvazquez merged pull request #140: Update xenserver.rst

2022-05-09 Thread GitBox
nvazquez merged PR #140: URL: https://github.com/apache/cloudstack-documentation/pull/140 -- 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:

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #140: Update xenserver.rst

2022-05-09 Thread GitBox
blueorangutan commented on PR #140: URL: https://github.com/apache/cloudstack-documentation/pull/140#issuecomment-1121411100 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/140. (SL-JID 249) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #140: Update xenserver.rst

2022-05-09 Thread GitBox
blueorangutan commented on PR #140: URL: https://github.com/apache/cloudstack-documentation/pull/140#issuecomment-1121410183 @nvazquez 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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #140: Update xenserver.rst

2022-05-09 Thread GitBox
nvazquez commented on PR #140: URL: https://github.com/apache/cloudstack-documentation/pull/140#issuecomment-1121409953 @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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
nvazquez commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1121041417 @dredknight the navigation to the Cloud-init section through the 'Create Linux Template' section gives a 404 error, can you please check the links? -- This is an

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
blueorangutan commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1121033307 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/215. (SL-JID 248) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
blueorangutan commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1121032275 @nvazquez 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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
nvazquez commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1121031595 @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

[GitHub] [cloudstack-documentation] nvazquez commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
nvazquez commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1121030768 @weizhouapache @dredknight I have restored the images - now changes include only the .rst files -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-09 Thread GitBox
weizhouapache commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1120830746 thanks @dredknight cc @nvazquez this looks good to me. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-documentation] dredknight commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2022-05-07 Thread GitBox
dredknight commented on PR #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-1120178117 @weizhouapache mold it as you see it fit. If they are not looking good they can be scrapped. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cloudstack-terraform-provider] synergiator opened a new issue, #33: Provider produced inconsistent result after apply- Invalid character error - looking for beginning of value

2022-05-06 Thread GitBox
synergiator opened a new issue, #33: URL: https://github.com/apache/cloudstack-terraform-provider/issues/33 I had an invalid character error once with an old state file which is no more relevant, then deleted it but got very similar error as shown in the TRACE-level log. ```

[GitHub] [cloudstack-terraform-provider] lukasmrtvy commented on issue #13: Add kubernetes service related resources to terraform

2022-05-06 Thread GitBox
lukasmrtvy commented on issue #13: URL: https://github.com/apache/cloudstack-terraform-provider/issues/13#issuecomment-1119386947 Any progress on this ? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cloudstack-documentation] nvazquez merged pull request #60: Volumes metrics doc update

2022-05-05 Thread GitBox
nvazquez merged PR #60: URL: https://github.com/apache/cloudstack-documentation/pull/60 -- 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:

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #60: Volumes metrics doc update

2022-05-05 Thread GitBox
andrijapanicsb commented on PR #60: URL: https://github.com/apache/cloudstack-documentation/pull/60#issuecomment-1118234436 done @nvazquez - good spot. THx. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #60: Volumes metrics doc update

2022-05-05 Thread GitBox
blueorangutan commented on PR #60: URL: https://github.com/apache/cloudstack-documentation/pull/60#issuecomment-1118233537 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/60. (SL-JID 247) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #60: Volumes metrics doc update

2022-05-05 Thread GitBox
blueorangutan commented on PR #60: URL: https://github.com/apache/cloudstack-documentation/pull/60#issuecomment-1118233031 @andrijapanicsb 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

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #60: Volumes metrics doc update

2022-05-05 Thread GitBox
andrijapanicsb commented on PR #60: URL: https://github.com/apache/cloudstack-documentation/pull/60#issuecomment-1118232664 @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

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #272: Fix compatibility matrix

2022-05-05 Thread GitBox
andrijapanicsb commented on PR #272: URL: https://github.com/apache/cloudstack-documentation/pull/272#issuecomment-1118230142 @nvazquez can we maybe remove "in this release" from the line which describes deprecated list of OS for hypervisor and mgmt servers: _The following

<    1   2   3   4   5   6   7   8   9   10   >