[GitHub] [cloudstack-terraform-provider] poddm opened a new pull request, #65: Enhancing zone resource

2023-08-04 Thread via GitHub
poddm opened a new pull request, #65: URL: https://github.com/apache/cloudstack-terraform-provider/pull/65 Updating Zone resource - Added all fields - set terraform id as zone id instead of zone name. - added updated Note: this requires the latest cloudstack-go client.

[GitHub] [cloudstack-terraform-provider] poddm opened a new issue, #66: Terraform plugin SDK update

2023-08-04 Thread via GitHub
poddm opened a new issue, #66: URL: https://github.com/apache/cloudstack-terraform-provider/issues/66 Looks like cloudstack is using the "legacy Terraform plugin SDK". To ensure terraform core compatibility we should look at upgrading to SDK v2. Current: `github.com/hashicorp/terraf

[GitHub] [cloudstack-documentation] DaanHoogland merged pull request #335: AutoScaling: add reset data of vm instances

2023-08-07 Thread via GitHub
DaanHoogland merged PR #335: URL: https://github.com/apache/cloudstack-documentation/pull/335 -- 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-unsubs

[GitHub] [cloudstack-documentation] DaanHoogland commented on a diff in pull request #336: Update systemvm.rst

2023-08-07 Thread via GitHub
DaanHoogland commented on code in PR #336: URL: https://github.com/apache/cloudstack-documentation/pull/336#discussion_r1285706093 ## source/adminguide/systemvm.rst: ## @@ -50,10 +50,10 @@ following characteristics: Changing the Default System VM Template

[GitHub] [cloudstack-kubernetes-provider] saffronjam opened a new issue, #52: Unable to auto-scale Kubernetes cluster

2023-08-07 Thread via GitHub
saffronjam opened a new issue, #52: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/52 Hi! I am unable to auto-scale Kubernetes clusters. As I understand, it create a "cluster-autoscaler" deployment that decides whether to scale or not. However, it does not seem

[GitHub] [cloudstack-kubernetes-provider] rohityadavcloud commented on issue #52: Unable to auto-scale Kubernetes cluster

2023-08-07 Thread via GitHub
rohityadavcloud commented on issue #52: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/52#issuecomment-1668091677 cc @Pearl1594 @weizhouapache @DaanHoogland pl help triage when you've time @saffronjam this looks like an issue with k8s autoscaler (https://github

[GitHub] [cloudstack-terraform-provider] poddm closed pull request #65: Enhancing zone resource

2023-08-07 Thread via GitHub
poddm closed pull request #65: Enhancing zone resource URL: https://github.com/apache/cloudstack-terraform-provider/pull/65 -- 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 u

[GitHub] [cloudstack-terraform-provider] poddm commented on pull request #65: Enhancing zone resource

2023-08-07 Thread via GitHub
poddm commented on PR #65: URL: https://github.com/apache/cloudstack-terraform-provider/pull/65#issuecomment-1668689056 Moving this PR here. All these resources are slightly coupled in the ACC unit tests. https://github.com/apache/cloudstack-terraform-provider/pull/67 -- This is an a

[GitHub] [cloudstack-documentation] kishankavala opened a new pull request, #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
kishankavala opened a new pull request, #338: URL: https://github.com/apache/cloudstack-documentation/pull/338 Added documentation for Object Storage feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [cloudstack-documentation] kishankavala commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
kishankavala commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668987259 @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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668988223 @kishankavala 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 Ser

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668989172 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/338. (QA-JID 106) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] kishankavala commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
kishankavala commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669000858 @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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669002132 @kishankavala 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 Ser

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature

2023-08-07 Thread via GitHub
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669003194 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/338. (QA-JID 107) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-go] poddm opened a new pull request, #69: getRawValue - AddCluster and CreatePod

2023-08-09 Thread via GitHub
poddm opened a new pull request, #69: URL: https://github.com/apache/cloudstack-go/pull/69 Adding additional APIs to `getRawValue`. - AddCluster - CreatePod ```json { "listclustersmetricsresponse": { "count": 1, "cluster": [

[GitHub] [cloudstack-cloudmonkey] Pearl1594 opened a new pull request, #140: Convert GET to POST requests

2023-08-09 Thread via GitHub
Pearl1594 opened a new pull request, #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140 (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 un

[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #140: Convert GET to POST requests

2023-08-09 Thread via GitHub
weizhouapache commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672588370 @Pearl1594 just for your information, cloudstack UI sends POST request if userdata is present. ``` const httpMethod = deployVmData.userdata ? 'POST' :

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on pull request #140: Convert GET to POST requests

2023-08-10 Thread via GitHub
rohityadavcloud commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672806226 @Pearl1594 you probably don't want to do this as a default, we need to check if mgmt server logs API requests when things are POST-ed. You can probably add condition

[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on pull request #140: Convert GET to POST requests

2023-08-10 Thread via GitHub
Pearl1594 commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672922905 @weizhouapache @rohityadavcloud I was just testing to see if there is any issue with using POST for all commands. Hence raised this draft PR. -- This is an automated mes

[GitHub] [cloudstack-cloudmonkey] hrak commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
hrak commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674300784 cloudstack-go also uses POST by default for both [DeployVirtualMachine](https://github.com/apache/cloudstack-go/blob/71cac076895025f9c830e4b7fbe0322a4dd369e0/cloudstack/VirtualM

[GitHub] [cloudstack-cloudmonkey] hrak commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
hrak commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674302140 > @hrak did you face issues when using the deploy VM API or other user-data related APIs? Yes, i can't submit userdata > 4K using Cloudmonkey. -- This is an automated

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
rohityadavcloud commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674303600 @Pearl1594 isn't deploy VM using POST in cmk? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [cloudstack-documentation] vladimirpetrov opened a new pull request, #339: Polish

2023-08-11 Thread via GitHub
vladimirpetrov opened a new pull request, #339: URL: https://github.com/apache/cloudstack-documentation/pull/339 Capitalisation of known object/resource types: Templates, Network, Snapshot, User, Account, fixing many typos and grammar mistakes. -- This is an automated message from the Apa

[GitHub] [cloudstack-documentation] borisstoyanov commented on pull request #339: Polish

2023-08-11 Thread via GitHub
borisstoyanov commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1674362404 @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] blueorangutan commented on pull request #339: Polish

2023-08-11 Thread via GitHub
blueorangutan commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1674363286 @borisstoyanov 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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #339: Polish

2023-08-11 Thread via GitHub
blueorangutan commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1674364261 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/339. (QA-JID 108) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
Pearl1594 commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674539087 @rohityadavcloud No, deployVM is a GET request. I'll identify the commands that use POST and update the PR, that said, all operations seem to work fine using post -- T

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
rohityadavcloud commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674671520 @Pearl1594 I suppose a simple fix could be something like if the request size is say > 2048 or > 4096 then use POST, otherwise use GET. One thing we must check if w

[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #140: Convert GET to POST requests

2023-08-11 Thread via GitHub
weizhouapache commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1674787609 > @Pearl1594 I suppose a simple fix could be something like if the request size is say > 2048 or > 4096 then use POST, otherwise use GET. One thing we must check if wh

[GitHub] [cloudstack-terraform-provider] fabiomatavelli opened a new pull request, #69: Add Hosts resource and Pod data source

2023-08-13 Thread via GitHub
fabiomatavelli opened a new pull request, #69: URL: https://github.com/apache/cloudstack-terraform-provider/pull/69 This PR adds the following resources: - `cloudstack_host` - `data.cloudstack_pod` And adds a small change to the `data.cloudstack_zone` resource by setting the

[GitHub] [cloudstack-terraform-provider] fabiomatavelli opened a new pull request, #70: Adds dependabot

2023-08-14 Thread via GitHub
fabiomatavelli opened a new pull request, #70: URL: https://github.com/apache/cloudstack-terraform-provider/pull/70 This PR will add Dependabot configuration to keep dependencies updated. After merging #64, the CI will run the acceptance test that will improve de Dependabot changes te

[GitHub] [cloudstack-documentation] borisstoyanov commented on pull request #335: AutoScaling: add reset data of vm instances

2023-08-14 Thread via GitHub
borisstoyanov commented on PR #335: URL: https://github.com/apache/cloudstack-documentation/pull/335#issuecomment-1676916402 @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] blueorangutan commented on pull request #335: AutoScaling: add reset data of vm instances

2023-08-14 Thread via GitHub
blueorangutan commented on PR #335: URL: https://github.com/apache/cloudstack-documentation/pull/335#issuecomment-1676917901 @borisstoyanov 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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #335: AutoScaling: add reset data of vm instances

2023-08-14 Thread via GitHub
blueorangutan commented on PR #335: URL: https://github.com/apache/cloudstack-documentation/pull/335#issuecomment-1676919140 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/335. (QA-JID 109) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] rohityadavcloud opened a new pull request, #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
rohityadavcloud opened a new pull request, #340: URL: https://github.com/apache/cloudstack-documentation/pull/340 (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

[GitHub] [cloudstack-documentation] rohityadavcloud commented on pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
rohityadavcloud commented on PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340#issuecomment-1676993292 @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 g

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
blueorangutan commented on PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340#issuecomment-1676993888 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
blueorangutan commented on PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340#issuecomment-1676995223 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/340. (QA-JID 110) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] rohityadavcloud commented on pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
rohityadavcloud commented on PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340#issuecomment-1676998962 https://qa.cloudstack.cloud/builds/docs-build/pr/340/adminguide/storage.html#volume-deletion-and-garbage-collection -- This is an automated message from the Apac

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
andrijapanicsb commented on PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340#issuecomment-1677075998 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 co

[GitHub] [cloudstack-documentation] kiranchavala commented on pull request #318: added example to generate the kubernetes iso

2023-08-14 Thread via GitHub
kiranchavala commented on PR #318: URL: https://github.com/apache/cloudstack-documentation/pull/318#issuecomment-1677101639 @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 t

[GitHub] [cloudstack-documentation] rohityadavcloud merged pull request #340: storage: clarify volume and snapshot deletion behaviour

2023-08-14 Thread via GitHub
rohityadavcloud merged PR #340: URL: https://github.com/apache/cloudstack-documentation/pull/340 -- 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-uns

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #318: added example to generate the kubernetes iso

2023-08-14 Thread via GitHub
blueorangutan commented on PR #318: URL: https://github.com/apache/cloudstack-documentation/pull/318#issuecomment-1677103066 @kiranchavala 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 Ser

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #318: added example to generate the kubernetes iso

2023-08-14 Thread via GitHub
blueorangutan commented on PR #318: URL: https://github.com/apache/cloudstack-documentation/pull/318#issuecomment-1677104270 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/318. (QA-JID 111) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] vladimirpetrov commented on pull request #339: Polish

2023-08-14 Thread via GitHub
vladimirpetrov commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1677493238 @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] blueorangutan commented on pull request #339: Polish

2023-08-14 Thread via GitHub
blueorangutan commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1677496475 @vladimirpetrov 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 S

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #339: Polish

2023-08-14 Thread via GitHub
blueorangutan commented on PR #339: URL: https://github.com/apache/cloudstack-documentation/pull/339#issuecomment-1677498995 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/339. (QA-JID 112) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] rajujith opened a new pull request, #341: Kvm networking examples with "netplan"

2023-08-15 Thread via GitHub
rajujith opened a new pull request, #341: URL: https://github.com/apache/cloudstack-documentation/pull/341 Adding Ubuntu KVM networking example with "netplan". -- 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-cloudmonkey] weizhouapache commented on pull request #140: Convert GET to POST requests

2023-08-16 Thread via GitHub
weizhouapache commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1680094309 @hrak can you please test 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 a

[GitHub] [cloudstack-documentation] rohityadavcloud merged pull request #326: Add new custom hypervisor type docs

2023-08-16 Thread via GitHub
rohityadavcloud merged PR #326: URL: https://github.com/apache/cloudstack-documentation/pull/326 -- 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-uns

[GitHub] [cloudstack-go] soreana commented on pull request #64: Fix spelling

2023-08-16 Thread via GitHub
soreana commented on PR #64: URL: https://github.com/apache/cloudstack-go/pull/64#issuecomment-1680830162 @jbampton I've added the changes in the [generate/listApis.json](https://github.com/apache/cloudstack-go/pull/64#diff-9ab30883c5e2c6c57310693016338a137804420ae69a135e15aa57a5f7cd18bd) f

[GitHub] [cloudstack-terraform-provider] fabiomatavelli opened a new pull request, #71: Update SDKs

2023-08-19 Thread via GitHub
fabiomatavelli opened a new pull request, #71: URL: https://github.com/apache/cloudstack-terraform-provider/pull/71 Update of SDKs: - Terraform SDK from v1 to v2 - Cloudstack SDK from `v2.13.2` to `v2.15.0` The acceptance tests are still failing but the provider is compiling

[GitHub] [cloudstack-go] soreana commented on pull request #64: Fix spelling

2023-08-20 Thread via GitHub
soreana commented on PR #64: URL: https://github.com/apache/cloudstack-go/pull/64#issuecomment-1685313119 @rohityadavcloud My PR got merged, I would like to update the generated.go file but I couldn't find any docs about it. This is the only thing I found :D > The SDK relies on the

[GitHub] [cloudstack-go] vishesh92 opened a new pull request, #71: Fix apis for InfrastructureUsageService

2023-08-23 Thread via GitHub
vishesh92 opened a new pull request, #71: URL: https://github.com/apache/cloudstack-go/pull/71 This PR fixes the json key for APIs under InfrastructureUsageService and adds more types for `double[]`, `long[]`, and `string[]`. -- This is an automated message from the Apache Git Service. To

[GitHub] [cloudstack-go] vishesh92 commented on pull request #71: Fix apis for InfrastructureUsageService

2023-08-23 Thread via GitHub
vishesh92 commented on PR #71: URL: https://github.com/apache/cloudstack-go/pull/71#issuecomment-1689937657 @rohityadavcloud Please review. Also need another rc release after this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [cloudstack-go] rohityadavcloud merged pull request #71: Fix apis for InfrastructureUsageService

2023-08-24 Thread via GitHub
rohityadavcloud merged PR #71: URL: https://github.com/apache/cloudstack-go/pull/71 -- 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...@clou

[GitHub] [cloudstack-documentation] vishesh92 commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub
vishesh92 commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696230794 @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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub
blueorangutan commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696231362 @vishesh92 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 Servic

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub
blueorangutan commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696232562 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/334. (QA-JID 113) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] vishesh92 commented on pull request #334: Add documentation for Cluster DRS

2023-08-29 Thread via GitHub
vishesh92 commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696976569 @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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-29 Thread via GitHub
blueorangutan commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696978211 @vishesh92 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 Servic

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-29 Thread via GitHub
blueorangutan commented on PR #334: URL: https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696979513 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/334. (QA-JID 114) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #333: storage: add multiple local storages on kvm

2023-09-06 Thread via GitHub
weizhouapache commented on PR #333: URL: https://github.com/apache/cloudstack-documentation/pull/333#issuecomment-1707888399 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #333: storage: add multiple local storages on kvm

2023-09-06 Thread via GitHub
blueorangutan commented on PR #333: URL: https://github.com/apache/cloudstack-documentation/pull/333#issuecomment-1707888937 @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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #333: storage: add multiple local storages on kvm

2023-09-06 Thread via GitHub
blueorangutan commented on PR #333: URL: https://github.com/apache/cloudstack-documentation/pull/333#issuecomment-1707890350 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/333. (QA-JID 115) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] nvazquez opened a new pull request, #342: Migrate VMware VM to KVM template documentation

2023-09-07 Thread via GitHub
nvazquez opened a new pull request, #342: URL: https://github.com/apache/cloudstack-documentation/pull/342 WIP documentation for PR: https://github.com/apache/cloudstack/pull/7881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [cloudstack-documentation] weizhouapache merged pull request #309: vmware8: update compatibility matrix

2023-09-11 Thread via GitHub
weizhouapache merged PR #309: URL: https://github.com/apache/cloudstack-documentation/pull/309 -- 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-unsub

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on a diff in pull request #67: Zonewizard

2023-09-12 Thread via GitHub
harikrishna-patnala commented on code in PR #67: URL: https://github.com/apache/cloudstack-terraform-provider/pull/67#discussion_r1324031457 ## cloudstack/provider.go: ## @@ -94,6 +94,7 @@ func Provider() terraform.ResourceProvider { ResourcesMap: map[string]*sc

[GitHub] [cloudstack-documentation] weizhouapache opened a new pull request, #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache opened a new pull request, #343: URL: https://github.com/apache/cloudstack-documentation/pull/343 (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.

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717184438 @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] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717185975 @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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717187668 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 116) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717193518 @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 Se

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717192612 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717194935 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 117) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] Pearl1594 opened a new pull request, #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
Pearl1594 opened a new pull request, #345: URL: https://github.com/apache/cloudstack-documentation/pull/345 (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

[GitHub] [cloudstack-documentation] Pearl1594 commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
Pearl1594 commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717526822 @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 t

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
blueorangutan commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717528450 @Pearl1594 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 Servic

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
blueorangutan commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717529838 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/345. (QA-JID 118) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
blueorangutan commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717534459 @Pearl1594 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 Servic

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
blueorangutan commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717538325 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/345. (QA-JID 119) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] Pearl1594 commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
Pearl1594 commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717533724 @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 t

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717562717 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717563575 @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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717565103 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 120) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #345: Add notes on System VM live patch

2023-09-13 Thread via GitHub
weizhouapache commented on PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#issuecomment-1717566414 looks good https://qa.cloudstack.cloud/builds/docs-build/pr/345/upgrading/upgrade/_sysvm_restart.html ![image](https://github.com/apache/cloudstack-documentati

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717570041 @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 Se

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717569295 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717571641 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 121) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717574934 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717577791 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 122) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717576240 @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 Se

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717593985 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717599464 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 123) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717596111 @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 Se

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717620565 @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 Se

[GitHub] [cloudstack-documentation] weizhouapache commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
weizhouapache commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717618936 @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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #343: 4.18.1.0: update release notes and upgrade instruction

2023-09-13 Thread via GitHub
blueorangutan commented on PR #343: URL: https://github.com/apache/cloudstack-documentation/pull/343#issuecomment-1717622239 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/343. (QA-JID 124) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-documentation] rohityadavcloud commented on a diff in pull request #345: Add notes on System VM live patch

2023-09-14 Thread via GitHub
rohityadavcloud commented on code in PR #345: URL: https://github.com/apache/cloudstack-documentation/pull/345#discussion_r1325703524 ## source/upgrading/upgrade/_sysvm_restart.rst: ## @@ -52,9 +52,18 @@ in the system VMs. With respect to VRs, a network restart without clea

<    5   6   7   8   9   10   11   12   13   14   >