Re: [PR] service offering. sdk framework rewrite [cloudstack-terraform-provider]

2024-10-29 Thread via GitHub
poddm commented on code in PR #138: URL: https://github.com/apache/cloudstack-terraform-provider/pull/138#discussion_r1821403742 ## cloudstack/service_offering_constrained_resource.go: ## @@ -0,0 +1,270 @@ +package cloudstack + +import ( + "context" + "fmt" + +

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
blueorangutan commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445191693 @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 S

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

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

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
andrijapanicsb commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445304783 @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 t

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
andrijapanicsb commented on code in PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#discussion_r1786271812 ## source/quickinstallationguide/qig.rst: ## @@ -388,21 +382,11 @@ Database Installation and Configuration We'll start with installing MySQL and

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
andrijapanicsb commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445308419 Updated the networking section with NMCLI commands - tested end-to-end -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

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

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
blueorangutan commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445305654 @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 S

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
andrijapanicsb commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445190314 @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

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

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

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
blueorangutan commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445153135 @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 S

Re: [PR] Replace CentOS 7 references with EL8 [cloudstack-documentation]

2024-10-29 Thread via GitHub
andrijapanicsb commented on PR #441: URL: https://github.com/apache/cloudstack-documentation/pull/441#issuecomment-2445152198 @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

Re: [PR] service offering. sdk framework rewrite [cloudstack-terraform-provider]

2024-10-29 Thread via GitHub
poddm commented on code in PR #138: URL: https://github.com/apache/cloudstack-terraform-provider/pull/138#discussion_r1821372710 ## cloudstack/service_offering_constrained_resource.go: ## @@ -0,0 +1,270 @@ +package cloudstack + +import ( + "context" + "fmt" + +

Re: [PR] service offering. sdk framework rewrite [cloudstack-terraform-provider]

2024-10-29 Thread via GitHub
poddm commented on code in PR #138: URL: https://github.com/apache/cloudstack-terraform-provider/pull/138#discussion_r1821365313 ## cloudstack/service_offering_constrained_resource.go: ## @@ -0,0 +1,270 @@ +package cloudstack + +import ( + "context" + "fmt" + +

Re: [PR] Adding configuration resource [cloudstack-terraform-provider]

2024-10-29 Thread via GitHub
poddm commented on PR #57: URL: https://github.com/apache/cloudstack-terraform-provider/pull/57#issuecomment-2444968343 @rohityadavcloud @vishesh92 , rebased and updated to the latest cloudstack client. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Zonewizard [cloudstack-terraform-provider]

2024-10-29 Thread via GitHub
poddm commented on PR #67: URL: https://github.com/apache/cloudstack-terraform-provider/pull/67#issuecomment-2444965080 @rohityadavcloud @vishesh92. This is now rebased and updated to the latest cloudstack library. the ACC tests are failing here. Is there a way to bypass this stora

Re: [PROPOSAL] DNS provider framework in CloudStack

2024-10-29 Thread Daan Hoogland
understood, again, great idea On Tue, Oct 29, 2024 at 11:50 AM Wido den Hollander wrote: > > > Op 29/10/2024 om 11:11 schreef Daan Hoogland: > > sounds good @Wido den Hollander , > > > > several questions come to mind (most of them in the realm of 'details': > > credentials; can these be operat

Re: [PROPOSAL] DNS provider framework in CloudStack

2024-10-29 Thread Wido den Hollander
Op 29/10/2024 om 11:11 schreef Daan Hoogland: sounds good @Wido den Hollander , several questions come to mind (most of them in the realm of 'details': credentials; can these be operator property or must these be user property (bring your own)? (or can we configure both setups) My idea is

Re: [PROPOSAL] DNS provider framework in CloudStack

2024-10-29 Thread Daan Hoogland
sounds good @Wido den Hollander , several questions come to mind (most of them in the realm of 'details': credentials; can these be operator property or must these be user property (bring your own)? (or can we configure both setups) ttl; is there a maximum configurable as well? record types; do w

[PROPOSAL] DNS provider framework in CloudStack

2024-10-29 Thread Wido den Hollander
Hello, I got my inspiration for this proposal from the recently added object storage [0] plugin in CloudStack. My idea is as follows: - A new framework is addedd: Authorative DNS - This allows for admins and end-users to manage DNS zones - Different providers implement different APIs, example

Re: [PR] Rename Scheduled Snapshot to Recurring Snapshot [cloudstack-documentation]

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

Re: [PR] Rename Scheduled Snapshot to Recurring Snapshot [cloudstack-documentation]

2024-10-29 Thread via GitHub
blueorangutan commented on PR #448: URL: https://github.com/apache/cloudstack-documentation/pull/448#issuecomment-2443604813 @abh1sar 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 Service.

Re: [PR] Rename Scheduled Snapshot to Recurring Snapshot [cloudstack-documentation]

2024-10-29 Thread via GitHub
abh1sar commented on PR #448: URL: https://github.com/apache/cloudstack-documentation/pull/448#issuecomment-2443602083 @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 the

Re: [PR] Rename Scheduled Snapshot to Recurring Snapshot [cloudstack-documentation]

2024-10-29 Thread via GitHub
abh1sar commented on code in PR #448: URL: https://github.com/apache/cloudstack-documentation/pull/448#discussion_r1820366043 ## source/adminguide/locale/pot/storage.pot: ## @@ -1011,7 +1011,7 @@ msgstr "" #: ../../storage.rst:685 # bc81c587ad8b4032b27d61690390e258 -msgid "