RE: New Object Storage - Huawei OBS

2023-12-14 Thread Kishan Kavala
Hi Ronald, You need to add module to client/pom.xml and add the plugin folder to plugins/pom.xml. Looks like your implementation of ObjectStoreProvider is not getting registered as a ObjectStoreProvider. If you can share a draft PR, I can review and suggest what is missing. Regards, Kishan

[PR] Adding attach volume resource [cloudstack-terraform-provider]

2023-12-14 Thread via GitHub
poddm opened a new pull request, #76: URL: https://github.com/apache/cloudstack-terraform-provider/pull/76 Adding `cloudstack_attach_volume` resource. https://cloudstack.apache.org/api/apidocs-4.18/apis/attachVolume.html -- This is an automated message from the Apache Git Service.

Re: new committer Vladimir Petrov

2023-12-14 Thread Sina Kashipazha
Congrats Vladi! On Thursday, December 14th, 2023 at 8:29 PM, Vishesh Jindal wrote: > > > Congrats Vladi! > > > From: John Bampton jbamp...@gmail.com > > Sent: Wednesday, December 13, 2023 10:07 PM > To: dev@cloudstack.apache.org

Re: new committer Vladimir Petrov

2023-12-14 Thread Vishesh Jindal
Congrats Vladi! From: John Bampton Sent: Wednesday, December 13, 2023 10:07 PM To: dev@cloudstack.apache.org Subject: Re: new committer Vladimir Petrov Well done Vladi !! On Thu, 14 Dec 2023 at 01:58, Pearl d'Silva wrote: > Congratulations Vladi! > >

[PR] Add description for parameters in config file [cloudstack-csbench]

2023-12-14 Thread via GitHub
vishesh92 opened a new pull request, #2: URL: https://github.com/apache/cloudstack-csbench/pull/2 (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

[PR] Add doc for dynamic secondary storage selectors [cloudstack-documentation]

2023-12-14 Thread via GitHub
BryanMLima opened a new pull request, #368: URL: https://github.com/apache/cloudstack-documentation/pull/368 Addresses https://github.com/apache/cloudstack/issues/8285 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Wido den Hollander
Op 14/12/2023 om 10:51 schreef Ronald Feicht: Hi, I am trying to write an Object Storage plugin for Huawei OBS using Minio as example. I added my plugin code to the plugins/storage/object/ directory, added my plugin into plugins/pom.xml and added the string 'Huawei OBS' to

Re: [PROPOSE] ACS 4.19.0.0 release

2023-12-14 Thread Rohit Yadav
Thanks Abhishek, looking forward to RC1. Regards. From: Abhishek Kumar Sent: Thursday, December 14, 2023 6:14:43 PM To: dev@cloudstack.apache.org ; us...@cloudstack.apache.org Subject: Re: [PROPOSE] ACS 4.19.0.0 release Hi all, I would like to announce the

Community Over Code Europe

2023-12-14 Thread Ivet Petrova
Hello all, I am happy to announce that the Apache Cloudstack Community has an approved track during the Community over Code Europe (formerly known as ApacheCon EU), which will be held at the Radisson Blu Carlton Hotel in Bratislava, Slovakia from June 03-05, 2024! Community Over Code is where

Re: [PROPOSE] ACS 4.19.0.0 release

2023-12-14 Thread Abhishek Kumar
Hi all, I would like to announce the code freeze now. From now onwards, we will only accept critical/blocker issues or any stabilization fixes. We have over 100 open items in the 4.19.0.0 milestone [1] at the moment. Most of them will be moved to the next milestone. Currently, as reported

Re: [PR] Add Docs for Object Store UI [cloudstack-documentation]

2023-12-14 Thread via GitHub
shwstppr merged PR #364: URL: https://github.com/apache/cloudstack-documentation/pull/364 -- 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:

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Rohit Yadav
Hi Ronald, If it helps, there are some CloudStack dev learning guide around how to create a plugin and manage dependencies: https://github.com/shapeblue/hackerbook Looking forward to see your new object storage plugin (if you decide to contribute upstream). Regards.

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Ronald Feicht
Hi, I had added the module to client/pom.xml, but then http://192.168.17.252:8080/client/ retuns "HTTP ERROR 503 Service Unavailable" because of the following exception: [WARNING] Failed startup of context

Re: [PR] kvm,snapshot: note on primary storage dependency [cloudstack-documentation]

2023-12-14 Thread via GitHub
DaanHoogland commented on code in PR #367: URL: https://github.com/apache/cloudstack-documentation/pull/367#discussion_r1426554866 ## source/adminguide/storage.rst: ## @@ -957,6 +957,9 @@ incremental backups are supported, every N backup is a full backup. | Support

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Slavka Peleva
Hi Ronald, In the logs, you can find all the modules that are loaded like: ``` 2023-12-14 12:28:21,480 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Module Hierarchy: storage 2023-12-14 12:28:21,480 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null)

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Wei ZHOU
Is the module added to client/pom.xml ? -Wei On Thu, 14 Dec 2023 at 10:51, Ronald Feicht wrote: > Hi, > > I am trying to write an Object Storage plugin for Huawei OBS using Minio > as example. I added my plugin code to the plugins/storage/object/ > directory, added my plugin into

Migration from VMware to ACS

2023-12-14 Thread Ivet Petrova
Hi all, Is there someone on the mailing list, who migrated recently from VMware to CloudStack? Please, ping me. Kind regards,

New Object Storage - Huawei OBS

2023-12-14 Thread Ronald Feicht
Hi, I am trying to write an Object Storage plugin for Huawei OBS using Minio as example. I added my plugin code to the plugins/storage/object/ directory, added my plugin into plugins/pom.xml and added the string 'Huawei OBS' to AddObjectStorage.vue for the dropdown in the UI. But when I select

[PR] kvm,snapshot: note on primary storage dependency [cloudstack-documentation]

2023-12-14 Thread via GitHub
shwstppr opened a new pull request, #367: URL: https://github.com/apache/cloudstack-documentation/pull/367 Address https://github.com/apache/cloudstack/issues/8034 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the