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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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": [
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
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' :
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

--
This is an automated message from the Apache Git Service.
To respond to
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
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
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
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
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
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
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
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
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
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
901 - 1000 of 3441 matches
Mail list logo